Retrieves gateway connection information and recommended shard count for establishing WebSocket connections.
curl --request GET \
--url https://api.fluxer.app/v1/gateway/bot{
"url": "<string>",
"shards": 123,
"session_start_limit": {
"total": 123,
"remaining": 123,
"reset_after": 123,
"max_concurrency": 123
}
}Documentation Index
Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://api.fluxer.app/v1/gateway/bot{
"url": "<string>",
"shards": 123,
"session_start_limit": {
"total": 123,
"remaining": 123,
"reset_after": 123,
"max_concurrency": 123
}
}