Use this API to check the health of the Gupshup App.
Parameters
| Parameters | Value | Description |
|---|---|---|
| Authorization | {PARTNER_APP_TOKEN} | Access Token for the application |
| appId | {APP_ID} | Unique Identifier for Gupshup App |
Sample Request
curl --location --request GET 'https://partner.gupshup.io/partner/app/{APP_ID}/health' \
--header 'Authorization: {PARTNER_APP_TOKEN}'Sample Response
{
"status": "success",
"healthy": "true"
}Response Codes
Status Code | Response | Comments | |
|---|---|---|---|
Success | |||
200 |
| ||
Error | |||
400 |
| If APP is not live | |
400 |
| If the WABA ID is not present in the DB | |
400 |
| If the WABA ID present in DB is not correct | |
400 |
| ||
400 |
| ||
401 |
| If Invalid appID/token |
