Our API allows for direct-like access to WhatsApp for Business API. You can use the following endpoints to set your WhatsApp profile info in the same manner as described in the official Whatsapp docs.
Once a setup has been complete, you can set your own profile info using the following API endpoints using appropriate properties as described here.
POST /v1/settings/business/profile
POST /v1/settings/profile/about
POST /v1/settings/profile/photo
Remember: Every request to WhatsApp API needs to be authorized using API Key authentication. Adding D360-API-KEY
header with your API Key as a value is enough to gain permission.
Also: The base path may differ depending on your hosted zone.
​