v1

latestOpenAPI 3.0.32026-07-268345159.5 KB
default

Get All Subscriptions

get/partner/app/{appId}/subscription

Path parameters

appIdstring required

Headers

Authorizationstring

Response

Successful response

statusstring

Example response

{
  "status": "success",
  "subscriptions": [
    {
      "active": true,
      "appId": "57d9179b-7412-4621-bf86-57ee1962fd12",
      "createdOn": 1735818105594,
      "id": "29040",
      "mode": 16383,
      "modes": [
        "SENT",
        "DELIVERED",
        "READ",
        "DELETED",
        "OTHERS",
        "FAILED",
        "MESSAGE",
        "TEMPLATE",
        "ACCOUNT",
        "BILLING",
        "ENQUEUED",
        "FLOWS_MESSAGE",
        "PAYMENTS",
        "ALL"
      ],
      "modifiedOn": 1735818105594,
      "showOnUI": false,
      "tag": "mm",
      "url": "https://webhook.site/e1d58c71-2c14-4e82-90ce-4fd4c0caaf96",
      "version": 3
    }
  ]
}