v1
latestOpenAPI 3.1.02026-07-1414757122.7 KBentities
Create entity
Creates a new custom CRM entity type.
post/crm/v1/entity
Request body
Example request
{
"title": "Leads",
"tableName": "leads",
"type": "leads",
"sort": 1
}Response
Created
Example response
{
"title": "Leads",
"tableName": "leads",
"type": "leads",
"sort": 1
}