v1

latestOpenAPI 3.0.02026-08-04134348905.1 KB
Webhook Notifications

List webhook endpoint

Permissions required: Configure Webhooks

List all of your webhook endpoints.

get/webhook/endpoints

Query parameters

afterIdstring

When paginating this is used to provide the starting point for the page to fetch (retrieved from the previous response body)

limitinteger

Maximum number of results to return per query

Response

Webhook endpoint list

Example response

{
  "data": [
    {
      "id": "accf45c9-f08e-4b5f-a3b0-162b94baf5a0",
      "description": "Endpoint to receive transaction notifications.",
      "createdAt": "2024-08-08T13:44:00.234524Z",
      "updatedAt": "2024-08-08T13:44:00.234526Z",
      "publicKey": "-----BEGIN PUBLIC KEY-----\nMFYwEAYHKoZIzj0CAQYFK4EEAAoDQgAEeg+pxTCsjew/+7IK4+Vw5zyHDnMW7bzn\nsClhuYIKjXF8EJ1lfyZC2VPVullBKgvHRzNMfC1KkF2LIoRp2ibcWQ==\n-----END PUBLIC KEY-----",
      "url": "https://your-domain.com/transaction-webhooks"
    }
  ],
  "page": {
    "next": "<next page url>"
  }
}