---
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

---

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