Subscriptions
Retrieve a Subscription
Retrieve a Subscription object with the given ID.
GET
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
When the subscription was created.
Unique identifier for the subscription.
When the subscription is intended to start. Must be a date in YYYY-MM-DD format or "next possible".
Unique number for the subscription.
Type of object is always subscription.
When the subscription ended.
When the subscription became active.
Status of the subscription.
Available options:
pending
, active
, ended
When the subscription was terminated.