On-Premises API was officially sunset on October 23, 2025 and is no longer available. Please use Cloud API instead.
/v1/account/verify
Once you have received the registration code via your specified method, you can complete your account registration by sending an API call to /v1/account/verify.
Make a POST request to this edge to complete your account registration.
POST /v1/account/verify
{
"code": "your-registration-code-received-by-sms-or-voice-call"
}
If successful, the response will return the HTTP status 201 Created with no payload object in response body.
If any errors are returned, refer to Error and Status Messages for more information.