Webhook

Webhook

View user webhook

get
Path parameters
user_idintegerRequired

ID of the user

Responses
200

Successful operation

application/json
get
/api/organizations/{organization}/webhooks

Show specific user webhook

get
Path parameters
idintegerRequired

ID of the user webhook

Responses
200

Successful operation

application/json
get
/api/organizations/{organization}/webhooks/{webhook}

Create a new user webhook

post
Body
webhook_urlstring · min: 5 · max: 500RequiredExample: https://example.com/webhook
Responses
200

Successful operation

application/json
post
/api/organizations/{organization}/webhooks/

Get all webhook services

get
Path parameters
organizationintegerRequired

ID of the organization

Responses
200

Successful operation

application/json
get
/api/organizations/{organization}/webhooks/services

Get webhook events for a specific service

get
Path parameters
organizationintegerRequired

ID of the organization

Query parameters
service_idintegerRequired

ID of the webhook service

Responses
200

Successful operation

application/json
get
/api/organizations/{organization}/webhooks/events

Last updated