Email to IP
Discover IP Addresses Instantly with Our Email to IP API. Simply provide an email address, and our intelligent algorithm will uncover the associated IP address from multiple trusted origin.
curl --location 'https://api.enrich.so/v1/api/email-to-ip?email=<[email protected]>' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
Example response
{
"success": true,
"message": "IP found successfully.",
"data": {
"ip": "107.122.105.99",
"email": "[email protected]"
},
"total_credits": 16683,
"credits_used": 56,
"credits_remaining": 16627
}
Status code: 404 NOT FOUND
{
"error": true,
"message": "Failed to get IP for provided email."
}
Last updated