For the complete documentation index, see llms.txt. This page is also available as Markdown.

Business Username

Endpoints for managing WhatsApp business username

Get current business username

get

Retrieve current WhatsApp business username and status.

Authorizations
D360-API-KEYstringRequired

API Key for Messaging API authentication. Send your API key in the D360-API-KEY header.

Responses
200

Username retrieved successfully

application/json

Response payload for retrieving current business username

statusstringOptionalExample: approved
usernamestringOptionalExample: my_business
get/username

Adopt or change business username

post

Adopt or change WhatsApp business username. On success, username status is either approved (visible to WhatsApp users after feature rollout) or reserved (approved but not yet visible).

Authorizations
D360-API-KEYstringRequired

API Key for Messaging API authentication. Send your API key in the D360-API-KEY header.

Body

Adopt username request payload

usernamestringOptionalExample: my_business
Responses
200

Username adopted or changed successfully

application/json

Response payload for successful business username adoption or change

statusstringOptionalExample: approved
post/username

Delete business username

delete

Delete WhatsApp business username.

Authorizations
D360-API-KEYstringRequired

API Key for Messaging API authentication. Send your API key in the D360-API-KEY header.

Responses
200

Username deleted successfully

application/json

Response payload for deleting business username

successbooleanOptionalExample: true
delete/username

Get reserved business username suggestions

get

Get reserved WhatsApp business username suggestions. Reserved usernames have higher approval likelihood.

Authorizations
D360-API-KEYstringRequired

API Key for Messaging API authentication. Send your API key in the D360-API-KEY header.

Responses
200

Reserved username suggestions retrieved successfully

application/json

Response payload for retrieving reserved business username suggestions

get/username_suggestions

Last updated

Was this helpful?