password
grant type is used by sales channel applications to exchange a customer credentials for an access token (i.e. to get a "logged" access token).password
grant type, send a POST
request to the /oauth/token
endpoint, passing the application credentials in the request body.string
password
string
string
string
client_id
string
"market:{{market_number}}"
, where market_number
is the number of the market you want to put in scope.password
grant type for a specific user, putting in scope the market identified by the number "1234":200 OK
status code, returning the requested access token and customer info, along with a refresh token: