---
title: "Get the Commerce API access token"
method: GET
path: "/oauth20/access-tokens"
tags: ["Access Tokens"]
---

# Get the Commerce API access token

`GET /oauth20/access-tokens`

## Response `200`

Successful response.

- AccessToken
  - `sessionId` string
  - `userId` string
  - `externalReferenceId` string
  - `authenticated` string
  - `locale` string
  - `currency` string
  - `cartId` string
  - `clientIpAddress` string
  - `domain` string
  - `expiresIn` integer
  - `themeId` string
  - `sessionTag` string

## Other responses

- `401` — * Invalid Token

---

[API](https://skmtc.net/digitalriver/apis/commerce-api-suite-shopper-apis.md) · [All operations](https://skmtc.net/digitalriver/apis/commerce-api-suite-shopper-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalriver/commerce-api-suite-shopper-apis/revisions/4b69392f93b9/schema)
