ad855d921ee9
latestOpenAPI 3.0.32026-08-14137304312.9 KBcustom-fields
Get all custom fields
Returns all custom field definitions for the specified object type.
Rate limit: 60 requests per minute
get/custom-fields
Query parameters
object_type'account' | 'issue' | 'contact' | 'task' | 'project' | 'meeting' | 'opportunity' required
The object type of the custom fields. Can be "account", "issue", "contact", "task", "project", "meeting", or "opportunity".
Response
Example response
{
"data": [
{
"object_type": "account",
"type": "text"
}
]
}