Insert excerpt |
---|
_ExcerptBetaAPI | _ExcerptBetaAPI | nopanel | true |
---|
The
GET /subscriptions
endpoint can be used to see a list of all subscriptions for the account.
...
Code Block |
---|
|
{
"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 |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| _ExcerptRunInPostman |
---|
| _ExcerptRunInPostman |
---|
nopanel | true |
---|
|