Corteksa

REST API

CRM — REST API

The CRM data API is under /api/v1/object (plus /comments and /folder). Record reads/writes accept either an API key (X-Api-Key: crtk_live_… with scopes like read.contacts) or the admin JWT; relations, views, import/export, comments, folders, and analytics are JWT-only. Everything is addressed by slug, and record write bodies are keyed by field slug (see Data Model).

Every endpoint below is a direct link into the interactive API reference — click it to see the full request/response schema and try the call live.

Records

Objects

Fields

Relations

Views

Export Import

Comments

Record Move

Folders

Analytics

Next

Frontend Integration · Examples · Data Model

On this page