No device token stored. Please verify a magic link first.
This endpoint uses the device token as the Bearer token (not the shared secret).
Request Parameters
POST https://read.lovelettersfromgod.com/refresh-device
Auto-populated from stored device token. You can override for testing.
Authorization: Bearer (device token)
Expected Response
{
"device_token": "dt_new123...",
"expires_at": "2025-12-19T12:00:00Z"
}