Event-API


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.

Resources

webhook

Webhook operations

DELETE
/webhook/{id}
GET
/webhook/{id}
PUT
/webhook/{id}
GET
/webhook
POST
/webhook

Models

ErrorResponse
Event
User
Webhook
WebhookDelivery

Authentication

Oauth2

'OAuth' Authentication Scheme
Reference: RFC5849, Section 3.5.1

JWT token from the Auth-API

Flow: password
Token URL: https://auth-api.apitree.com/oauth2/token
Scopes:
  • webhook: View and manage webhooks
  • webhook.readonly: View webhooks

Contact

Name ApiTree GmbH
Email support@apitree.com

Metadata (Technical Details)

API Version 2.0.0

Comments

Loading comments ...