---
title: "POST /v1/connect/token"
method: POST
path: "/v1/connect/token"
tags: ["connect"]
---

# POST /v1/connect/token

`POST /v1/connect/token`

Public method for connect to generate tokens

## Request body

- ConnectTokenPayload
  - `client_id` string, required
  - `client_user_id` string, required
  - `client_secret` string
  - `client_user_email` string
  - `type` string, required
  - `extra_scopes` string[]

## Response `200`

OK

---

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