SafeWeb API
Partner API

Overview of Partner API

Partner API

Use this section to access all partner API endpoints for managing customers.

Getting Started

Use the Partner API when working with customer lifecycle, breach intelligence, partner analytics, and event delivery to your infrastructure.

Authentication

All /api/v1/integrations/... endpoints require:

HeaderDescription
SW-PARTNER-IDYour unique partner identifier
SW-API-KEYYour secret API key
curl -X POST https://connect.safeweb.co/api/v1/integrations/customer/onboard \
  -H "Content-Type: application/json" \
  -H "SW-PARTNER-ID: your-partner-id" \
  -H "SW-API-KEY: your-api-key" \
  -d '{ ... }'

Platform

Customer Management

Breach Intelligence

Authentication

Webhooks

On this page