List object types
GET/objects
Every object type in the account, with its field definitions.
Start here. Each object's id is what you pass as object_id everywhere
else, and fields[].key is what goes in a record's data. The account's own
custom objects appear alongside the seeded ones (Contacts, Deals, Service Calls,
Tasks, Notes).
Request
Responses
- 200
- 401
- 403
Object types returned.
Response Headers
Correlation id for this request. Quote it when reporting a problem.
No token, an expired token, or a credential that has been revoked.
Response Headers
Correlation id for this request. Quote it when reporting a problem.
Refused. Either the credential does not hold the scope this endpoint needs (code: insufficient_scope), or the account's IP allow-list does not include the calling address (code: ip_not_allowed).
Response Headers
Correlation id for this request. Quote it when reporting a problem.