---
title: "Access Token"
method: POST
path: "/token"
tags: ["Authorization"]
---

# Access Token

`POST /token`

Returns an access token.

## Response `200`

Success

- object — Successful auth request.
  - `access_token` string — The access token to be used to authorize the request.
  - `expires_in` integer — The lifetime of the access token in seconds. Default value: 3600 seconds (1 hour).
  - `token_type` string — The type of the access token. Supported: bearer.

## Other responses

- `400` — Invalid Request
- `403` — Unauthorized Request

---

[API](https://skmtc.net/avionte/apis/aviont-partner-authorization-api.md) · [All operations](https://skmtc.net/avionte/apis/aviont-partner-authorization-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avionte/aviont-partner-authorization-api/revisions/846b33e4e71b/schema)
