Get Profile Photo URL
GET {{URL}}/v1/settings/profile/photo?format=link
You must use the admin account to access the profile settings.
You can get your profile's photo image by URL the following methods:
In the WhatsApp app, click on Chat with business account, then click on the name at the top to see the complete contact information, including the profile photo.
Use the WhatsApp Business API's
/v1/settings/profile/photo
endpoint to retrieve the image that you are using as your profile photo as a public URL of the image.
Response
A successful response contains the public URL of the profile photo.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
format | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: OK
"Content-Type: mage/jpeg, or other appropriate type\nContent-Length: content-size\n\nbinary-image-content"