Identity Types
Description¶
This API is used to fetch all the Identity Types that the application supports.
Request¶
Endpoint¶
ui/refdata/v1/identityTypesMethod¶
GET
Response¶
[
    {
        "value": "CPF",
        "name": "CPF"
    },
    {
        "value": "CNPJ",
        "name": "CNPJ"
    }
]
Tabular Format
| IDENTITY VALUE | IDENTITY NAME | Description | 
|---|---|---|
| CPF | CPF | Cadastro de Pessoas Físicas Refers to Registration of Individuals/Natural Persons Register (similar to SSN in USA), It is a 11-digit Number | 
| CNPJ | CNPJ | Cadastro Nacional de Pessoas Jurídicas Refers to National Registry of Legal Entities (similar to TIN in USA), It is a 14-digit number | 
Updated As Of Version: 5.7.0.0