We are sunsetting On-Premises API. Refer to our On-Premises API Sunset document for details, and to learn how to migrate to our next-generation Cloud API.

Verify

/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.

Creating

Make a POST request to this edge to complete your account registration.

Example

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.