---
title: "Get consumer token details"
method: GET
path: "/api/v5/token"
tags: ["Authentication"]
---

# Get consumer token details

`GET /api/v5/token`

Returns the metadata for the access token supplied in the `access_token` query parameter or bearer header. If no token is supplied, the server attempts to resolve a token from the HTTP authorization header. Returns the token's expiry, scopes, and the identity it represents.

## Response `200`

Successful response

- TokenResponse
  - `access_token` string, required — Opaque access token for the consumer session. Pass as a Bearer token or `access_token` query parameter on subsequent requests.
  - `expires_in` integer, required — Seconds until the token expires.
  - `scopes` string[], required — Set of permission scopes granted to this token.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
