Skip to main content

ListApplicant

first_name object
anyOf
string
last_name object
anyOf
string
email object
anyOf
string
phone object
anyOf
string
iduuid
statusStatus (string)

Possible values: [NEW, OPEN, COLLECT_STARTED, COLLECT_COMPLETE, COLLECTED, ANALYZED, CLOSED]

Default value: NEW
form_submitted object
anyOf
string
score object
anyOf
number
created_atdate-time
updated_at object
anyOf
string
is_guarantorIs Guarantor (boolean)
Default value: false
physical_guarantorsundefined[]
Default value: []
moral_guarantor object
anyOf
file_pathpathrequired
typeType (string)required
created_atdate-timerequired
updated_atdate-timerequired
metaMeta
profile object
anyOf
string
completion_rate object
anyOf
number
is_pre_applicationIs Pre Application (boolean)
Default value: false
pre_application_validated_at object
anyOf
string
ListApplicant
{
"first_name": "string",
"last_name": "string",
"email": "user@example.com",
"phone": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "NEW",
"form_submitted": "2024-07-29T15:51:28.071Z",
"score": 0,
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z",
"is_guarantor": false,
"physical_guarantors": [
null
],
"moral_guarantor": {
"file_path": "string",
"type": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
},
"profile": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"completion_rate": 0,
"is_pre_application": false,
"pre_application_validated_at": "2024-07-29T15:51:28.071Z"
}