List custom object types
GET/v1/objects
List custom object types
curl https://api.lightfield.app/v1/objects \
-H 'Lightfield-Version: 2026-03-01' \
-H "Authorization: Bearer $API_KEY"{
"data": [
{
"label": "label",
"objectType": "objectType"
}
]
}Returns Examples
{
"data": [
{
"label": "label",
"objectType": "objectType"
}
]
}