Skip to main content
GET
/
gateway
/
bot
cURL
curl --request GET \
  --url https://discord.com/api/v10/gateway/bot \
  --header 'Authorization: <api-key>'
{
  "url": "<string>",
  "session_start_limit": {
    "max_concurrency": 123,
    "remaining": 123,
    "reset_after": 123,
    "total": 123
  },
  "shards": 123
}

Authorizations

Authorization
string
header
required

Discord bot token

Response

200 response for get_bot_gateway

url
string<uri>
required
session_start_limit
object
required
shards
integer<int32>
required