Skip to content

Verify account

Request

Verify the account if the verification code matches that sent to the account's email address.

Security
SessionKey(Required scopes: customeradministrator)
Path
verificationstringrequired

Unique identifier of the account verification request.

Bodyapplication/json
codenumberrequired

The verification code sent to the account email address.

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
  }'

Responses

The account was successfully verified.

Bodyapplication/json
messagestring

Reason for the given response.

Response
{ "message": "The account has been successfully verified." }