Connect your services to Ridge Arc Network.
Ridge Arc Network connects home comfort sales, proposals, financing and installation. Build around the production workflow: exchange customer and proposal details, coordinate signing and installation, and keep both systems aligned through verified status updates.
{
"fullName": "Dana Whitfield",
"email": "[email protected]",
"phone": "+1 269 555 0142",
"address": "1685 Brookmoor Ln, Portage, MI 49024",
"smsConsent": true
}
→ 201 Created { "status": "created", "leadId": "lead_…" }
{
"id": "evt_01J…",
"event": "quote.sent",
"apiVersion": "2026-08-26",
"occurredAt": "2026-09-14T15:02:41Z",
"resource": { "type": "proposal", "id": "prop_…", "version": 3 },
"data": { … } // event-specific payload, see the catalogue
}
Production
https://ridgearc.network/api
The target for authorized customer and partner operations. Agree scopes, data ownership and activation with your onboarding contact.
Staging / sandbox
https://staging.ridgearc.network/api
Develop and certify with synthetic records and separate credentials before production activation.
Inbound API
Send leads and book appointments from your CRM, website, call centre or lead marketplace. Duplicates merge by address, so re-sending is safe.
Installer API v1
Installation companies pull assigned jobs, post status events, set schedules and assign technicians, with optimistic versioning and idempotent writes.
Webhooks
HMAC-signed deliveries for quotes, projects, appointments, deposits, invoices, rebates and installation jobs. Two-phase secret rotation, replay window, dead-letter visibility.
Financing and signing
Customer and proposal exchange, hosted applications, document-signing triggers and welcome-call links form the financing integration design.
Installation and quality review
Agree required installation fields, photos, review outcomes and funding milestones as one project lifecycle.
How onboarding works
Intake
Your company fills in the partner intake form: legal entity, partner type, brand assets, the people who need logins and the systems you want connected. We use it to set up your company on the platform exactly once, correctly.
Sandbox
A developer signs in with a work email, requests a sandbox key for the API they need, and builds against synthetic data on the sandbox host. Sandbox keys carry the
ran_test_prefix and never touch real customers.Certification
Before production keys are issued we check the short certification list: signature verification, idempotency, retry handling, secret storage, and the data boundary for your partner type. Submit it from the checklist form.
Production
Production keys (
ran_live_) are minted by the platform owner inside the platform's console, shown once, and rotated on a schedule you agree with us. Revocation is immediate.
Access depends on your partner type
Legal regulations, customer privacy and security controls limit which features and fields each partner can reach. Installers see the job, not the price. Lead sources see acknowledgements, not the customer's file. The rules are written down, not implied.
What you can rely on
- Dated API version (
2026-08-26) returned on every Installer API response; breaking changes ship as a new date with at least 90 days of overlap. - Every key request, rotation, revocation and webhook subscription change is written to a tamper-evident audit log.
- Rate limits are published per surface and returned in headers, never guessed.
- An OpenAPI document and a Postman collection for the partner surfaces, kept in step with this site's changelog.
Every partner type has a written boundary
| Partner type | Typical system | Primary surface | Sees customer contact details? | Sees pricing? |
|---|---|---|---|---|
| Lead source / marketplace | CRM, web forms, call centre | Inbound API: leads | Sends them; receives only an acknowledgement | No |
| Booking / scheduling vendor | Calendar, dispatch board | Inbound API: appointments, webhooks | Name and address for the booked visit | No |
| Installer company | Field service software | Installer API v1, install webhooks | Name, address, phone for assigned jobs only | No |
| Distributor / supplier | ERP, punch-out catalogue | Catalogue feed (by arrangement), webhooks | No | Their own cost lines only |
| Financing partner | Hosted application and project platform | Customer, proposal and lifecycle exchange | Approved customer fields; sensitive credit data stays in the hosted application | Authorized proposal and financing amounts; no internal margin |
| Incentive program | Program application portal | Program-specific handoff and status exchange | Fields approved for the program | Program-relevant amounts |
| Accounting / bookkeeping | Ledger, payroll | Financial journal webhooks, exports | No | Yes, journal level |
| Licensee (runs the platform under its own brand) | Everything above | Full console plus every API for its own company | Its own customers | Its own books |
Details and the legal reasoning for each row are on Partner types & scope.