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 CorpNet Compliance API lets your application manage ongoing corporate compliance for business entities programmatically — compliance alerts, subscription plans, company registrations, and compliance form data — without manual portal entry. Use it to surface compliance deadlines in your own product, submit filings on behalf of customers, manage Registered Agent and Annual Report subscriptions, and bulk-onboard company records into CorpNet's compliance system.
This API complements the Business Formation API (entity creation) and the Employer Tax Registration API (state and federal employer tax accounts), so partners licensed for all three can manage the full corporate lifecycle from formation through ongoing compliance — under a single Bearer token.
What's covered
- Company Management — register companies for compliance tracking individually or in bulk; list and retrieve compliance-enrolled entities with their full detail (alerts, orders, states, members, tax registrations).
- Compliance Alerts — list open compliance opportunities (Annual Report, Registered Agent renewal, BOI report, etc.), retrieve alert details with prefilled form data, and submit completed compliance forms as orders.
- Subscriptions — list Registered Agent and other recurring compliance subscriptions, retrieve plan details, cancel a subscription, or renew.
Where to start
- New to the API? Start with Getting Started with the CorpNet Compliance API.
- Need authentication details? See Authorization — the Compliance API uses the same Bearer token as the Business Formation and Tax Registration APIs.
- Looking for endpoint references? See Compliance API Reference (11 endpoints across Company Management, Compliance Alerts, and Subscriptions).
Environments
| Environment | Base URL | Use Case |
|---|---|---|
| Staging | https://api.staging24.corpnet.com/v1 | Testing, QA |
| Production | https://api.corpnet.com/v1 | Live requests |
Bearer tokens are issued by CorpNet during partner onboarding. Staging and production tokens are distinct. See Authorization for the request header format and error semantics.