---
title: "Authenticate Whitelabel User"
method: POST
path: "/organizations/authenticate"
---

# Authenticate Whitelabel User

`POST /organizations/authenticate`

Authenticates a whitelabel user and returns a JWT embed token.

## Request body

- object
  - `user_id` string, uuid, required — UUID of the whitelabel user.

## Response `200`

OK

- object
  - `access_token` string — JWT token for the whitelabel user.
  - `token_type` string
  - `expires_in` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/y/apis/ai-caller.md) · [All operations](https://skmtc.net/y/apis/ai-caller/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/y/ai-caller/versions/05b629819b49/schema)
