custom fields
Create a custom field definition
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
profileIdstring
namestring
slug?string
Auto-generated from name if not provided
typestring
Value in
"text" | "number" | "date" | "boolean" | "select"options?array<string>
Required for select type
Response Body
application/json
curl -X POST "https://zernio.com/api/v1/custom-fields" \ -H "Content-Type: application/json" \ -d '{ "profileId": "string", "name": "string", "type": "text" }'Empty
{
"error": "Unauthorized"
}Empty