Logo
Blizzard API Documentation

Access Token Request

POST {{auth-uri}}/oauth/token

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'auth-uri/oauth/token' -H 'Content-Type: application/x-www-form-urlencoded' --data-urlencode '%7B%22name%22%3D%3E%22grant_type%22%2C+%22value%22%3D%3E%22client_credentials%22%2C+%22datatype%22%3D%3E%22string%22%7D&%7B%22name%22%3D%3E%22scope%22%2C+%22value%22%3D%3E%22wow.profile%22%2C+%22datatype%22%3D%3E%22string%22%7D'

ENDPOINTS