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>'

Last updated