Get subscriber by id
GEThttps://localhost:8900/subscriber/:subscriber_id
Get the subscriber with a defined id.
Request​
Path Parameters
subscriber_id stringrequired
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
{
"id": "string",
"subscriptions": {}
}
No subscriber found
- text/plain
- Schema
Schema
string
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://localhost:8900/subscriber/:subscriber_id' \
-H 'Accept: application/json'