| 1 | Contacts | /contacts/ | CRUD, search, upsert, tags, notes, tasks, bulk ops | contacts |
| 2 | Conversations | /conversations/ | Search, messages (SMS/email/WhatsApp/FB/IG/chat), recordings | conversations |
| 3 | Calendars | /calendars/ | CRUD, free slots, groups, resources, appointments | calendars |
| 4 | Opportunities | /opportunities/ | CRUD, search, pipelines, stages, status, followers | opportunities |
| 5 | Workflows | /workflows/ | List workflows, enroll/remove contacts | workflows |
| 6 | Campaigns | /campaigns/ | List campaigns (read-only) | campaigns |
| 7 | Invoices | /invoices/ | CRUD, send, void, record payment, Text2Pay, schedules, estimates | invoices |
| 8 | Payments | /payments/ | Orders, transactions, subscriptions, coupons, providers | payments |
| 9 | Products | /products/ | CRUD, prices, collections, reviews, store stats | products |
| 10 | Locations | /locations/ | Get/update location, custom fields, custom values, tags, templates | locations |
| | | Custom Fields CRUD: | |
| | | GET /locations/{id}/customFields — List | |
| | | POST /locations/{id}/customFields — Create | |
| | | PUT /locations/{id}/customFields/{fid} — Update | |
| | | DELETE /locations/{id}/customFields/{fid} — Delete | |
| | | Custom Values CRUD: | |
| | | GET /locations/{id}/customValues — List | |
| | | POST /locations/{id}/customValues — Create | |
| | | PUT /locations/{id}/customValues/{vid} — Update | |
| | | DELETE /locations/{id}/customValues/{vid} — Delete | |
| | | Tags CRUD: | |
| | | GET /locations/{id}/tags — List | |
| | | POST /locations/{id}/tags — Create | |
| | | PUT /locations/{id}/tags/{tid} — Update | |
| | | DELETE /locations/{id}/tags/{tid} — Delete | |
| 11 | Users | /users/ | CRUD, filter by email/role | users |
| 12 | Forms | /forms/ | List forms, get submissions | forms |
| 13 | Surveys | /surveys/ | List surveys, get submissions | surveys |
| 14 | Funnels | /funnels/ | List funnels, pages, redirects | funnels |
| 15 | Social Planner | /social-media-posting/ | Posts CRUD, accounts, CSV import, categories, stats | socialplanner |
| 16 | Blogs | /blogs/ | Create/update posts, categories, authors | blogs |
| 17 | Email | /emails/ | Templates CRUD, scheduled emails | emails |
| 18 | Media | /medias/ | Upload, list, delete files | medias |
| 19 | Trigger Links | /links/ | CRUD trigger links | links |
| 20 | Businesses | /businesses/ | CRUD businesses | businesses |
| 21 | Companies | /companies/ | Get company details (Agency) | companies |
| 22 | Custom Objects | /objects/ | Schema CRUD, record CRUD | objects |
| 23 | Associations | /associations/ | CRUD associations and relations | associations |
| 24 | Proposals/Docs | /proposals/ | Documents, contracts, templates | documents_contracts |
| 25 | Snapshots | /snapshots/ | List, status, share links (Agency) | snapshots |
| 26 | SaaS | /saas/ | Subscription mgmt, plans, bulk ops (Agency $497) | saas |
| 27 | Courses | /courses/ | Import courses/memberships | courses |
| 28 | Voice AI | /voice-ai/ | Call logs, agent CRUD, actions, goals | voice-ai |
| 29 | Phone System | /phone-system/ | Phone numbers, number pools | phonenumbers |
| 30 | Custom Menus | /custom-menus/ | CRUD custom menu links (Agency) | custom-menu-link |
| 31 | OAuth | /oauth/ | Token exchange, installed locations | oauth |
| 32 | Marketplace | /marketplace/ | Installations, billing, charges | marketplace |
| 33 | Conversation AI | /conversation-ai/ | AI chatbot configuration | — |
| 34 | Knowledge Base | /knowledge-base/ | Knowledge base for AI features | — |
| 35 | AI Agent Studio | /agent-studio/ | Custom AI agent CRUD | — |
| 36 | Brand Boards | /brand-boards/ | Brand board management | — |
| 37 | Store | /store/ | E-commerce store management | — |
| 38 | LC Email | /lc-email/ | Email infrastructure (ISV) | — |
| 39 | Custom Fields | /locations/:id/customFields/ | Custom field CRUD | locations/customFields |