---
title: "Access Token"
method: POST
path: "/authorization-codes/tokens"
tags: ["Access Token"]
---

# Access Token

`POST /authorization-codes/tokens`

Make a call to this endpoint to exchange a temporary authorization code for an access token.

## Response `200`

Token generated

- CreateTokenResponseDto
  - `access_token` string — a provisioned token associated with the company application
  - `id_token` string — a provisioned id token associated with the company application
  - `token_type` string — a type of the token
  - `expires_in` integer — expiration time for the token in seconds

## Changes

- **2026-08-25** `d6b2152548d2` — 1 info
  - added the optional property `expires_in` to the response with the `200` status

[Change history](https://skmtc.dev/attentive/apis/attentive-api/changes/authorization-codes/tokens/post.md)

---

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