Retrieve a list of subscribed events
GET https://api-{{APP_ID}}.calls.sendbird.com/v1/applications/{application_id}/settings/webhook
Retrieve a list of subscribed events
Retrieves a list of events for your webhook server to receive payloads for.
For more information, visit:
https://sendbird.com/docs/calls/v1/platform-api/guides/webhooks#2-retrieve-a-list-of-subscribed-events
URL Parameters
Required
application_id
- Type: string
- Description: Specifies the unique ID of the application.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
display_all_webhook_categories | string | OPTIONAL: Determines whether to include a list of all supported webhook events as the all_webhook_categories property in the response. (Default: false) |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Token | string |