Overview
This comprehensive manual details the integration of Logimeter's Call Manager CRM Data Sync API into your automotive lead workflow. Start integrating now: With our dedicated sandbox staging environment https://next.logimeter.com, your team can take that next step immediately!
Call Manager lets partners sync CRM data with Logimeter — dealerships, sales contacts, call groups,
and business hours — via the v2 API at https://next.logimeter.com/v2/.
All endpoints require token authentication and are scoped to your partner account.
- Company —
GET/PUT /v2/company/ - Contacts —
GET/POST/PUT /v2/contact/and/v2/contact-available/ - Call Groups —
GET/POST/PUT /v2/group/ - Business Hours —
GET/POST/PUT /v2/company_business_hours/
PUT = full replacement. PUT endpoints expect the complete resource body. Omitting nested fields can clear data — e.g. products on Company PUT or contact_list on Call Group PUT. Always send the full intended state.
List endpoints return paginated results: {"count", "next", "previous", "results": […]}.
Default page size is 50; use ?page= and ?page_size= (max 1000).
Resources outside your partner scope return 404 Not Found.