Confidential access_token
POST https://{{apiDomain}}/oauth20/token
Establishes a limited access token for an anonymous shopper session.
https://docs.digitalriver.com/commerce-api/shopper-apis/oauth/oauth-2.0-apis
Request Body
[{"name"=>"grant_type", "value"=>"client_credentials", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |