Partner API
Get customer monitored assets
Path Parameters
customerId*string
Customer UUID
Format
uuidHeader Parameters
SW-PARTNER-ID*string
Partner organization identifier
SW-API-KEY*string
API authentication key
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/integrations/customer/497f6eca-6276-4993-bfeb-53cbbbba6f08/assets" \ -H "SW-PARTNER-ID: string" \ -H "SW-API-KEY: string"{ "success": true, "domains": [ "example.com", "sub.example.com" ], "emails": [ "user@example.com", "admin@example.com" ]}Rate limiting
This endpoint is rate limited. See Rate limiting for limits, the 429 response format, and integration guidance.
Get customer threat score GET
Returns the aggregated dark-web threat score (0–97) for the given customer. The customer must belong to the authenticated partner.
Add customer monitored domains POST
Adds domains to the monitored set for the given customer. Existing domains are left unchanged. The customer must belong to the authenticated partner.