Safestate
Partner API

Custom plans

Customers are onboarded onto plans, each identified by an ID. Alongside the system default plans (Basic, Plus, Pro), distributors can offer custom plans tailored to their customers. Custom plans are available to the distributor and all of its partners.

Listing available plans

Plans are read-only via the API. You can list the plans available to you and retrieve the details of any individual plan:

Each plan includes its id, displayName, price, and the list of features it provides.

Custom plans are configured by SafeWeb on behalf of the distributor. If you would like a new custom plan or a change to an existing one, contact your SafeWeb account manager.

Assigning a plan to a customer

When onboarding a customer, pass the plan's id as planId:

The legacy planType field is deprecated. Use planId for all new integrations.

On this page