---
title: "Exchange a one-time use Auth Code for the IDP access token response"
method: GET
path: "/oauth/sso/{idp}/access-token"
tags: ["oauth"]
---

# Exchange a one-time use Auth Code for the IDP access token response

`GET /oauth/sso/{idp}/access-token`

## Path parameters

- `idp` string, required

## Query parameters

- `authCode` string, required

## Response `200`

successful operation

- IdpAccessTokenResponse
  - `id_token` string, required — id token value (likely a JWT)

## Other responses

- `400` — bad request
- `404` — not found

---

[API](https://skmtc.net/charthop/apis/charthop-api.md) · [All operations](https://skmtc.net/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/charthop/charthop-api/versions/50a1edd6b27e/schema)
