v1
latestOpenAPI 3.0.32026-08-067332206.6 KBcustom_fields
List custom field keys
Lists custom field keys for the matching Brandfolder.
get/brandfolders/{brandfolder_id}/custom_field_keys
Query parameters
fieldsstring
Set it to value to return it as part of the asset's attributes in the response.
Allowed value: value
WARNING: This parameter can slow response times.
includestring
Set it to custom_field_values to return those records related to the asset you're fetching. Related records are returned in an included array in the response.
Allowed value: custom_field_values
WARNING: This parameter can slow response times.
Response
All custom field keys for the matching Brandfolder.
Example response
{
"data": [
{
"id": "plqlkk-22rw6g-3dqgx0",
"attributes": {
"name": "color",
"allowed_values": [
"red",
"white",
"blue"
],
"restricted": true
}
}
],
"meta": {
"current_page": 1,
"total_pages": 1,
"total_count": 1
}
}