---
title: "Authenticate"
method: POST
path: "/clientcredentialsauthentication/authenticate_46H_v1"
---

# Authenticate

`POST /clientcredentialsauthentication/authenticate_46H_v1`

Authenticate a user by providing client credentials

## Request body

- object
  - `client_id` string, required — The client ID of an Orange Logic user or application account.
  - `client_secret` string, required — The client secret of an Orange Logic user or application account.

## Response `200`

200

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

---

[API](https://skmtc.net/orangelogic/apis/security.md) · [All operations](https://skmtc.net/orangelogic/apis/security/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orangelogic/security/versions/c8e945426c5e/schema)
