Domain Intel API Reference
The Domain Intel service allows you to retrieve intelligence about known domain names, giving you insight into the reputation of a domain.
Base URL
domain-intel.<csp>.<region>.pangea.cloud
post/v2/reputation
cURL
curl -sSLX POST 'https://domain-intel.aws.us.pangea.cloud/v2/reputation' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
Reputation
POST
https://domain-intel.aws.us.pangea.cloud/v2/reputationRetrieve reputation for a domain from a provider, including an optional detailed report. When requesting reputation for multiple domains, the response will be asynchronous. See API Reference/Asynchronous Responses
post/v1/whois
cURL
curl -sSLX POST 'https://domain-intel.aws.us.pangea.cloud/v1/whois' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
WhoIs
POST
https://domain-intel.aws.us.pangea.cloud/v1/whoisRetrieve who is for a domain from a provider, including an optional detailed report.
post/v1/reputation
cURL
curl -sSLX POST 'https://domain-intel.aws.us.pangea.cloud/v1/reputation' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
Reputation (deprecated)
POST
https://domain-intel.aws.us.pangea.cloud/v1/reputationRetrieve reputation for a domain from a provider, including an optional detailed report.
Was this article helpful?