institutions
Group custom fields
Returns the custom fields for the specified group. Deprecated in favour of GET /account/items/fields/configuration/{item_type_id}. Will be removed after 2027-01-01.
get/account/groups/{group_id}/metadata/item
Path parameters
group_idinteger required
Group unique identifier
Response
OK. An array of custom fields
Example response
[
{
"name": "key",
"field_type": "textarea",
"settings": {
"validations": {
"min_length": 1,
"max_length": 1000
},
"placeholder": "Enter your custom field here"
},
"order": 1
}
]