v1

latestOpenAPI 3.1.02026-07-24170121.2 MB

List Webhooks

Use this end point to list all your webhooks.

get/v1/webhooks

Response

200

Example response

{
  "data": [
    {
      "object": "WebHook",
      "id": "A0jnNvqjKA34kl",
      "event_types": [
        {
          "event_type": "order.charged"
        }
      ],
      "url": "https://testdashboard.payarc.net/api/create-webhook",
      "created_at": 1726064305,
      "updated_at": 1726065119
    }
  ],
  "meta": {
    "pagination": {
      "total": 1,
      "count": 1,
      "per_page": 10,
      "current_page": 1,
      "total_pages": 1
    }
  }
}