Request that an account verification code be sent to the provided email address, if it belongs to a registered user.
Security
SessionKey(Required scopes: customeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/verifications
- QA Serverhttps://qa.ticketingevents.com/v3/verifications
- Production Serverhttps://api.ticketingevents.com/v3/verifications
curl -i -X POST \
https://docs.ticketingevents.com/_mock/openapi/verifications \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"email": "marvin.milk@usmc.gov"
}'An account verification code was generated and sent to the provided email address, if it belongs to a registered user.
Response
{ "self": "/verifications/16485226592997", "email": "marvin.milk@usmc.gov", "status": "Pending" }