Skip to content
Download OpenAPI description
Languages
Servers
https://api.kanbert.com/api/v1
Operations
Operations
Operations
Operations
Webhooks
Operations
Webhooks
Operations
Operations
Webhooks
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Schemas

CountryData

idstringrequired
namestringrequired
codestring(ISO 3166-1 alpha-2)required
{ "id": "string", "name": "string", "code": "string" }

CustomFieldData

idstringrequired
titlestringrequired
field_namestringrequired

The field name/slug defined for your custom field

typestring(CustomFieldType)required
Enum"input""number""checkbox""select"
entity_typestring(CustomFieldEntityType)required
Enum"user""contact""company"
default_valuestring or integer or boolean or nullrequired

Depending on the field type, this can be a string, int, bool or null

Any of:

Depending on the field type, this can be a string, int, bool or null

string
is_filterablebooleanrequired

If true, this field can be used for filtering in the UI

created_atstring(date-time)required
deleted_atstring or null(date-time)required
{ "id": "string", "title": "string", "field_name": "string", "type": "input", "entity_type": "user", "default_value": "string", "is_filterable": true, "created_at": "2019-08-24T14:15:22Z", "deleted_at": "2019-08-24T14:15:22Z" }

CustomFieldEntityType

string(CustomFieldEntityType)
Enum"user""contact""company"
"user"