Request verification code needed to retrieve authentication token to create a Platform User
- Productionhttps://api-v2.dash.app/platform/user-verifications
- Staginghttps://api-v2.dashstaging.app/platform/user-verifications
curl -i -X POST \
https://api-v2.dash.app/platform/user-verifications \
-H 'Content-Type: application/json' \
-d '{
"email": "john.smith@gmail.com"
}'