Update Profile About

Updates the 'About' text (business description) in the WhatsApp Business profile. The about text provides a brief introduction to your business (max 512 characters). This is a simplified endpoint that updates only the description text, completely replacing the existing text.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Parameters

ParametersValueDescription
Authorization{{PARTNER_APP_TOKEN}}Access Token for the application
about{{ABOUT}}Business profile about
APP ID{{APP_ID}}Unique Identifier for Gupshup App

Sample Request

curl --location --request PUT 'https://partner.gupshup.io/partner/app/{{APP_ID}}/business/profile/about' \
--header 'Authorization: {{PARTNER_APP_TOKEN}}' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'about={{ABOUT}}'

Sample Response

{
            "about": {
                "message": "<about>"
            },
            "status": "success"
        }
Path Params
string
required
Form Data
string
Headers
string
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!