v1

latestOpenAPI 3.1.02026-07-2458221215.8 KB
Manage webhooks

List all webhook subscriptions

List all webhook subscriptions

get/webhooks

Query parameters

afterstring nullable

Return webhook subscriptions after this subscription ID.

beforestring nullable

Return webhook subscriptions before this subscription ID.

limitinteger

Maximum number of webhook subscriptions to return.

Response

OK

urlstring

Example response

{
  "results": [
    {
      "id": "wh_1aBMS9FKwvSDjljRJI1aZ",
      "created_at": "2022-03-10T16:15:50Z",
      "updated_at": "2022-03-10T16:15:50Z"
    }
  ]
}