---
title: "Authentication Token"
method: POST
path: "/token"
---

# Authentication Token

`POST /token`

Use this API to get your access token for the Skip Verification Upload Wait Time API

## Headers

- `x-mati-app` string, required

## Response `200`

200

- object
  - `access_token` string
  - `expires_in` integer
  - `scope` string
  - `token_type` string

## Other responses

- `400` — 400
- `401` — 401

---

[API](https://skmtc.net/metamap/apis/get-authorization-token.md) · [All operations](https://skmtc.net/metamap/apis/get-authorization-token/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metamap/get-authorization-token/versions/ffdfcfeffe2a/schema)
