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

KeyDatatypeRequiredDescription
display_all_webhook_categoriesstringOPTIONAL: Determines whether to include a list of all supported webhook events as the all_webhook_categories property in the response. (Default: false)

HEADERS

KeyDatatypeRequiredDescription
Api-Tokenstring