WABA Profile Info
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.
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 the
D360-API-KEY
header with your API Key as a value will give you permission.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
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
get
https://[base-path]
/v1/settings/business/profile
Retrieve Business Profile information
post
https://[base-path]
/v1/settings/business/profile
Update Business Profile information
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:
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
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
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