List

  • GET
  • /workspaces
  • /:domain
  • /webhooks

Returns all webhooks in the workspace. Restricted to admins only.

Request

REQUIRED SCOPES
WORKSPACE, WEBHOOK_INFO
URL PARAMETERS
domainrequired string
The workspace domain.

Last modified on Sep 23, 2024

Example:

CURL
curl -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" } ] }
STATUS
200 OK
LIMITS
X-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999