---
title: "This endpoint is to check your API request and test if it is working by authenticating the user."
method: POST
path: "/authentication"
---

# This endpoint is to check your API request and test if it is working by authenticating the user.

`POST /authentication`

## Response `200`

OK

- AuthenticationResponse
  - `status` string — Status of the authentication process.
  - `message` string — A message regarding the authentication status.
  - `organization_name` string — The name of the authenticated organization.
  - `user_name` string — The name of the authenticated user.
  - `user_email` string, email — The email of the authenticated user.
  - `timestamp` integer — The timestamp when the authentication request was processed.
  - `id` string — The Request ID associated with the authentication process.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized - Invalid API Key or Organization Key
- `404` — Not Found
- `500` — Internal Server Error

---

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