Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
External ID of the existing subscription
Example:
"5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba"
Query Parameters
By default, this endpoint only return active
subscriptions. If you want to retrieve a subscription with a different status
, you can specify it here.
Note: As there may exists multiple canceled
or terminated
subscribtions for the same external_id
, it is recommended to use the "List all subscriptions" endpoint to retrieve those subscriptions.
Available options:
active
, terminated
, pending
, canceled
Example:
"active"
Response
Subscription