latestOpenAPI 3.0.12026-08-08133541.4 KB

bc197ebb855c

Webhook Subscriptions

List Webhooks

List the webhooks you have registered

get/v1/webhooks

Query parameters

cursorstring nullable
limitinteger nullable

Response

Success

next_cursorstring nullable

Example response

{
  "items": [
    {
      "id": "wsub_123",
      "group_id": "wg_123",
      "url": "https://example.com/webhook",
      "status": "ACTIVE"
    }
  ]
}