Skip to main content

ApplicantList

iduuidrequired
first_name object
anyOf
string

Possible values: <= 128 characters

last_name object
anyOf
string

Possible values: <= 128 characters

email object
anyOf
string

Possible values: <= 254 characters

phone object
anyOf
string

Possible values: <= 14 characters

is_guarantor object
anyOf
boolean
added_at object
anyOf
string
last_update object
anyOf
string
status object
anyOf
string

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

score object
anyOf
number
form_submitted object
anyOf
string
ApplicantList
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"first_name": "string",
"last_name": "string",
"email": "user@example.com",
"phone": "string",
"is_guarantor": true,
"added_at": "2024-07-29T15:51:28.071Z",
"last_update": "2024-07-29T15:51:28.071Z",
"status": "NEW",
"score": 0,
"form_submitted": "2024-07-29T15:51:28.071Z"
}