Get your API key
Contact SANNOS to obtain your Partner API key. Keep this key secure — it provides access to your
Partner account.
The Partner API uses a two-tier key model. Your Partner Key onboards clients; the
Company Key (returned by onboarding) is used for all document operations. See
Authentication.
Onboard your partner account
Onboarding creates your company and default business entity using your Partner’s configured
framework. Authenticate with your Partner Key; the response returns the Company Key used
for all document operations.Response:
(Recommended) Update your company details
After onboarding, update your company with accurate business information using your Company Key:
(Optional) Create additional business entities
Create separate business entities for different organizational units:Response:
Discover compliance frameworks and controls
Before submitting documents, discover which frameworks and controls are available:Response:
Submit documents
Document submission uses Option B: Add to existing reviewControl item selection (both modes):Response:
multipart/form-data (file upload), so these examples use curl -F.Option A: Create new compliance reviewcurl
curl
- Both
selectedControlClusterIds+selectedControlItemIds→ union of cluster items and individual items - Clusters only → all non-obsolete items within those clusters
- Items only → only those specific items
- Neither → all non-obsolete items across the entire control (default)
Large files (> 50 MB)? Use the chunked upload flow instead — see Chunked Upload for Large Files.