Whatsapp
Authorization
Bearer AuthorizationBearer <token>
In: header
Query Parameters
account_id*string
WhatsApp account ID
Response Body
application/json
application/json
curl -X GET "https://api.relayapi.dev/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
}
}
}