Snoze Developers
API referenceOutbound webhooks

List

GET
/v1/workspaces/{workspaceId}/webhooks/outbound
AuthorizationBearer <token>

Workspace API key created in Workspace settings → API keys. Scopes on the key bound what it can read and write.

In: header

Path Parameters

workspaceId*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/workspaces/string/webhooks/outbound"
{  "data": [    {      "id": "string",      "workspaceId": "string",      "key": "string",      "label": "string",      "url": "string",      "enabled": true,      "eventTypes": [        "string"      ],      "lastEventVersion": 0,      "createdByUserId": "string",      "createdAt": "string",      "updatedAt": "string"    }  ]}