Skip to main content
GET
List CRM objects
Returns all CRM objects in your workspace along with their complete attribute schemas. Standard objects (people, companies) are always present. Custom objects appear once created. Use this endpoint first to map your existing schema before importing records — every attribute key returned here is the identifier you use when writing record values.
This endpoint returns all objects in a single response. There is no pagination.

Authorizations

Authorization
string
header
required

Response

OK

success
boolean
Example:

true

status
integer
Example:

200

collection
object[]
Last modified on June 11, 2026