Subscription
Retrieve subscription plan information
Retrieves information about your subscription plan.
POST
/
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
The response model for a successful retrieval of subscription plan information.
active
boolean
requiredIndicates whether the subscription is currently active.
calls_per_seconds
integer
The number of API calls allowed per second under the current plan.
plan_name
string
requiredThe name of the subscription plan.
usage_assigned_calls
integer
The total number of API calls assigned to the current subscription.
usage_remaining_calls
integer
The number of API calls remaining for the current subscription period.
historical_days
integer
The number of historical days accessible under the current subscription plan.
Was this page helpful?