Gets realtime configuration
get
/v1/projects/{ref}/config/realtimePath parameters
- refRequiredstring
Project ref
Response codes
- 200
- 401
- 403
- 429
Response (200)
1{2 "private_only": true,3 "connection_pool": 1,4 "max_concurrent_users": 1,5 "max_events_per_second": 1,6 "max_bytes_per_second": 1,7 "max_channels_per_client": 1,8 "max_joins_per_second": 1,9 "max_presence_events_per_second": 1,10 "max_payload_size_in_kb": 1,11 "suspend": true,12 "presence_enabled": true13}