List
- GET
- /workspaces
- /:domain
- /webhooks
Returns all webhooks in the workspace. Restricted to admins only.
Example:
CURLcurl -X GET "https://api.buddy.works/workspaces/:domain/webhooks" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \
EXAMPLE RESPONSE{ "url": "https://api.buddy.works/workspaces/buddy/webhooks", "html_url": "https://app.buddy.works/buddy/webhook", "webhooks": [ { "url": "https://api.buddy.works/workspaces/buddy/webhooks/1", "html_url": "https://app.buddy.works/buddy/webhook/1", "id": 1, "target_url": "http://localhost" } ] }
STATUS200 OK
LIMITSX-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999