Anonymous Auth
API: Authentication
Anonymous Auth
Called once on first app launch with a device-generated UUID.
- If device_id is new → creates a user account silently, returns token
- If device_id exists → returns a fresh token for the existing user
The app stores the token locally. On subsequent launches it just uses the stored token — this endpoint is only called if the token is missing or expired.
POST
Anonymous Auth