---
title: "POST /api/v1/auth/token"
method: POST
path: "/api/v1/auth/token"
---

# POST /api/v1/auth/token

`POST /api/v1/auth/token`

## Request body

- TokenRequest
  - `grant_type` 'refresh_token', required
  - `refresh_token_id` string, required
  - `secret` string, required

## Response `200`

- TokenResponse
  - `access_token` string, required
  - `refresh_token` RefreshTokenResponse
    - `id` string, required
    - `secret` string, required

---

[API](https://skmtc.net/estuary/apis/flow-control-plane-v1-api.md) · [All operations](https://skmtc.net/estuary/apis/flow-control-plane-v1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/estuary/flow-control-plane-v1-api/revisions/bc66e6a40925/schema)
