v2

latestOpenAPI 3.0.02026-07-31355176194.7 KB
v1CustomFields

List all custom fields

get/v1/custom-fields

Response

Example response

{
  "data": [
    {
      "name": "CPF",
      "description": "Serve para identificar o contato",
      "placeholder": "cpf",
      "options": [
        {
          "value": "pt-BR",
          "label": "Português"
        }
      ]
    }
  ]
}