API ReferenceAuthentication API

Create guest user account

Creates a temporary guest user account and returns JWT tokens. Guest users have limited access and can be upgraded to full accounts later.

POST
/auth/guest-login

Response Body

application/json

application/json

curl -X POST "https://loading/auth/guest-login"
{}
{
  "code": "string",
  "error": "string",
  "message": "string",
  "request_id": "string"
}