Skip to content

Get the account subscription

Request

Get the Subscription associated with your account

Security
bearerToken
curl -i -X GET \
  https://api-v2.dash.app/subscription \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
resultanyrequired
permittedActionsArray of objectsrequired
Response
{ "result": { "type": "CREATED", "accountId": "cfb665ca-ce35-4418-b9d5-70ee815db4bd", "startDate": "2021-02-17T09:24:01.417Z", "companyName": "Acme Inc.", "plan": {}, "billing": {}, "coupons": [], "signupUser": {} }, "permittedActions": [ {} ] }