Skip to main content
GET
/
v1
/
custom-fields
List all custom fields
curl --request GET \
  --url https://api4.kinbox.com.br/v1/custom-fields \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "CPF",
      "type": "text",
      "isActive": true,
      "isDeleted": true,
      "invisible": true,
      "position": 123,
      "isUniqueIdentifier": true,
      "isIntegration": true,
      "showAlways": true,
      "requiredToResolve": true,
      "resetOnNewCall": true,
      "description": "Serve para identificar o contato",
      "entity": "contact",
      "placeholder": "cpf",
      "options": [
        {
          "value": "pt-BR",
          "label": "Português"
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
data
object[]
required