Check API usage

Checks the remaining API usage for the user associated with the provided API key.

GET https://api.tableid.com/check-usage

Headers

Name
Type
Description

x-api-key*

String

Your API key created from the dashboard

{
    "api_left": 9
}

Last updated