← Back to Overview
Authentication API Documentation
POST /api/auth/anonymous-login
Create an anonymous user account and get access token
Send Request
Response Type
AuthResponse
{
userId
:
number
;
accessToken
:
string
;
}