Coming soon; contact us if you need access to this API endpoint.
- Productionhttps://api-v2.dash.app/onboarding-checklist
- Staginghttps://api-v2.dashstaging.app/onboarding-checklist
curl -i -X GET \
https://api-v2.dash.app/onboarding-checklist \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "result": { "accountId": "cfb665ca-ce35-4418-b9d5-70ee815db4bd", "hasCompletedInitialImport": true, "hasLoggedIn": true, "hasUploadedSomeFiles": true, "hasAddedSomeAttributes": true, "hasSignedUp": true, "hasCustomisedTheme": true, "hasInvitedUsers": true }, "permittedActions": [ { … } ] }