---
title: "POST /auth"
method: POST
path: "/auth"
tags: ["Auth"]
---

# POST /auth

`POST /auth`

Request Authentication Token

## Request body

- object
  - `client_id` string, required — API Client id
  - `client_secret` string, required — API Client secret

## Response `200`

Authentication token response

- AuthenticationTokenResponse
  - `success` boolean, required
  - `data` object, required
    - `token` string, required
    - `expires_in` number
    - `scope` string

---

[API](https://skmtc.dev/personio/apis/authentication.md) · [All operations](https://skmtc.dev/personio/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/personio/authentication/revisions/ffc7718ba346/schema)
