v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBLead Transaction
List Transaction Custom Fields
Returns the team-level custom field definitions applicable to transactions. Use the returned ids when populating LeadTransaction.customFields on create / update.
Scope: the caller's team.
get/v1.0/transaction/customfields
Headers
Authorizationstring required
Bearer [access_token]
Response
List of custom field definitions (may be empty).
Example response
[
{
"id": 1001,
"name": "Closing Agent",
"type": "Single-Select",
"params": "[{\"label\":\"Option A\",\"value\":\"1\"},{\"label\":\"Option B\",\"value\":\"2\"}]"
}
]