Retrieve active Subscription
API call used to get the active Stripe Subscription.
HTTP Request retrieve active subriscription
Headers
Name | Value | Description |
---|---|---|
Content-Type | application/json | The content type of the request body |
Authorization | Bearer $TOKEN | authentication token that is used to authorize access to an API |
The previous call returns a JSON structured as follows:
Last updated