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.
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
}