Get Profile Picture

Use this API to fetch the profile picture set for a business profile

❗️

Attention

This guide is no longer maintained from 31st Jan 2025. Please refer the updated one here.


Parameters

ParametersValueDescription
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"
        }
Language
Click Try It! to start a request and see the response here!