DevelopersApi reference
Entity Endpoints
API endpoints for managing entities
Entity Endpoints
Entity endpoints allow you to manage customers, contacts, vendors, employees, and other entities.
Available Endpoints
GET /entities/customers- List customersGET /entities/customers/:id- Get customer detailsPOST /entities/customers- Create customerPATCH /entities/customers/:id- Update customerDELETE /entities/customers/:id- Delete customer
Similar endpoints are available for contacts, vendors, employees, and tenants.