Logo
For example "scheduled tasks"
Search
Info
Content
Category Navigation
  • Pipes & Integrations

  • Introduction to Pipes

  • Adding Pipes

  • Using Pipes

  • Tadabase Functions

    Text Pipes

    Time Conversion

    Mask and Disguise

    Advanced Date Pipes

    Unit Conversion

    Mortgage Calculator Pipe

    Barcode Generator

    QR Code Generator

    Number Utility Pipe

    Search and Replace

    Tadabase Domain Utilities

    Base64 File Converter

    Tadabase Rest API Pipes

    Vertical Lookup Pipe

    Duplicate Parent and Children

    Connection Field Plucker Pipe

    Record Looper Pipe (Legacy)

    Generate CSV Pipe

    3rd Party Pipes

    Shopify

    Pipedrive Pipe

    Plaid Pipe

    Vehicle VIN Decoder

    OpenAI Pipe

    Freshdesk Pipe

    Toggl Track Pipe

    FedEx Pipe

    MySQL Pipe

    Letter Stream Pipe

    Microsoft OneDrive Pipe

    Klaviyo Pipe

    TaxJar Pipe

    QuickBooks Pipe

    Google Sheets Pipe

    Perspective API Pipe

    Advanced Integrations

    Zapier Integration

    Using Webhooks

    Saving files to Dropbox

    Adding PayPal payment buttons to your app

    Exporting records to Google Sheets

    Viewing data in Microsoft BI

    Chat Widgets

    REST API

    Using SendGrid for emails

    Saving files to AWS S3 Bucket (IAM Method)

    Incoming Webhooks

    Embeddable Components

    Saving Files to Custom S3 Bucket (Account Method, Recommended)

    PDF Forms

    Stripe Checkout

    JavaScript Callbacks and Actions

    Twilio Integration

Categories
Pipes & Integrations
Advanced Integrations
REST API

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 Total API Keys Daily Limit Minute Limit
Trial 1 1000 daily calls 60 calls per minute
Explore 1 500 daily calls 60 calls per minute
Personal Unlimited 5,000 daily calls 60 calls per minute
Performance Unlimited 10,000 daily calls 60 calls per minute
Scale Unlimited 20,000 daily calls 60 calls per minute

Enterprise

Unlimited Customizable Customizable

Education

Unlimited 1000 60

Call Limitations (Legacy Pricing)

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

GET request responses will be limited to 100 records per page. Paginating the response will be required in order to view all records retrieved by a GET request if the total items is greater than 100. See here for more information regarding pagination.

API LIMITS

Each plan has specific limitations as to how many API requests can be sent. There are 2 limits:

  1. Per minute limit.
  2. Per day limit.

With each API request, the server will respond with the current limit status of your API within the headers.

The response headers will look like this:

Minute Limits

  • X-RateLimit-Limit - The total allowed API requests per minute.
  • X-RateLimit-Remaining - Total remaining API requests for this minute
  • X-Retry-After - How many seconds left for this minute.
  • X-RateLimit-Reset - The UNIX timestamp of when this minute is up.

Daily Limits

  • X-RateLimit-Daily-Limit - Total API requests allowed per day.
  • X-RateLimit-Daily-Remaining - Total remaining API requests for this day
  • X-Daily-Retry-After - How many seconds until this day is over
  • X-Daily-RateLimit-Reset - The Unix timestamp of when the day will be reset

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]

 

How did we do ?

Previous Article
Chat Widgets
Next Article
Using SendGrid for emails
Article Navigation
  • Tadabase Developer Rest API
  • Call Limitations
  • Call Limitations (Legacy Pricing)
  • API LIMITS
  • Minute Limits
  • Daily Limits
  • Field Limitations
  • Back to top
    API
    100% Operational
    Apps
    100% Operational
    Builder
    100% Operational
    Overall Status
    100% Operational