Karia
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.

  1. Read Getting an API Key to understand how requests are authenticated.
  2. Use the OPENAPI reference to inspect the available endpoints and payloads.
  3. Start with Organisation to discover the orgId and workspaceId values required by most workspace-scoped endpoints.
  4. Continue with Creating your first contact for a concrete end-to-end workflow.

Suggested First Calls

  • GET /utils/health
  • GET /organisation
  • GET /organisation/{orgId}/workspace
  • POST /organisation/{orgId}/workspace/{workspaceId}/contact

On this page