get
https://partner.gupshup.io/partner/app//username
Returns the business username and status for the app's phone number.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Sample Request:
curl --location 'https://partner.gupshup.io/partner/app/{{APP_ID}}/username' \
--header 'Authorization: {{PARTNER_APP_TOKEN}}'
Sample Response:
{
"status": "approved",
"username": "{USERNAME}"
}
| Key | Description | Values |
|---|---|---|
| Authorization | Access token for the application | sk_**** |
| APP_ID | App ID (path param) | e.g. 04e6c66b-bb95-4bfc-b75e-4e7391ddc680 |