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

#### URL Expired

The URL for this request expired after 30 days.

### Account Details

**account_id**  
string  
required  
The ID of the account.

**line_item_id**  
string  
required  
The line_item_id of the loan.

# API Response Codes

```http
200      Detailed info about a specific loan

401      Unauthorized.
403      Forbidden.
404      Account not found.
422      Invalid input.
429      Too many requests.
default  Unexpected Error.
```

### Base URL

https://Contact sales to enable your sandbox/accounts/{account_id}/line_items/loans/{line_item_id}

### Example CURL Request

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

### Try It!  
Click `Try It!` to start a request and see the response here!
