Below is a summary of the system as a whole.
Account Defender API
Base domain: https://console.humansecurity.com/api/v1/account_defender/account
Account info API
URL | HTTP verb | Description |
---|---|---|
/{account_id} | GET | Access the attack status and risk score of an account |
Delete user data API
URL | HTTP verb | Description |
---|---|---|
/delete_user_data | POST | Request data deletion for specified users |
Feedback API
URL | HTTP verb | Description |
---|---|---|
/update_status | POST | Update incidents |
Bot Defender API
Base domain: https://console.humansecurity.com/api/v2/botDefender
Custom rules API
URL | HTTP verb | Description |
---|---|---|
/customRules | GET | Get all custom rules |
/customRules | POST | Create a custom rule |
/customRules/{ruleId} | GET | Get a rule by ID |
/customRules/{ruleId} | PUT | Update a rule by ID |
/customRules/{ruleID} | PATCH | Update a rule's field by ID |
/customRules/{ruleID} | DELETE | Delete a rule by ID |
Credential Intelligence API
Base domain: https://sapi-{appId}.perimeterx.net/api/v1
Compromised API
URL | HTTP verb | Description |
---|---|---|
/is_compromised | POST | Receive a report based on credentials |
Code Defender API
Base domain: https://api-gw.perimeterx.com/v1
Incidents API
URL | HTTP verb | Description |
---|---|---|
/incidents | GET | Get all incidents |
Scripts API
URL | HTTP verb | Description |
---|---|---|
/scripts | GET | Get all allowed scripts |
Allow lists API
URL | HTTP verb | Description |
---|---|---|
/allow-lists | GET | Get all allowed actions |
Deny lists API
URL | HTTP verb | Description |
---|---|---|
/deny-lists | GET | Get all blocked actions |
Cookie report API
URL | HTTP verb | Description |
---|---|---|
/cookie-report | GET | Get all cookie data |
Account settings API
URL | HTTP verb | Description |
---|---|---|
/account-settings | GET | Get account settings |
PCI DSS API
Base domain: https://api-gw.perimeterx.com/v1/pci
Inventory API
URL | HTTP verb | Description |
---|---|---|
/inventory/scripts | GET | Get script inventory |
/inventory/headers | GET | Get header inventory |
Status API
URL | HTTP verb | Description |
---|---|---|
/status/scripts | PUT | Update a script's status |
/status/headers | PUT | Update a header's status |
Audits API
URL | HTTP verb | Description |
---|---|---|
/audits/scripts | GET | Get script audits |
/audits/headers | GET | Get header audits |