Search Custom Fields
Retrieve all custom fields associated with your account.
Headers
- Type: stringContent
- Type application/json
Responses
- application/json
- application/json
Request Example for get/custom_fields
curl https://api-staging.sparkfly.com/v1.0/custom_fields \
--header 'X-Auth-Token: YOUR_SECRET_TOKEN'
{
"page": 1,
"per_page": 1,
"total_entries": 1,
"total_pages": 1,
"custom_fields": [
{
"id": 1,
"key": "string",
"label": "string",
"object_ref": "string",
"active": true,
"created_at": "2026-08-20T03:30:20.673Z",
"updated_at": "2026-08-20T03:30:20.673Z"
}
]
}