Get a Custom Field
Get custom field
Path Parameters
- Type: integeridrequired
the custom field primary key
Headers
- Type: stringContent
- Type application/json
Responses
- application/json
- application/json
- application/json
Request Example for get/custom_fields/{id}
curl https://api-staging.sparkfly.com/v1.0/custom_fields/1 \
--header 'X-Auth-Token: YOUR_SECRET_TOKEN'
{
"custom_field": {
"id": 1,
"key": "string",
"label": "string",
"object_ref": "string",
"active": true,
"created_at": "2026-08-20T03:30:20.675Z",
"updated_at": "2026-08-20T03:30:20.675Z"
}
}