Subscription

User subscription management

Get subscription history

get
/subscription

Returns an array of JSON objects detailing the subscriptions the user has had. The active subscription (if any) will have isActive: true.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Subscription history retrieved successfully

application/json
get
/subscription

Last updated