Fields

List field types

List the possible field types. cpf expects 11 digits; cnpj accepts 14-char values (letters A-Z allowed in positions 1–12 per the CNPJ Alfanumérico rule; check digits 13–14 stay numeric). Punctuation is ignored during validation.

Copy as Markdown Open in ChatGPT Open in Claude

get/v1/field-types

Response

Field types

statusinteger

HTTP status code, mirrored in the body.

messagestring

Human-readable message; empty on success.

Example response

{
  "status": 200,
  "data": [
    {
      "type": "cpf",
      "name": "CPF"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.