Autentizace
Create an API key in Dashboard → Settings → API keys. Send it as a Bearer token on every request:
Authorization: Bearer knt_live_your_key_here
Keys can be scoped to specific modules. Your company must have the matching module enabled. Revoked or expired keys return 401.
Základní URL
https://kontaktis.com/api/v1Koncové body
- GET, POST
/api/v1/crm/contactsCRM - GET, POST
/api/v1/crm/dealsCRM - GET
/api/v1/crm/inquiriesCRM - GET, POST
/api/v1/sales/clientsSales - GET, POST
/api/v1/sales/documentsSales - GET, PATCH
/api/v1/directory/profileDirectory - GET, POST
/api/v1/jobs/listingsJobs - GET
/api/v1/appointments/bookingsAppointments - GET, POST
/api/v1/inventory/itemsInventory - GET, POST
/api/v1/rfq/requestsRFQ
Stránkování
List endpoints accept limit (max 100, default 25) and cursor.
Responses include data and meta.nextCursor for cursor-based paging.