Builders & owners
The Partner API
Third parties (vendors, integration partners, civic-tech developers) can do business with the platform programmatically. Two halves: a self-service developer portal inside the dashboard, and the public API documentation.
…/dashboard/developer-portal

civq.us/api/partner/v1/docs

Open the live API docs: civq.us/api/partner/v1/docs · machine spec: openapi.json
- Auth — long-lived API keys (shown once, hashed at rest) or OAuth2 client-credentials. Both are tenant-bound and scope-bound.
- Scopes — least-privilege per module + action (e.g.
service_requests:read,permits:write). - Webhooks — partners subscribe to events; deliveries are signed (HMAC) and retried, with a delivery log.
- Limits — per-key rate limits and quotas; tenant isolation is enforced on every call.