Endpoints
Retrieve subscription plan information
Returns information about current subscription including available events and usage limits.
POST
Authorizations
Response
200
application/json
A successful response containing information about the current subscription plan.
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.
Indicates whether the subscription is currently active.
The number of API calls allowed per second under the current plan.
The name of the subscription plan.
The total number of API calls assigned to the current subscription.
The number of API calls remaining for the current subscription period.
Additional plan-specific information and features.
Was this page helpful?