Access Token Request

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

Request Body

[{"name"=>"grant_type", "value"=>"client_credentials", "datatype"=>"string"}, {"name"=>"scope", "value"=>"wow.profile", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring