| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

| Field               | Type   | Description                      |
| :------------------ | :----- | :------------------------------- |
| account_id         | string | ID of the Account                |
| customer_id        | string | ID of the Customer               |
| finance_request_id | string | Finance Request ID               |
| line_item_id       | string | Line Item ID                     |
| product_id         | string | ID of the Product                |

# API Responses

| Code  | Description                                         |
| :--   | :-------------------------------------------------- |
| 200   | Successful query of history of notes for a specific account |
| 401   | Unauthorized.                                      |
| 403   | Forbidden.                                         |
| 404   | Note not found.                                    |
| 429   | Too many requests.                                 |
| default| Unexpected Error.                                   |

### Example curl Request

```bash
curl --request GET \
     --url https://contact/%20sales%20to%20enable%20your%20sandbox/notes \
     --header 'accept: application/json'
```
