N7FORA Docs
Build on your relationships
The N7FORA API lets you capture contacts, read living profiles, ask the chief-of-staff, and react to relationship signals — with the same provenance and consent guarantees as the app.
The API is organized around REST. It has predictable, resource-oriented URLs, returns JSON, and uses standard HTTP verbs and status codes. Every request is scoped to your workspace and authenticated with a bearer token.
Base URL
Principles
Three guarantees hold across every endpoint, just like in the product:
- Provenance — every fact carries its source; enrichment is attributable.
- Consent — actions that reach a person (send, connect, introduce) are created as drafts and require an explicit confirm call.
- Isolation — tokens are workspace-scoped; you can never read another tenant's data.
The API surface described here is the developer preview. Endpoints are stable in shape; a signed API key from your workspace settings is required to call them.
Next steps
Start with the Quickstart to make your first request, then read Authentication and the API Reference.