---
title: "Exchange Authorization Code for Tokens"
method: POST
path: "/connect/token"
---

# Exchange Authorization Code for Tokens

`POST /connect/token`

## Response `200`

200

- object
  - `id_token` string
  - `access_token` string
  - `expires_in` integer
  - `token_type` string
  - `scope` string

## Other responses

- `400` — 400

---

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