ad855d921ee9
latestOpenAPI 3.0.32026-08-14137304312.9 KBcustom-fields
Create a custom field
Creates a new custom field definition for the specified object type.
Rate limit: 20 requests per minute
post/custom-fields
Request body
Example request
{
"object_type": "account",
"type": "text"
}Response
Example response
{
"data": {
"object_type": "account",
"type": "text"
}
}