Check Health

Use this API to check the health of the Gupshup App

Parameters

ParametersValueDescription
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

 {
        "healthy": "true"
    }
Language
Click Try It! to start a request and see the response here!