This API retrieves the current display name for a WhatsApp application.
Request Example
curl --location 'https://partner.gupshup.io/partner/app/{{APP_ID}}/profile/displayName' \
--header 'Authorization: {{PARTNER_APP_TOKEN}}'Response Example
{
"displayNameInfo": {
"verifiedNameStatus": "",
"requestedName":"",
"requestedNameStatus":"",
"verifiedName":""
},
"status": "success"
}Status Codes
Status Code | Response | Comments |
|---|---|---|
200 |
|
|
400 |
| Missing or invalid parameters |
401 |
| Invalid or missing authentication token |
403 |
| User does not have admin privileges |
500 |
| For any internal error |
Request Parameters
| Key | Description | Values | Data Type | Required/Optional | Constraints |
|---|---|---|---|---|---|
| Path Parameters | |||||
| appId | The unique identifier for the application | 57d9179b-7412-4621-bf86-57ee1962fd12 | String | Required | Must be a valid app ID |
| Request Headers | |||||
| Authorization | Partner App token for authentication | sk_JhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9 | String | Required | Must be a valid JWT token with PARTNER_APP role |
