SafeWeb
Partner API

Get partner analytics

GET
/api/v1/integrations/partner/analytics

Header Parameters

SW-PARTNER-ID*string

Partner organization identifier

SW-API-KEY*string

API authentication key

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/integrations/partner/analytics" \  -H "SW-PARTNER-ID: string" \  -H "SW-API-KEY: string"
{  "success": true,  "data": {    "totalCustomers": 150,    "activeCustomers": 142,    "newCustomerLast30Days": 10,    "totalMonitoredDomains": 310,    "totalMonitoredEmails": 875,    "totalBreachesDetected": 47  }}