WebsitePlatform Login

Authentication

Authentication endpoints

GET/auth-token

Authorization

ApiKeyAuth
Authorization<token>

API key for authentication. Use 'Bearer ' format.

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"
}