Skip to content
Pile
Esc
navigateopen⌘Jpreview

Get webhook subscription

GET/workspaces/{organizationId}/webhook-subscriptions/{id}
Path parameters
organizationIdstringrequired
idstringrequired
Responses
200Webhook subscription
idstringrequired
organizationIdstringrequired
urlstringrequired
eventsstringrequired
secretstringrequired
createdAtstringrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/webhook-subscriptions/string"
Response
{
  "id": "string",
  "organizationId": "string",
  "url": "string",
  "events": "string",
  "secret": "string",
  "createdAt": "string"
}