latestOpenAPI 3.1.02026-08-085123123.9 KB
bf0b51ee8e8a
Members
Retrieve account custom fields list
List of custom fields set in your account. Field type can be one of:
- text
- date
- integer
- decimal number
get/customfields
Response
List of custom fields defined in the account
Example response
{
"customFields": [
{
"id": 1,
"name": "Favorite colour",
"type": "text"
}
]
}