Skip to main content

Show Application


GET services/api/v1/applications/{application_id}

Returns the specified application.

Parameters

ParameterTypeDescription
application_idstringThe ID of the application.

Response

The requested application.

{
"id": "A96ey16n",
"created_at": "2024-09-03T20:37:36.000Z",
"updated_at": "2024-09-06T05:58:55.860Z",
"application_status_id": "nyBnKYM3",
"email": "john.doe@privatemail.com",
"first_name": "John",
"last_name": "Doe",
"gender": "male",
"birthday": "2000-01-31",
"desired_start_date": "2024-10-01",
"phone": "+39 1234567890",
"cf_12345": null,
"cf_54321": null,
}