get realtime channel
Authentication: required
curl --request GET \
--url https://your-xano-instance.xano.io/api:meta/workspace/{workspace_id}/realtime/channel/{channel_id} \
--header 'Authorization: Bearer <token>'{
"id": 1,
"name": "Channel Name",
"active": true,
"xanoscript": {
"status": "ok",
"value": "<string>",
"message": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?
curl --request GET \
--url https://your-xano-instance.xano.io/api:meta/workspace/{workspace_id}/realtime/channel/{channel_id} \
--header 'Authorization: Bearer <token>'{
"id": 1,
"name": "Channel Name",
"active": true,
"xanoscript": {
"status": "ok",
"value": "<string>",
"message": "<string>"
}
}