POST
/
user
/
auth
/
anonymous
curl --request POST \
  --url https://api.icepanel.io/v1/user/auth/anonymous
{
  "authToken": "<string>",
  "userId": "<string>"
}

Response

200
application/json
OK
authToken
string
required
userId
string
required