RelayAPI

Get WhatsApp Business profile

GET
/v1/whatsapp/business-profile
AuthorizationBearer <token>

API key (rlay_live_* or rlay_test_*)

In: header

Query Parameters

account_id*string

WhatsApp account ID

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/whatsapp/business-profile?account_id=string"
{  "about": "string",  "description": "string",  "email": "string",  "websites": [    "string"  ],  "address": "string",  "profile_picture_url": "string"}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}

Found something wrong? Help us improve this page.

Submit an Issue
Requires a GitHub account.View repo