POST
/
lookup
/
email
curl --request POST \
  --url https://api.intelbase.is/lookup/email \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "email": "<string>",
  "timeout_ms": 123,
  "include_data_breaches": true,
  "exclude_modules": [
    "<string>"
  ]
}'

Authorizations

x-api-key
string
headerrequired

Body

application/json
email
string
required

The email address to lookup

timeout_ms
integer

Maximum time for the lookup in miliseconds

include_data_breaches
boolean

Include data breaches in the response

exclude_modules
string[]

A list of module names that will be excluded from the lookup