Access 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.
POST /v1/partners/{partnerId}/companies
Creates a company record linked to your partner account and enrolls it in CorpNet's compliance system. Returns the new companyId and PCID you'll reference in subsequent calls.
Path Parameters
Parameter
Type
Required
Description
partnerId
String
Yes
Your Account PID (issued during partner onboarding).
Token does not entitle this partner to write to the Compliance API.
Contact your CorpNet account manager.
Notes
For onboarding more than one company at a time, use Bulk Create Companies — it's an all-or-nothing transaction up to ~200 companies per request.
PCID is your reference identifier — CorpNet does not validate uniqueness server-side, but you should keep it unique on your side to support reconciliation.