> For the complete documentation index, see [llms.txt](https://connorgustafson.gitbook.io/lendingapp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://connorgustafson.gitbook.io/lendingapp/zapier.md).

# Zapier

## Get Application

<mark style="color:blue;">`GET`</mark> `https://api.lendingapp.io/v1/applications/:id`

This endpoint allows you to get free Applications.

#### Path Parameters

| Name | Type   | Description                   |
| ---- | ------ | ----------------------------- |
| id   | string | rec\*\*\*\*\*\*\*\*\*\*\*\*\* |

#### Query Parameters

| Name            | Type   | Description                                                           |
| --------------- | ------ | --------------------------------------------------------------------- |
| New Application | string | The API will do its best to find a cake matching the provided recipe. |
| New Contact     | string | Whether the cake should be gluten-free or not.                        |

#### Headers

| Name           | Type   | Description                                |
| -------------- | ------ | ------------------------------------------ |
| Authentication | string | Authentication token is passed back to you |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```
{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}
```

{% endtab %}

{% tab title="404 Could not find a cake matching this query." %}

```
{    "message": "Ain't no cake like that."}
```

{% endtab %}
{% endtabs %}
