---
title: "Authenticate Token"
method: POST
path: "/oauth/token"
tags: ["Authentication"]
---

# Authenticate Token

`POST /oauth/token`

## Response `200`

Successful Response

- TokenResponse
  - `access_token` string, required
  - `refresh_token` string, nullable
  - `expires_in` integer, nullable
  - `token_type` string, required
  - `scope` string, nullable

## Other responses

- `422` — Validation Error

---

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