Skip to content

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.

POST /v1/whatsapp/business-profile/display-name

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.

Request body

Content-Type: application/json

  • accountId (string) required — WhatsApp social account ID
  • displayName (string) required — New display name (must follow WhatsApp naming guidelines)

Example:

json

{
  "accountId": "507f1f77bcf86cd799439011",
  "displayName": "My Business Name"
}

Responses

200 — Display name change submitted for review

  • success (boolean)
  • message (string)
  • displayName (object)

400 — Invalid display name (too short

401

404 — WhatsApp account not found