Request display name change
Submit a display name change request for the WhatsApp Business account. The new name must follow WhatsApp naming guidelines (3-512 characters, must represent your business). Changes require Meta review and approval, which typically takes 1-3 business days.
API key authentication - use your Zernio API key as a Bearer token
In: header
WhatsApp social account ID
New display name (must follow WhatsApp naming guidelines)
3 <= length <= 512Response Body
application/json
application/json
curl -X POST "https://zernio.com/api/v1/whatsapp/business-profile/display-name" \ -H "Content-Type: application/json" \ -d '{ "accountId": "507f1f77bcf86cd799439011", "displayName": "My Business Name" }'{
"success": true,
"message": "string",
"displayName": {
"name": "string",
"status": "PENDING_REVIEW"
}
}{
"error": "Unauthorized"
}Get display name and review status GET
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.
List phone numbers GET
List all WhatsApp phone numbers purchased by the authenticated user. By default, released numbers are excluded.