REST API
Tadabase Developer Rest API
You can use our extensive REST API to access and update your app data from other platforms.
We recommend using Postman for testing our API and have therefore created a separate API portal which can be accessed at: developer.tadabase.io
Call Limitations
All plans include daily API limitations, please see chart below for call limitations.
Plan | Daily Limit | Minute Limit |
Trial Period | 1000 daily calls | 60 calls per minute |
Basic | 1000 daily calls | 60 calls per minute |
Plus | 5,000 daily calls | 90 calls per minute |
Pro | 10,000 daily calls | 120 calls per minute |
Premium | 25,000 daily calls | 240 calls per minute |
Bronze | 100,000 daily calls | 360 calls per minute |
Enterprise | 500,000 daily calls | 480 calls per minute |
The total API record limit per GET request is 1,000 records. Sending a request with "limit=5000" will automatically be converted down to 1000.
Field Limitations
At this time the following fields can't be used to save or update via API:
- Images.
If you want to save a URL to the image that's possible, but the image will remain hosted where the URL is currently located. To do this find the field id (for example: field_100) and append [src] to it in your POST request. eg. field_100[src]