Verify the account if the verification code matches that sent to the account's email address.
Security
SessionKey(Required scopes: customeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/verifications/{verification}
- QA Serverhttps://qa.ticketingevents.com/v3/verifications/{verification}
- Production Serverhttps://api.ticketingevents.com/v3/verifications/{verification}
curl -i -X PATCH \
'https://docs.ticketingevents.com/_mock/openapi/verifications/{verification}' \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"code": 914828
}'Response
{ "message": "The account has been successfully verified." }