Subscription
Get subscription
Retrieve the subscription details for the account.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Response
200
application/json
Subscription details
Represents an account subscription.
The unique identifier for the account.
The Stripe customer ID associated with the account.
The current status of the subscription.
The number of licenses associated with the subscription.
The billing frequency of the subscription.
Available options:
yearly
, monthly
The contact information for the subscription.
Was this page helpful?