---
title: "Create access token"
method: POST
path: "/token"
---

# Create access token

`POST /token`

## Request body

- object
  - `userId` string, required — A unique identifier provided by your systems, unique per each user account
  - `clientId` string, required — A unique identifier which identifies you as a company, firm, client etc.
  - `clientSecret` string, required — A secret provided by our system, this should not be seen by the public eye!

## Response `200`

Access token required by our API

- object
  - `accessToken` string — Access token required by our API
  - `tokenType` string — Token type
  - `expiresIn` number — Expiration time in MS

---

[API](https://skmtc.net/open-finance/apis/auth.md) · [All operations](https://skmtc.net/open-finance/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open-finance/auth/versions/b4d401b65c3d/schema)
