- Credit
- Get Started
- Get Started APP
- Api Reference
- Auth
- Users
- Clients
- Banks
- Files
- searchPOST
- fIndGET
- auditsPOST
- list-by-organizationGET
- get-meGET
- required-fieldsGET
- basic-createPOST
- createPOST
- create-legalPOST
- updatePUT
- update-legalPUT
- get-client-banksGET
- get-client-operationsGET
- get-client-requestsGET
- get-client-filesGET
- finalize-registrationPUT
- change-statusPOST
- change-client-groupPOST
- change-client-userPOST
- reset-passwordPOST
- update-client-representativePATCH
- credit-analysis-validationPATCH
- additional-informationGET
- create-client-from-onboardingPOST
- client-validationGET
- Banks
- Requests
- Operations
- Credit Analysis
- Supplires
- Auth
- Enums
list
GET
/api/v1/client-file-types
Requisição
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Exemplo:
Authorization: Bearer ********************
Parâmetros Header
Accept
string
opcional
Padrão:
application/json
Content-Type
string
opcional
Padrão:
application/json
Respostas
🟢200Success
application/json
Body
array of:
value
string
requerido
label
string
requerido
Exemplo
[
{
"value": "IDENTITY_FRONT",
"label": "Documento de identificação (Frente)"
},
{
"value": "IDENTITY_BACK",
"label": "Documento de identificação (Verso)"
},
{
"value": "PICTURE",
"label": "Selfie"
},
{
"value": "DRIVERS_LICENSE",
"label": "Carteira de motorista"
},
{
"value": "CONTRACT",
"label": "Contrato"
}
]
Modified at 2024-10-29 13:58:26