Authentication
Authentication endpoints
get
https://app.meingpt.com/api/auth-tokenVerify API key and get user information
Validates the provided API key and returns the authenticated user information
🔒 ApiKeyAuth
Responses
200API key is valid
SuccessResponse & object
401Unauthorized - invalid or missing API key
| Feld | Typ | Beschreibung |
|---|---|---|
| status | string | |
| message | string |
Was this page helpful?