We refreshed our doc site!

Bookmarked links may have changed

Read release notes

getSubscriptions

Web3 Services
Compliance Engine

Get all notification subscriptions

GEThttps://api.circle.com/v2/notifications/subscriptions

Retrieve an array of existing notification subscriptions.

Response
RequestChoose a language
ResponseChoose an example
1{
2  "data": [
3    {
4      "id": "c4d1da72-111e-4d52-bdbf-2e74a2d803d5",
5      "name": "Transactions Webhook",
6      "endpoint": "https://example.org/handler/for/notifications",
7      "enabled": true,
8      "createDate": "2023-01-01T12:04:05Z",
9      "updateDate": "2023-01-01T12:04:05Z"
10    }
11  ]
12}
Did this page help you?
© 2023-2024 Circle Technology Services, LLC. All rights reserved.