whatsapp
Get display name and review status
Fetch the current display name and its Meta review status for a WhatsApp Business account. Display name changes require Meta approval and can take 1-3 business days.
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/display-name?accountId=string"{
"success": true,
"displayName": {
"name": "string",
"status": "APPROVED",
"phoneNumber": "string"
}
}{
"error": "Unauthorized"
}Empty
List contacts GET
List WhatsApp contacts for an account. Supports filtering by tags, groups, opt-in status, and text search. Returns contacts sorted by name with available filter options.
List contact groups GET
List all contact groups for a WhatsApp account with contact counts. Groups are derived from the groups field on contacts, not stored as separate documents.