---
title: "Get OAuth id token"
method: GET
path: "/oauth/id-token"
tags: ["Authentication"]
---

# Get OAuth id token

`GET /oauth/id-token`

Get the id_token for the current user's custom OAuth account. Returns null when the user signed in another way.

## Response `200`

The id_token if available

- OAuthIdToken
  - `idToken` string, nullable, required — The stored id_token for the user's `custom` OAuth account, or null when they have no such account.

## Other responses

- `401` — Missing or invalid credentials

## Changes

- **2026-08-24** `08bbb5bedb5d` — 1 info
  - added the non-success response with the status `401`
- **2026-07-11** `32cece1ebe43` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/oauth/id-token/get.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/9d1da42c10ce/schema)
