Guides
Organisation
Discover organisations and workspaces before calling workspace-scoped endpoints
Organisation Guide
Use the organisation endpoints to discover the organisation and workspace identifiers required by most of the rest of the API.
Primary Workflow
- List organisations with
GET /organisation. - For a selected organisation, list workspaces with
GET /organisation/{orgId}/workspace. - Reuse the resulting
orgIdandworkspaceIdin downstream endpoint families such as contacts, employers, invoices, and sales (origination).
Reference
Covered Operations
GET /organisationGET /organisation/{orgId}/workspace

