Introduction
Quick Start
Get from API access to your first successful requests in beta
Quick Start
Use this quick start to get from initial access to your first successful API calls in beta.
Recommended Sequence
- Read
Getting an API Keyto understand how requests are authenticated. - Use the
OPENAPI referenceto inspect the available endpoints and payloads. - Start with
Organisationto discover theorgIdandworkspaceIdvalues required by most workspace-scoped endpoints. - Continue with
Creating your first contactfor a concrete end-to-end workflow.
Suggested First Calls
GET /utils/healthGET /organisationGET /organisation/{orgId}/workspacePOST /organisation/{orgId}/workspace/{workspaceId}/contact

