Subscriptions
Last updated
curl -X POST \
v1/logs/stream-subscriptions \
-H 'Authorization: Basic <Your Base64 Encoded Token>'\
-d '{
"items" : ["Reply All"]
}'{
"status": "success",
"data": [
{
"stream": {
"name": "In a Nutshell",
"type": "youtube",
"ID": "EV26-ZTMD-21CV"
},
"subscriptions": [
{
"firstname": "Example",
"lastname": "One",
"email": "example.one@acme.com",
"telephone": "+44223334444",
"country": "********",
"city": "********",
"groups" : [],
"status": {
"subscribed": true,
"timestamp": "2022-02-25T15:38:20+02:00"
}
},
{
"firstname": "Example",
"lastname": "Two",
"email": "example.two@acme.com",
"telephone": "",
"country": "United Kingdom",
"city": "London",
"groups" : ["Group A","Group B"]
"status": {
"subscribed": true,
"timestamp": "2021-03-11T12:19:57+02:00"
}
},
...etc
]
},
...etc
],
"hash": "b52a99654f1666dd1fc0988743a2dfee",
"response_time": 0.20177698135375977
}