Skip to main content
GET
/
gateway
cURL
curl --request GET \
  --url https://discord.com/api/v10/gateway \
  --header 'Authorization: <api-key>'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Discord bot token

Response

200 response for get_gateway

url
string<uri>
required