Authentication
Authentifizierungsendpunkte
GET
/auth-tokenAuthorization
ApiKeyAuth Authorization<token>
API-Schlüssel zur Authentifizierung. Verwenden Sie das Format 'Bearer <Ihr-API-Schlüssel>'.
In: header
Response Body
application/json
application/json
curl -X GET "https://app.meingpt.com/api/auth-token"{
"status": "success",
"user": {}
}{
"status": "error",
"message": "string"
}