cURL
curl --request GET \ --url https://api.mudstack.com/accounts/subscriptions \ --header 'Authorization: Bearer <token>' \ --header 'x-account-id: <x-account-id>'
{ "account_id": "<string>", "stripe_customer_id": "<string>", "status": "<string>", "licenses": 123, "frequency": "yearly", "contact": "<string>" }
Retrieve the subscription details for the account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Subscription details
Represents an account subscription.
Was this page helpful?