---
title: "Get access token details"
method: GET
path: "/v2/user/access_token"
tags: ["users"]
---

# Get access token details

`GET /v2/user/access_token`

## Response `200`

OK

- object — Access token details that are currently associated with this user
  - `client_id` string — Client ID that is associated with the user
  - `contributor_id` string — Contributor ID that is associated with the user
  - `customer_id` string — Customer ID that is associated with the user
  - `expires_in` integer — Number of seconds until the access token expires; no expiration if this value is null
  - `organization_id` string — Organization ID that is associated with the user
  - `realm` 'customer' | 'contributor' — Type of access token
  - `scopes` string[] — Scopes that this access token provides when used as authentication
  - `user_id` string — User ID that is associated with the user
  - `username` string — User name that is associated with the user

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/shutterstock/apis/shutterstock-api-explorer.md) · [All operations](https://skmtc.net/shutterstock/apis/shutterstock-api-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shutterstock/shutterstock-api-explorer/revisions/d2e03e7f655d/schema)
