v1

latestOpenAPI 3.0.02026-07-1355113123.3 KB
Registration

Request-Code

post/account

Request body

ccstring required

Numerical country code for the phone number you are registering

phone_numberstring required

Phone number you are registering, without the country code or plus symbol (+)

method'sms' | 'voice' required

Method of receiving your registration code

certstring required

Base64-encoded Verified Name certificate

pinstring

Existing 6-digit PIN — This is only required when two-factor verification is enabled on this account.

Example request

{
  "cc": "<Country Code>",
  "phone_number": "<Phone Number>",
  "method": "< sms | voice >",
  "cert": "<Valid Cert from Business Manager>",
  "pin": "<Two-Step Verification PIN"
}

Response

Created: the account already exists. You are already registered, so you do not need to do anything else.