Check whether a user exists

Check whether a user already exists in TREVEX before submitting a KYB request.

Authentication

Authorizationstring

Pass your API key as Api-Key <your_api_key> in the Authorization header. API keys are issued per Project by the TREVEX team.

Query parameters

emailstringRequiredformat: "email"
Email address to look up.

Response

Lookup succeeded.
statusCodeintegerOptional
existsbooleanOptional
user_verifiedbooleanOptional

Only present when exists is true.

namestringOptional

Only present when exists is true.

emailstringOptionalformat: "email"

Only present when exists is true.