v12

latestOpenAPI 3.1.02026-08-0464112112.3 KB
Webhooks

List all the the webhook and their subscriptions

Lists all the webhook and their subscriptions

get/v1/webhooks

Query parameters

cursorinteger
limitinteger

Response

Successful Response

totalinteger nullable
cursorinteger nullable
limitinteger nullable

Example response

{
  "data": [
    {
      "subscriptions": [
        {
          "endpoint": "http://www.example.com/"
        }
      ]
    }
  ]
}