With the Event-API you can manage your webhooks. The ApiTree APIs use webhooks for event notification. Webhooks are HTTP callbacks that receive notification messages for events. They can be used to integrate ApiTree into systems like Slack. A webhook relates to an API or an organization. Each user can create a maximum of 30 webhooks.
To access the API endpoints you need an API token with the OAuth scope webhook
or webhook.readonly
. Find out how to create an API token.