cURL
curl --request GET \ --url https://api.portalhq.io/api/v3/custodians/me/alerts/webhooks \ --header 'Authorization: Bearer <token>'
{ "data": [ { "autoAddNewAddresses": true, "createdAt": "2024-12-19T19:05:04.707Z", "events": [ "EIP_155_TX_V1" ], "id": "cm4voycw2001f68veade3tr0i", "updatedAt": "2024-12-19T20:07:16.648Z", "url": "https://example.com/alerts-webhooks/1/events" } ] }
Retrieve a list of your alert webhooks configured in your Portal Admin Dashboard.
Portal API Key (Custodian API Key). Pass as a Bearer token in the Authorization header.
Alert webhooks retrieved successfully
Show child attributes
Was this page helpful?