Limited AvailabilityAccess to the Compliance API is currently limited to approved partners. Endpoints, request/response shapes, and field names may change before reaching general availability — use against staging for early integration work and coordinate with your CorpNet account manager before relying on Compliance API calls in production-critical paths. Report issues or feedback to your account manager.
The endpoints below are grouped into three functional areas. Each endpoint page documents the HTTP method, path, request body, query parameters, success and error response shapes, and a working curl example.
Company Management
Onboard and retrieve companies for compliance tracking.
- Create a Company —
POST /v1/partners/{partnerId}/companies - Bulk Create Companies —
POST /v1/partners/{partnerId}/companies/bulk - List Companies —
GET /v1/partners/{partnerId}/companies - Get a Company —
GET /v1/partners/{partnerId}/companies/{companyId}
Compliance Alerts
List open compliance opportunities, retrieve alert detail with prefilled form data, and submit completed compliance form data as orders.
- List Compliance Alerts —
GET /v1/partners/{partnerId}/alerts - Get a Compliance Alert —
GET /v1/partners/{partnerId}/alerts/{alertId} - Submit Compliance Form Data —
POST /v1/partners/{partnerId}/alerts/{alertId}/orders
Subscriptions
Manage Registered Agent and other recurring compliance subscriptions.
- List Subscriptions —
GET /v1/partners/{partnerId}/subscriptions - Get a Subscription —
GET /v1/partners/{partnerId}/subscriptions/{subscriptionId} - Cancel a Subscription —
POST /v1/partners/{partnerId}/subscriptions/{subscriptionId}/cancel - Renew a Subscription —
POST /v1/partners/{partnerId}/subscriptions/{subscriptionId}/renew