Partner API
Remove customer monitored domains
Path Parameters
customerId*string
Customer UUID
Format
uuidHeader Parameters
SW-PARTNER-ID*string
Partner organization identifier
SW-API-KEY*string
API authentication key
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/api/v1/integrations/customer/497f6eca-6276-4993-bfeb-53cbbbba6f08/assets/domains" \ -H "SW-PARTNER-ID: string" \ -H "SW-API-KEY: string" \ -H "Content-Type: application/json" \ -d '{ "domains": [ "old.example.com" ] }'{ "success": true, "domains": [ "old.example.com" ]}Rate limiting
This endpoint is rate limited. See Rate limiting for limits, the 429 response format, and integration guidance.
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.
Add customer monitored emails POST
Adds email addresses to the monitored set for the given customer. Existing emails are left unchanged. The customer must belong to the authenticated partner.