Authorization: Bearer ********************curl --location --request GET 'https://api.ogoship.com/api/channel-events//subscriptions' \
--header 'Authorization: Bearer <token>'{
"channelId": 0,
"channelEvents": [
{
"code": "string",
"userId": "string",
"eventDeliveryTypes": [
{
"code": "string",
"metaData": {
"property1": "string",
"property2": "string"
}
}
]
}
],
"userEvents": [
{
"code": "string",
"userId": "string",
"eventDeliveryTypes": [
{
"code": "string",
"metaData": {
"property1": "string",
"property2": "string"
}
}
]
}
],
"revision": 0
}