Count records

Returns number of records.

GET https://api.tableid.com/count-records

Headers

Name
Type
Description

x-api-key*

String

Your API key created from the dashboard

Content-Type

String

application/json

Request Body

Name
Type
Description

airtableUrl*

string

Airtable URL. Example: https://airtable.com/appABCDEFG/tblABCDEFG/viwABCDEFG?blocks=hidearrow-up-right

As you can see, you can easily copy and paste from the browser.

airtableToken*

string

The access token for Airtable

{
    "record_count": 36
}
circle-info

New accounts get 50 free API credits. You can buy more by visiting the pricingarrow-up-right site.

Last updated