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.
get/v1/field-types
Response
Field types
Example response
{
"status": 200,
"data": [
{
"type": "cpf",
"name": "CPF"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.