Get Partner Apps

Use this API to fetch the list of Apps which are linked to your partner account

Parameters

ParametersValueDescription
Authorization{{PARTNER_TOKEN}}JWT Token issued post Partner login

Sample Request

curl --location --request GET 'https://partner.gupshup.io/partner/account/api/partnerApps' \
--header 'Authorization: {{PARTNER_TOKEN}}'

Sample Response

 {
        "partnerAppsList": [
            {
                "createdOn": 1600398419731,
                "healthy": true,
                "id": "9e*****d-a**3-4***-*5*5-4**f4***fa6*",
                "live": true,
                "modifiedOn": 1602051341986,
                "name": "GupshupDevAssistant01",
                "partnerId": **669**,
                "phone": "91**********",
                "stopped": false
            }
        ]
    }
Language
Click Try It! to start a request and see the response here!