Subscription
Retrieve subscription plan information
Retrieves information about your subscription plan.
GET
/
api
/
subscription
Authorizations
x-api-token
string
headerrequiredAPI Key to authenticate requests.
To access the API, include your API key in the x-api-token
header.
To obtain your API key, complete the form or contact us directly.
Response
200 - application/json
Response model for a successful Subscription
request retrieving plan
information.
Response field behavior:
- Required fields are guaranteed to be present and non-null.
- Optional fields may be
null
/undefined
if the data couldn't be extracted during processing.
active
boolean
requiredIndicates whether the subscription is currently active.
concurrent_calls
integer
requiredThe number of API calls allowed per second allowed in the current plan.
plan
string
requiredThe name of the subscription plan.
plan_calls
integer
requiredThe total number of API calls assigned to the current subscription.
remaining_calls
integer
requiredThe number of API calls remaining for the current subscription period.
historical_days
integer
requiredThe number of historical days accessible under the current subscription plan.
Was this page helpful?