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
Remember
The
[base-path]
may differ depending on your hosted zone.
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.
Last modified 1yr ago