Links

WABA Profile Info

In the 360 Client Hub

The client can update their WABA profile information in their 360 Client Hub.
To access the options, they need to click on Show details in the specific account they wish to edit and click in the Profile tab.

In the API

You can use the following endpoints to update WhatsApp Account about, photo and business profile information.
The [base-path] may differ depending on your hosted zone and type.
Every request to WhatsApp API needs to be authorized using API Key authentication. Adding theD360-API-KEY header with your API Key as a value will give you permission.

If the WABA is registered in On-premise API

About section

get
https://[base-path]
/v1/settings/profile/about
Retrieve About section for a specific channel
patch
https://[base-path]
/v1/settings/profile/about
Set About section for a specific channel

Profile Photo

get
https://[base-path]
/v1/settings/profile/photo
Retrieve Photo for a specific channel in base64-encoded binary format
get
https://[base-path]
/v1/settings/profile/photo
Retrieve Photo URL for a specific channel
post
https://[base-path]
/v1/settings/profile/photo
Update Photo for a specific channel using base64-encoded binary format image
Example in Postman

Business Profile information

get
https://[base-path]
/v1/settings/business/profile
Retrieve Business Profile information
post
https://[base-path]
/v1/settings/business/profile
Update Business Profile information

If the WABA is registered in Cloud API

The endpoints previously mentioned remain unchanged, besides the ones for retrieving and updating Business Profile information, which contains a couple of modifications for Cloud API hosting. See below:

About section

get
https://[base-path]
/v1/settings/profile/about
Retrieve About section for a specific channel
patch
https://[base-path]
/v1/settings/profile/about
Set About section for a specific channel

Profile Photo

get
https://[base-path]
/v1/settings/profile/photo
Retrieve Photo for a specific channel in base64-encoded binary format
get
https://[base-path]
/v1/settings/profile/photo
Retrieve Photo URL for a specific channel
post
https://[base-path]
/v1/settings/profile/photo
Update Photo for a specific channel using base64-encoded binary format image

Business Profile information

get
https://[base-path]
/whatsapp_business_profile?fields=address,description,email,profile_picture_url,websites,vertical
Retrieve Business Profile information
post
https://[base-path]
/whatsapp_business_profile
Update Business Profile information