Skip to main content
GET
/
webhooks
List Webhooks
curl --request GET \
  --url https://api.caminotreasury.com/v1/webhooks \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "id": 123,
      "url": "<string>",
      "events": [
        "transaction.confirmed"
      ],
      "createdAt": "2023-11-07T05:31:56Z",
      "wallets": [
        "<string>"
      ]
    }
  ],
  "count": 123
}

Authorizations

x-api-key
string
header
required

API key for authentication. Pass your key in the x-api-key header.

Response

List of webhooks

data
object[]
count
integer

Number of items returned