Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Insert excerpt_ExcerptBetaAPI_ExcerptBetaAPInopaneltrueThe GET /subscriptions endpoint can be used to see a list of all subscriptions for the account.

...

Code Block
languagejs
themeMidnight
{
    "subscriptions": [
        {
            "subscriptionId": "2V1EhIxvsBPpnqf6Hqv9mtPZx1a",
            "name": "My App",
            "url": "https://your-application.com/webhooks/events",
            "events": [
                "agent.presencechanged.v0v1"
            ],
            "enabled": true
        },
        {
            "subscriptionId": "2V1EhIxvsguygqf6Hqv9mtPZx5s",
            "name": "Middleware App",
            "url": "https://another-application.com/webhooks/events",
            "events": [
                "channel.connected.v0v1"
            ],
            "enabled": true
        }
    ]
}

Each subscription contains the following parameters:

Insert excerpt
_ExcerptAPISubscriptionWebhooks
_ExcerptAPISubscriptionWebhooks
nopaneltrue
Insert excerpt
_ExcerptRunInPostman
_ExcerptRunInPostman
nopaneltrue