Links

Profile Info

This document explains how to set and modify your WhatsApp profile information using the 360dialog WhatsApp API.
You can use the following endpoints to set your WhatsApp profile info in the same manner as described in the official WhatsApp documentation on the topic.
get
https://[base-path]
/v1/settings/profile/about
Profile: About
patch
https://[base-path]
/v1/settings/profile/about
Profile: About
post
https://[base-path]
/v1/settings/profile/photo
Profile: Photo
post
https://[base-path]
/v1/settings/business/profile
Business Profile
Please review the official WhatsApp docs for the full list of acceptable parameter values.
Remember The [base-path] for Cloud API is https://waba-v2.360dialog.io. 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.