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
header
required

Body

application/json

Response

200

Successful response