cURL
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>" ] } '
Lookup an email
Documentation IndexFetch the complete documentation index at: https://docs.intelbase.is/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.intelbase.is/llms.txt
Use this file to discover all available pages before exploring further.
The email address to lookup
Maximum time for the lookup in miliseconds
Include data breaches in the response
A list of module names that will be excluded from the lookup
Successful response