OAuth token from account manager
POST https://account.demandware.com/dwsso/oauth2/access_token
Request Body
[{"name"=>"grant_type", "value"=>"client_credentials", "datatype"=>"string"}, {"name"=>"scope", "value"=>"SALESFORCE_COMMERCE_API:bbsv_150", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |