# Application API

Lili Server API Swagger documentation

Version: v2.0.0

## Servers

Lili Server
```
https://sandbox.lili.co
```

## Security

### accessKey

The authorization in the format:<br/>
Authorization: Lili accessKey:secretKey

Type: apiKey
In: header
Name: Authorization

## Download OpenAPI description

[Application API](https://dev.lili.co/_bundle/apis/application/index.yaml)

## Other

### Create Application

 - [PUT /lili/api/v1/lead](https://dev.lili.co/apis/application/other/registeraccount.md): The Create Application API is used to create a new Application in the Lili platform.

The respon contains a UUID representing the applicant that was created in the Lili platform, and a URL that allows initializing the application process with the pre-filled information.

### Update Lead

 - [POST /lili/api/v1/lead/{customerId}](https://dev.lili.co/apis/application/other/updatelead.md): The Update Lead API is used to update an existing lead in the Lili platform.

### Upload Additional Document

 - [PUT /lili/api/v1/lead/{customerId}/upload](https://dev.lili.co/apis/application/other/uploadadditionaldoc.md): The Upload Additional Document API is used to upload an additional document to the Lili platform for a given lead.

