Skip to main content
GET
/
custodians
/
me
/
alerts
/
webhooks
List alert webhooks
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Portal API Key (Custodian API Key). Pass as a Bearer token in the Authorization header.

Response

Alert webhooks retrieved successfully

data
object[]