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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: Created
{"meta":{"api_status":"stable","version":"v2.45.1"}}