SafeWeb API
Distributor API

Overview of Distributor API

Distributor API

Use this section to access distributor-scoped endpoints.

Getting Started

Use the Distributor API when managing partner organizations, memberships, billing codes, distributor-level analytics, and event delivery (callback URLs and signing secrets). For HTTPS callback behaviour, see the Outbound webhooks reference.

Authentication

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

HeaderDescription
SW-DISTRIBUTOR-IDYour unique distributor identifier
SW-API-KEYYour secret API key
curl -X GET https://connect.safeweb.co/api/v1/distributors/analytics \
  -H "SW-DISTRIBUTOR-ID: your-distributor-id" \
  -H "SW-API-KEY: your-api-key"

Insights

Billing Management

Partner Management

Partner Memberships

Webhooks

On this page