Subscriptions
Retrieve a Subscription
Retrieve a Subscription object with the given ID.
GET
/
subscriptions
/
{subscription}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the subscription to retrieve
Response
200 - application/json
Type of object is always subscription.
Unique identifier for the subscription.
Unique number for the subscription.
When the subscription is intended to start. Must be a date in YYYY-MM-DD format or "next possible".
When the subscription was created.
Status of the subscription.
Available options:
pending
, active
, ended
When the subscription became active.
When the subscription was terminated.
When the subscription ended.