List available webhook events

The following endpoint lists all of the available webhook events that are available to subscribe to

The following example will list of all the available webhook events for your workspace

curl --location 'https://nest.messagebird.com/workspaces/<your-workspace-id>/available-webhooks' \
--header 'Accept: application/json' \
--header 'Authorization: AccessKey <your-access-key>'

Available events

For more details and comprehensive understanding of the available webhook events, refer to the following pages:

These references provide exhaustive information on the webhook events you can subscribe to and their respective details.

Last updated