whatsapp
Get business profile
Retrieve the WhatsApp Business profile for the account (about, address, description, email, websites, etc.).
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Query Parameters
accountIdstring
WhatsApp social account ID
Response Body
application/json
application/json
curl -X GET "https://getlate.dev/api/v1/whatsapp/business-profile?accountId=string"{
"success": true,
"businessProfile": {
"about": "string",
"address": "string",
"description": "string",
"email": "string",
"profilePictureUrl": "http://example.com",
"websites": [
"string"
],
"vertical": "string"
}
}Empty
{
"error": "Unauthorized"
}Empty