- 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
basic-create
POST
/api/v1/clients/basic
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
Parâmetros Bodyapplication/json
name
string
requerido
email
string
requerido
taxid_number
string
requerido
birth_date
string
requerido
type
string
requerido
Exemplo
{
"organization_uuid": "{{organizationUUID}}",
"name": "{{randomNumber}}",
"email": "{{randomNumber}}@test.com",
"taxid_number": "11082166928",
"birth_date": "2003-08-20",
"type": "physical"
}
Respostas
🟢201Success
text/html
Body
object {0}
Modified at 2024-11-18 12:55:16