---
title: "Generate Access Token"
method: POST
path: "/tenant-users/oauth2/token"
---

# Generate Access Token

`POST /tenant-users/oauth2/token`

Generate Access Token

## Response `200`

Access Token Generator

- object
  - `access_token` string
  - `expires_in` number
  - `refresh_token` string
  - `token_type` string
  - `values` object
    - `access_token` string
    - `expires_in` number
    - `refresh_token` string
    - `token_type` string

---

[API](https://skmtc.net/aisera/apis/aisera-ingestion-apis.md) · [All operations](https://skmtc.net/aisera/apis/aisera-ingestion-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aisera/aisera-ingestion-apis/revisions/96d3e05fb53e/schema)
