Update customer monitored assets (deprecated)
This endpoint is deprecated. Use Add customer monitored domains, Remove customer monitored domains, Add customer monitored emails, and Remove customer monitored emails instead.
Deprecated
Path Parameters
Customer UUID
uuidHeader Parameters
Partner organization identifier
API authentication key
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Deprecated. At least one of domains or emails must be provided.
1 <= propertiesResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/api/v1/integrations/customer/497f6eca-6276-4993-bfeb-53cbbbba6f08/assets" \ -H "SW-PARTNER-ID: string" \ -H "SW-API-KEY: string" \ -H "Content-Type: application/json" \ -d '{ "domains": [ "example.com", "new.example.com" ], "emails": [ "user@example.com" ] }'{ "success": true, "domains": [ "example.com", "new.example.com" ], "emails": [ "user@example.com" ]}Rate limiting
This endpoint is rate limited. See Rate limiting for limits, the 429 response format, and integration guidance.
Remove customer monitored emails DELETE
Removes email addresses from the monitored set for the given customer. Non-existent emails are ignored. The customer must belong to the authenticated partner.
Get partner analytics GET
Retrieve high-level analytics about your partner account including total customers, active monitors, and breach statistics. Requires authentication via SW-PARTNER-ID and SW-API-KEY headers. Accepts a partner or distributor API key.