GET
/v1/client/user/notifications
curl \
--request GET 'https://api.bitlabs.ai/v1/client/user/notifications' \
--header "X-Api-Token: $API_KEY" \
--header "X-User-Id: $API_KEY"
Response examples (200)
{
"data": {
"user_channels": [
{
"channel_id": "string",
"enabled": true
}
]
}
}
Response examples (406)
{
"error": {
"details": {
"msg": "vpn detected",
"http": "406 Not Acceptable"
}
}
}