Profile

Endpoints for managing WhatsApp Business profile

Get WhatsApp Business Profile

get

Retrieve comprehensive information about a WhatsApp Business Profile, including business details, contact information, and profile settings.

Authorizations
D360-API-KEYstringRequired

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

Query parameters
fieldsstringOptional

Comma-separated list of fields to include in the response. Available fields: messaging_product, about, address, description, email, profile_picture_url, websites, vertical

Responses
chevron-right
200

WhatsApp Business Profile retrieved successfully

application/json

Response containing WhatsApp Business Profile data

get
/whatsapp_business_profile

Update WhatsApp Business Profile

post

Update WhatsApp Business Profile information including business details, contact information, and profile settings. To update the profile picture, first use the Resumable Upload API to obtain a profile_picture_handle, then include it in the request.

Authorizations
D360-API-KEYstringRequired

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

Body
objectOptional
or
Responses
chevron-right
200

WhatsApp Business Profile updated successfully

application/json

Response after updating WhatsApp Business Profile

successbooleanOptionalExample: true
post
/whatsapp_business_profile

Last updated

Was this helpful?