Add a field definition to an object type
Objects
objects.add_field
POST
Add a field definition to an object type
Authorizations
API key: supersonic_live_...
Body
application/json
ObjectType slug
Field display name (e.g. 'Check Size')
Field data type
Available options:
text, number, decimal, currency, date, datetime, boolean, email, url, phone, select, multi_select, relation Field slug (auto-generated if omitted)
Field config (e.g. {options: [{value, label, color}]} for select; {target_object_type: ''} for relation)
Whether field is required
Display order
Response
Success
The response is of type object.