---
title: "OAuth Token Exchange"
method: POST
path: "/oauth/token"
tags: ["Account"]
---

# OAuth Token Exchange

`POST /oauth/token`

## Request body

- OAuthTokenRequest — Model for OAuth token request.
  - `grant_type` string, nullable — Grant type
  - `code` string, nullable — Code
  - `redirect_uri` string, nullable — Redirect URI
  - `client_id` string, nullable — Client ID
  - `code_verifier` string, nullable — Code verifier
  - `refresh_token` string, nullable — Refresh token

## Response `200`

OK

---

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