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.
statusCodeinteger
existsboolean
user_verifiedboolean

Only present when exists is true.

namestring

Only present when exists is true.

emailstringformat: "email"

Only present when exists is true.