Admin — Integrations
Connect WhatsApp via Cloud API credentials
Validates WhatsApp Cloud API credentials via the Meta Graph API and saves the installation for the current workspace.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "http://localhost:3001/api/v1/admin/integrations/whatsapp" \ -H "Content-Type: application/json" \ -d '{ "phoneNumberId": "string", "accessToken": "string" }'{
"message": "string",
"displayPhone": "string"
}{
"error": "string",
"message": "string",
"requestId": "string"
}{
"property1": null,
"property2": null
}{
"error": "string",
"message": "string",
"requestId": "string"
}{
"error": "string",
"message": "string",
"requestId": "string"
}Edit on GitHub
Last updated on