Get the currently authenticated User's creation status (used for detecting if a temporary signup token has been used)
Security
bearerToken
- Productionhttps://api-v2.dash.app/current-user-creation-status
- Staginghttps://api-v2.dashstaging.app/current-user-creation-status
curl -i -X GET \
https://api-v2.dash.app/current-user-creation-status \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "result": { "status": "PENDING" }, "permittedActions": [ { … } ] }