Custom Fields
Create a custom field
Creates a custom field definition. SELECT and MULTI_SELECT require options. Requires scope: custom_fields:write. Tenancy: scoped to the API key’s project.
POST
Authorizations
Project-scoped API key, format rm_(live|test)_... . May also be sent as Authorization: Bearer rm_....
Body
application/json
Maximum string length:
100Available options:
TEXT, LONG_TEXT, NUMBER, DECIMAL, BOOLEAN, DATE, DATETIME, EMAIL, URL, PHONE, SELECT, MULTI_SELECT Maximum string length:
500Required for SELECT and MULTI_SELECT.