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 |
Trial Period | 1000 daily calls |
Basic | 1000 daily calls |
Plus | 5,000 daily calls |
Pro | 10,000 daily calls |
Premium | 25,000 daily calls |
Bronze | 100,000 daily calls |
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]
API Add-ons
You can purchase up to 2 add add-ons for $25/month which will each add 25,000 calls a day. Please contact support@tadabase.io to have these added to your account.