Objects
Get a CRM Object
Returns the full schema for a single CRM object identified by its slug.
The response includes every attribute definition with its type, label, options (for select / multiselect), and relation metadata (for relation attributes). Use this to map your legacy fields to Zeeg attribute keys before writing records.
Required scope: crm:read or crm:write
GET
Get a CRM object
Returns the full schema for a single object identified by its slug, including every attribute definition with its type, label, options, and relation metadata. Standard object slugs are alwaysDocumentation Index
Fetch the complete documentation index at: https://developer.zeeg.me/llms.txt
Use this file to discover all available pages before exploring further.
people and companies. Custom object slugs are set at creation time and are immutable.Authorizations
Path Parameters
The object slug. Standard objects use people and companies. Custom objects use the slug you assigned when creating them.
Example:
"people"
Last modified on May 7, 2026