---
title: "Authenticate"
method: POST
path: "/public/v3/authenticate"
tags: ["Authentication"]
---

# Authenticate

`POST /public/v3/authenticate`

Retrieve a new token utilizing your client credentials.

## Response `200`

Access Token

- AccessToken
  - `access_token` string, nullable
  - `token_type` string, nullable
  - `expires_in` integer

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/tive/apis/tive-public-api.md) · [All operations](https://skmtc.net/tive/apis/tive-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tive/tive-public-api/revisions/9a8d869e3cdc/schema)
