Last updated 2 months ago
/oauth20/access-tokens
curl -L \ --url 'https://api.digitalriver.com/oauth20/access-tokens'
{ "sessionId": "your_session_ID", "userId": "your_user_ID", "externalReferenceId": "external_reference_ID", "authenticated": "true", "locale": "en_US", "currency": "USD", "cartId": "your_cart_ID", "clientIpAddress": "text", "domain": "drh-api-ot04.digitalriverws.net", "expiresIn": 86397, "themeId": "text", "sessionTag": "session_tag" }
curl -L \ --request DELETE \ --url 'https://api.digitalriver.com/oauth20/access-tokens'