Subscriptions
Get a subscription
Retrieve a subscription details by its id
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Example:
"sub_i3rsciesaebyvszcd1394xpz"
Response
200
application/json
Retrieve the subscription details
Type of the object, always 'subscription'
Available options:
subscription
Unique identifier for the subscription
Example:
"sub_rocbrf1u5e48mm0reeqoag90"
ID of the plan
Example:
"pln_ctj3tjzc7dywznuw1dy80lb3"
Status of the subscription
Available options:
pending
, active
, ended
Example:
"active"
Timestamp when the subscription was created
Example:
"2024-03-14T12:00:00Z"
Timestamp when delivery was started / will start
Example:
"2024-03-14T12:00:00Z"
Timestamp when delivery was terminated
Example:
"2024-03-14T12:00:00Z"
Timestamp when the subscription was ended / will end
Example:
"2024-03-14T12:00:00Z"