institutions
Custom fields values files upload
Uploads a CSV containing values for a specific custom field of type <b>dropdown_large_list</b>. The <code>custom_field_id</code> path parameter accepts both classic custom field IDs (legacy) and underlying field IDs (v2). The lookup is performed automatically — no additional parameter is required. More details in the <a href="#custom_fields">Custom Fields section</a>
post/account/institution/custom_fields/{custom_field_id}/items/upload
Path parameters
custom_field_idinteger required
Identifier of the custom field or underlying field (v2) of type <b>dropdown_large_list</b>
Response
OK
object required
Example response
{
"code": 200,
"message": "OK"
}