Get subscriber by id​
Get the subscriber with a defined id.
Path Parameters
- subscriber_id string required
The identifier of the subscriber
Responses
- 200
- 404
The subscriber
- application/json
- Schema
- Example (from schema)
Schema
- id string
The identifier of this subscriber
subscriptions object
The dictionary of subscriptions, where the key is the message type
property name*
object
{
"id": "string",
"subscriptions": {}
}
No subscriber found
- text/plain
- Schema
Schema
- string
Loading...