Coming soon; contact us if you need access to this API endpoint.
- Productionhttps://api-v2.dash.app/subscription
- Staginghttps://api-v2.dashstaging.app/subscription
curl -i -X GET \
https://api-v2.dash.app/subscription \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'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": [ { … } ] }