Last updated 3 years ago
Return a collection of webhooks
Name of the organization | can be found in the URL
Webhook that has been registered by the organization
GET /{organization}/webhooks HTTP/1.1 Host: Authorization: Bearer YOUR_OAUTH2_TOKEN Accept: */*
Webhooks collection after a successful request
[ { "url": "text", "type": "text", "status": "text" } ]