List all Webhooks EndPoints

List all Webhooks EndPoints

GET {{Environment_URL}}/v1/payments/webhook/endpoints

Lists all registered webhooks.

Headers

Name
Value

Authorization

Bearer <token>

Response

{
  "links": {
    "current": "{{Environment_URL}}/v1/payments/webhook/endpoints"
  },
  "meta": {
    "itemsPerPage": 15,
    "totalItems": 4,
    "currentPage": 1,
    "totalPages": 1,
    "sortBy": [
      [
        "createdAt",
        "ASC"
      ]
    ],
    "filter": {
      "agentId": "1"
    }
  },
  "data": [
    {
      "id": "9994dea4-8111-4327-8ee8-32314e9f5d5d",
      "agentId": 1,
      "url": "https://reece.com",
      "token": null,
      "secret": null,
      "scope": "PAYOUT",
      "createdAt": "2025-08-14T12:22:13.335Z",
      "updatedAt": "2025-08-14T12:22:13.335Z"
    },
    {
      "id": "ed83500c-5165-4541-ae84-a458b1cf19ac",
      "agentId": 1,
      "url": "https://kameron.name",
      "token": "{{token}}",
      "secret": "{{secret}}",
      "scope": "PAYMENT",
      "createdAt": "2025-08-14T12:22:24.279Z",
      "updatedAt": "2025-08-14T12:22:24.279Z"
    },
    {
      "id": "3ffba5be-b409-4c2b-8168-e573f2e2bdcc",
      "agentId": 1,
      "url": "https://kelsi.name",
      "token": null,
      "secret": null,
      "scope": "MED",
      "createdAt": "2025-08-14T12:22:34.656Z",
      "updatedAt": "2025-08-14T12:22:34.656Z"
    },
    {
      "id": "914b022f-7b89-435e-a540-5ba66d30b965",
      "agentId": 1,
      "url": "http://price.info",
      "token": null,
      "secret": null,
      "scope": "FUNDING",
      "createdAt": "2025-08-14T12:22:43.229Z",
      "updatedAt": "2025-09-30T18:20:54.831Z"
    },
    {
      "id": "21e276b3-e13a-40eb-84d8-6f84bb1dc814",
      "agentId": 1,
      "url": "http://makayla.org",
      "token": null,
      "secret": null,
      "scope": "EXTERNAL_DEPOSIT",
      "createdAt": "2025-08-14T12:22:43.229Z",
      "updatedAt": "2025-09-30T18:20:54.831Z"
    }
  ]
}