---
title: "POST /oauth2/token"
method: POST
path: "/oauth2/token"
tags: ["OAuth2Controller"]
---

# POST /oauth2/token

`POST /oauth2/token`

## Response `200`

OK

- AccessTokenResponse
  - `access_token` string, required
  - `token_type` string, required
  - `expires_in` number
  - `scope` string
  - `refresh_token` string
  - `id_token` string

---

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