Wallets
cURL
curl --request GET \ --url https://api.circle.com/v2/notifications/subscriptions \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "c4d1da72-111e-4d52-bdbf-2e74a2d803d5", "name": "Transactions Webhook", "endpoint": "https://example.org/handler/for/notifications", "enabled": true, "createDate": "2023-01-01T12:04:05Z", "updateDate": "2023-01-01T12:04:05Z", "notificationTypes": [ "*" ], "restricted": false } ] }
Retrieve an array of existing notification subscriptions.
Circle's API Keys are formatted in the following structure "PREFIX:ID:SECRET". All three parts are requred to make a successful request.
Successfully retrieved notification subscriptions.
Show child attributes
Was this page helpful?