---
title: "Inspect the current access token"
method: GET
path: "/v1/oauth2/info"
tags: ["Authentication"]
---

# Inspect the current access token

`GET /v1/oauth2/info`

Returns metadata about the bearer token currently presented in the Authorization header. Useful for verifying that a token corresponds to the expected partner application.

## Response `200`

Successful Response

- InfoResponse
  - `clientType` 'service' | 'user' | 'application', required
  - `clientId` string, required
  - `metadata` object

---

[API](https://skmtc.dev/zestequity/apis/zest-equity-public-api-api.md) · [All operations](https://skmtc.dev/zestequity/apis/zest-equity-public-api-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zestequity/zest-equity-public-api-api/revisions/0df065045794/schema)
