Skip to content
Pile
Esc
navigateopen⌘Jpreview

List webhook subscriptions

GET/workspaces/{organizationId}/webhook-subscriptions
Path parameters
organizationIdstringrequired
Responses
200Webhook subscriptions list
subscriptionsobject[]required
Show properties
Array of object
idstringrequired
organizationIdstringrequired
urlstringrequired
eventsstringrequired
secretstringrequired
createdAtstringrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/webhook-subscriptions"
Response
{
  "subscriptions": [
    {
      "id": "string",
      "organizationId": "string",
      "url": "string",
      "events": "string",
      "secret": "string",
      "createdAt": "string"
    }
  ]
}