SDK Explorer

Retrieve an array of existing notification subscriptions.

Responses
Example
1const response = await client.listSubscriptions()
2console.log(response)
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      "notificationTypes": [
11        "*"
12      ],
13      "restricted": false
14    }
15  ]
16}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.