---
title: "Get Access Token"
method: POST
path: "/api-clients/token"
tags: ["Authentication"]
---

# Get Access Token

`POST /api-clients/token`

Use your CLIENT_ID and CLIENT_SECRET to obtain a temporary ACCESS_TOKEN.

## Request body

- object
  - `client_id` string
  - `client_secret` string

## Response `200`

Access token response

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

---

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