# Appendix D: API Field to Offer Card Mappings

## Loans

Here are examples of how different Loan offers are represented on Engine’s owned experiences, with the relevant API response fields for each offer (each element of the `loanOffers` array denotes an individual loan offer, represented as a JSON object):

###

### [Personal Loan (Unsecured)](https://even-financial.gitbook.io/developer-center/native-api-integrations/personal/displaying-offers) <a href="#personal-loan" id="personal-loan"></a>

<figure><img src="https://3849802388-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MeMvVDbjd8vJWZ9Hwf0%2Fuploads%2FPlS5sJiilOdspronTzxi%2Fimage.png?alt=media&#x26;token=d0708b1b-56d6-48ac-90f8-fc18e5400fa0" alt=""><figcaption><p>Unsecured Personal Loan offer card with API fields</p></figcaption></figure>

***

### [Secured Loan](https://even-financial.gitbook.io/developer-center/native-api-integrations/personal/displaying-offers)

For Secured Loan or Line of Credit products, two additional fields must be displayed:

* Product Sub Type Label (ie. Secured Loan) - returned via API in snake case
* Product Sub Type Disclaimer

<figure><img src="https://3849802388-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MeMvVDbjd8vJWZ9Hwf0%2Fuploads%2Fp9Z6h2ipBvXUmKiLf899%2Fimage.png?alt=media&#x26;token=648392ac-a9fd-4a10-bd81-bd2cc7d3a69c" alt=""><figcaption><p>Secured Loan offer card with API fields</p></figcaption></figure>

***

###

### [Line of Credit](https://even-financial.gitbook.io/developer-center/native-api-integrations/personal/displaying-offers)

For Secured Loan or Line of Credit products, two additional fields must be displayed:

* Product Sub Type Label (ie. Home Equity Line of Credit) - returned via API in snake case
* Product Sub Type Disclaimer

### [Home Equity Line of Credit](https://even-financial.gitbook.io/developer-center/native-api-integrations/heloc/displaying-offers) <a href="#heloc" id="heloc"></a>

<figure><img src="https://3849802388-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MeMvVDbjd8vJWZ9Hwf0%2Fuploads%2FLUDCTqjpf5EThAuNuwul%2Fimage.png?alt=media&#x26;token=0d65afd4-fd64-48fc-8914-6758ba68656b" alt=""><figcaption><p>Home Equity Line of Credit offer card with API fields</p></figcaption></figure>

###

###

***

### [Auto Loan Refinance](https://even-financial.gitbook.io/developer-center/native-api-integrations/auto-refinancing/displaying-offers)

***

### [2nd Look Marketplace](https://even-financial.gitbook.io/developer-center/native-api-integrations/2nd-look-marketplace/channel-partners/displaying-offers)

Here is an example of how a 2nd Look Marketplace offer is represented on Engine’s owned experiences, with the relevant API response fields for each offer (each element of the `specialOffers` array denotes an individual offer, represented as a JSON object):

<figure><img src="https://3849802388-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MeMvVDbjd8vJWZ9Hwf0%2Fuploads%2FRzohxCWOntafl0geqrxD%2FV4kTr1RAAtgW.png?alt=media&#x26;token=43c496fb-c4ad-4f80-b3c6-295f14faa3a6" alt=""><figcaption></figcaption></figure>

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://even-financial.gitbook.io/developer-center/references/appendix/appendix-d-api-field-to-offer-card-mappings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
