Skip to main content
GET
/
gateway
/
bot
Get gateway information
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
  }
}

Response

Success

url
string
required

WebSocket URL to connect to the gateway

shards
integer<int53>
required

Recommended number of shards to use when connecting

session_start_limit
object
required

Session start rate limit information