cURL
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 }
Returns all webhooks registered for the authenticated organization.
API key for authentication. Pass your key in the x-api-key header.
x-api-key
List of webhooks
Show child attributes
Number of items returned