For the complete documentation index, see llms.txt. This page is also available as Markdown.

Access tokens

Get the Commerce API access token

get
Responses
200

Successful response.

application/json
sessionIdstringOptionalExample: your_session_ID
userIdstringOptionalExample: your_user_ID
externalReferenceIdstringOptionalExample: external_reference_ID
authenticatedstringOptionalExample: true
localestringOptionalExample: en_US
currencystringOptionalExample: USD
cartIdstringOptionalExample: your_cart_ID
clientIpAddressstringOptional
domainstringOptionalExample: drh-api-ot04.digitalriverws.net
expiresInintegerOptionalExample: 86397
themeIdstringOptional
sessionTagstringOptionalExample: session_tag
get/oauth20/access-tokens

Delete the Commerce API access token

delete
Responses
200

Successful response.

application/json
sessionIdstringOptionalExample: your_session_ID
userIdstringOptionalExample: your_user_ID
externalReferenceIdstringOptionalExample: external_reference_ID
authenticatedstringOptionalExample: true
localestringOptionalExample: en_US
currencystringOptionalExample: USD
cartIdstringOptionalExample: your_cart_ID
clientIpAddressstringOptional
domainstringOptionalExample: drh-api-ot04.digitalriverws.net
expiresInintegerOptionalExample: 86397
themeIdstringOptional
sessionTagstringOptionalExample: session_tag
delete/oauth20/access-tokens

Last updated