- 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
download
GET
/api/v1/client-file/{uuid}/download
Requisição
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Exemplo:
Authorization: Bearer ********************
Parâmetros Path
uuid
string
requerido
Parâmetros Header
Accept
string
opcional
Padrão:
application/json
Content-Type
string
opcional
Padrão:
application/json
Respostas
🟢200Success
application/json
Body
uuid
string
requerido
name
string
requerido
taxid_number
string
requerido
person_type
string
requerido
email
string
requerido
birth_date
string
requerido
general_registration_number
null
requerido
general_registration_organ
null
requerido
general_registration_federal_unit
null
requerido
general_registration_emission
null
requerido
state_registration
null
requerido
nationality
null
requerido
naturalness
null
requerido
created_at
string
requerido
updated_at
string
requerido
Exemplo
{
"uuid": "06758cec-bf8c-42ed-9feb-0e0d586af987",
"name": "Felipe Gil Escobar Sobrinho",
"taxid_number": "95014346480",
"person_type": "?devedor",
"email": "ydasneves@example.net",
"birth_date": "2014-10-31",
"general_registration_number": null,
"general_registration_organ": null,
"general_registration_federal_unit": null,
"general_registration_emission": null,
"state_registration": null,
"nationality": null,
"naturalness": null,
"created_at": "2024-04-01T18:19:17.000000Z",
"updated_at": "2024-04-01T18:19:17.000000Z"
}
Modified at 2025-02-19 17:26:21