---
title: "Authentication"
canonical_url: "https://meingpt.com/en/docs/api/authentication"
language: en
---

# Authentication

Authentication endpoints

## GET /auth-token

Verify API key and get user information

Validates the provided API key and returns the authenticated user information

### Responses

- `200` — API key is valid
- `401` — Unauthorized - invalid or missing API key
