latestOpenAPI 3.0.02026-08-19397193209.2 KB

8bbf5f178811

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"
        }
      ]
    }
  ]
}