List all subscriptions
GEThttps://localhost:8900/subscribers
Get all subscriptions of all subscribers in the system
Responses​
- 200
The list of all subscribers with all subscriptions
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id string
The identifier of this subscriber
subscriptions
object
[
{
"id": "string",
"subscriptions": {}
}
]
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL