Skip to content

Request verification code for sign-up

Request

Request verification code needed to retrieve authentication token to create a Platform User

Bodyapplication/jsonrequired
emailstringrequired

The email address to send the verification code to

Example:"john.smith@gmail.com"
curl -i -X POST \
  https://api-v2.dash.app/platform/user-verifications \
  -H 'Content-Type: application/json' \
  -d '{
    "email": "john.smith@gmail.com"
  }'

Responses

Success

Response
No content