This endpoint is normally called by clicking the email link. For testing, enter the token from the email.
Request Parameters
GET https://read.lovelettersfromgod.com/letter
Copy the token from the "Send Magic Link" response
Expected Response
{
"device_token": "dt_abc123...",
"user": {
"id": "uuid",
"email": "user@example.com"
}
}The device_token will be automatically saved to localStorage