Recognises the user as a previously logged-in user. Users can be fingerprinted on login based on their email address, their user agent and their IP address. This endpoint can then be used with the same parameters to give users a limited access to their logged-in experience. This is an opt-in feature.
object |
The lookup was performed successfully. If the user was recognised, a Set-Cookie header will be returned.
{- "identifiers": {
- "email_address": "string"
}
}