Webhook

Webhook

View user webhook

get
Path parameters
user_idintegerRequired

ID of the user

Responses
chevron-right
200

Successful operation

application/json
successbooleanOptionalExample: true
messagestringOptionalExample: UserWebhook
get
/api/organizations/{organization}/webhooks

Show specific user webhook

get
Path parameters
idintegerRequired

ID of the user webhook

Responses
chevron-right
200

Successful operation

application/json
successbooleanOptionalExample: true
messagestringOptionalExample: UserWebhook
get
/api/organizations/{organization}/webhooks/{webhook}

Create a new user webhook

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

Successful operation

application/json
successbooleanOptionalExample: true
messagestringOptionalExample: UserWebhook
post
/api/organizations/{organization}/webhooks/

Get all webhook services

get
Path parameters
organizationintegerRequired

ID of the organization

Responses
chevron-right
200

Successful operation

application/json
successbooleanOptionalExample: true
messagestringOptionalExample: services
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
chevron-right
200

Successful operation

application/json
successbooleanOptionalExample: true
messagestringOptionalExample: events
get
/api/organizations/{organization}/webhooks/events

Last updated