Register Account

POST {{URL}}/v1/account/verify

You must use the admin account to register the application.

The account node is for registering your WhatsApp Business API client.

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.

Response

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.

Request Body

{"code"=>"<Registration Code Received via SMS/Voice>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: Created

{&quot;meta&quot;:{&quot;api_status&quot;:&quot;stable&quot;,&quot;version&quot;:&quot;v2.45.1&quot;}}