cURL
curl --request GET \ --url https://x8ki-letl-twmt.n7.xano.io/api:meta/workspace/{workspace_id}/realtime \ --header 'Authorization: Bearer <token>'
{ "enabled": true, "hash": "Dl3HlakmBZDhezv6yml7hliTM20", "channels": [ { "anonymous_clients": true, "client_authenticated_messaging": true, "client_private_messaging": true, "client_private_messaging_authenticated_only": true, "client_public_messaging": true, "client_public_messaging_authenticated_only": true, "description": "<string>", "enabled": true, "id": 123, "pattern": "<string>", "presence": true, "wildcard": true } ] }
Retrieve real-time operational metrics and connection details
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success!
Show child attributes
Was this page helpful?