Skip to content

Check the creation status of the current user

Request

Get the currently authenticated User's creation status (used for detecting if a temporary signup token has been used)

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

Responses

Success

Bodyapplication/json
resultobjectrequired
permittedActionsArray of objectsrequired
Response
{ "result": { "status": "PENDING" }, "permittedActions": [ {} ] }