Logo
For example "scheduled tasks"
Search
Info
Content
Category Navigation
  • 📖  Manual

  • 👋Welcome

    Welcome to Tadabase

    What Is No-Code?

    Tadabase Support

    Getting Started With Tadabase

    Platform Overview

    🧰The Data Builder

    Data Tables

    Fields

    Text Fields

    Personal Fields

    Number Fields

    Date Fields

    Option Fields

    File and Image Fields

    Equation Fields (Category)

    Equation Fields

    Connection Fields

    Date Equation Examples

    Records

    Record Logs

    Import Templates

    Export Templates

    Automating Tasks

    Number Equation Examples

    Text Equation Examples

    Multi-Function Equation Examples

    ✏️Page Builder

    Page Builder Overview

    Layouts

    Pages

    Components Overview

    PDF Pages

    📗System Components

    System Components Overview

    Menu

    User Menu

    Breadcrumbs

    PDF Print (Alpha)

    Link Button

    Login

    Signup

    Profile

    HTML

    Image

    Subscriptions (Alpha)

    📘Data Components

    Data Components Overview

    Form Component

    Table Component

    List Component

    Kanban Component

    Calendar Component

    Resource Component

    Map Component

    Timeline Component

    Accordion Component

    Card Component

    Chart Component

    Search Component

    Import Component

    Data Source

    Data Source Filtering

    Links

    Display Rules

    Inline Editing

    Data Component Visual Directory

    Custom Component

    Custom Component Helpers

    Writing Your Own Component Helpers

    🙋Users

    Users

    Roles

    Single Sign On (SSO)

    Adding Stripe Subscriptions

    🔒Security and Reliability

    Tadabase Builder Security

    App Security

    User Security

    🔗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

    ⚙App Settings

    General Settings

    Layout & Format Settings

    Custom Domain

    Customizing CSS

    Changing app themes

    Support Settings

    404 Error Page

    💳Account

    Plans

    Managing Your Account

    Sharing your app builder

    Managing your Apps

    🧩Pipes

    Introduction to Pipes

    Adding Pipes

    Using Pipes

    PDF Gen V2

Categories
📖 Manual
🔗 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
    Developer portal Tadabase Community
    API
    100% Operational
    Apps
    100% Operational
    Builder
    100% Operational
    Overall Status
    100% Operational