Recognise the user as a previously logged-in user

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.

SecurityCookieBlaizeSession or JwtQuery or JwtHeaderXBlaizeJwt or JwtHeaderXZephrJwt or JwtBearer or JwtCookie
Request
Request Body schema: application/json
object
Responses
200

The lookup was performed successfully. If the user was recognised, a Set-Cookie header will be returned.

post/zephr/recognise-me
Request samples
application/json
{
  • "identifiers": {
    }
}