get
https://partner.gupshup.io/partner/app//business/profile/photo
This API endpoint retrieves the URL of the business profile photo for a specific partner application's WhatsApp Business profile. The profile photo is the visual representation of your business that appears to users when they view your WhatsApp Business profile. This endpoint returns the photo URL which can be used to display or download the current profile photo.
Parameters
| Parameters | Value | Description |
|---|---|---|
| Authorization | {{PARTNER_APP_TOKEN}} | Access Token for the application |
| APP ID | {{APP_ID}} | Unique Identifier for Gupshup App |
Sample Request
curl --location --request GET 'https://partner.gupshup.io/partner/app/{{APP_ID}}/business/profile/photo' \
--header 'Authorization: {{PARTNER_APP_TOKEN}}'Sample Response
{
"message": "<link>",
"status": "success"
}