{ "opencollection": "1.0.0", "info": { "name": "Pangea Security Services AI Guard Domain Intel API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Domain Intel", "type": "folder" }, "items": [ { "info": { "name": "Get domain reputation.", "type": "http" }, "http": { "method": "POST", "url": "https://{service}.{csp}.{geo}.pangea.cloud/v1/reputation", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve a reputation score and verdict for a domain." } ] } ], "bundled": true }