v1
latestOpenAPI 3.0.32026-08-0613775357.6 KBcustom_fields
Create custom field
Creates a custom field.
post/custom_fields
Request body
Example request
{
"name": "Skills",
"created_at": "2025-01-22T06:00:30Z",
"updated_at": "2025-01-22T06:13:40Z",
"data_type": "multiple_choice_selection_list",
"options": [
"Audio/Video",
"Graphic Design",
"UX",
"Analytics",
"Python",
"Ruby",
"JavaScript"
]
}Response
The new custom field.
Example response
{
"name": "Skills",
"created_at": "2025-01-22T06:00:30Z",
"updated_at": "2025-01-22T06:13:40Z",
"data_type": "multiple_choice_selection_list",
"options": [
"Audio/Video",
"Graphic Design",
"UX",
"Analytics",
"Python",
"Ruby",
"JavaScript"
]
}