Authenticate after hitting the anonymous limit
Request and response shapes
Input shape
{ auth: { status: 'signup_required'; quota: QuotaState; continuationUrl?: string } }Output shape
{ auth: AuthState }Examples
Request example
{
"dateTimeUtc": "2026-07-09T18:00:00Z",
"latitude": 39.7392,
"longitude": -104.9903
}Response example
{
"auth": {
"status": "signup_required",
"quota": {
"status": "exhausted",
"remaining": 0
}
}
}Common validation errors
- Expired or modified continuation tokens cannot be resumed.
Related questions
- anonymous limit reached
- continue after login
- connect Astrotechne account