---
title: "Validate credentials"
method: POST
path: "/authenticate"
tags: ["Authentication"]
---

# Validate credentials

`POST /authenticate`

Validates credentials without creating a session.
Returns 200 if credentials are valid, 400 if missing parameters, 401 if invalid.
Useful for external authentication integration.

## Request body

- object
  - `login` string, required
  - `password` string, required

## Response `200`

Credentials are valid

- SuccessResponse
  - `error` integer
  - `description` string

## Other responses

- `400` — Invalid request
- `401` — Access denied

---

[API](https://skmtc.dev/netxms/apis/netxms-rest-api.md) · [All operations](https://skmtc.dev/netxms/apis/netxms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netxms/netxms-rest-api/revisions/04789afedcb3/schema)
