Retrieve all custom fields defined for your account
groupBy=category query parameter:
uncategorized.| Type | Description |
|---|---|
text | Free text input |
number | Numeric value |
boolean | True/false |
date | Date value |
datetime | Date and time |
select | Single selection from options |
json | JSON object |
| Error | Cause | Solution |
|---|---|---|
unauthorized | Invalid API key | Check Authorization header format |
invalid_group_by | Invalid groupBy value | Use category or omit the parameter |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Group results by specified field (only 'category' is supported)
category Successful response with custom fields
{
"id": 1,
"key": "COMPANY_SIZE",
"display_name": "Company Size",
"type": "text",
"category": "Company Info",
"visibility": true,
"source": "Manual"
}