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

#### URL Expired

The URL for this request expired after 30 days.

customer_id

integer

required

the customer ID

api-version

integer

required

Target API version

# ``200      Success

object

id

integer

amount_due

string

complete_profile

boolean

email

string | null

first_name

string

language

string

enum

The preferred language

`en``fr`

last_name

string

permitted_to_rent

boolean

phone_number

string

ccpa

boolean

links

object

dealership

object

dealership object

has_ongoing_contracts

boolean

# ``400      Bad Request

# ``401      Unauthorized

# ``403      Forbidden

# ``404      Not found

# ``406      Not Acceptable

```json
{
  "id": 12,
  "amount_due": 30.05,
  "complete_profile": true,
  "email": "dusty.rhodes@gmail.com",
  "first_name": "Dusty",
  "language": "en",
  "last_name": "Rhodes",
  "permitted_to_rent": true,
  "phone_number": 5128675309,
  "ccpa": true,
  "links": {
    "dealership": {
      "id": 2,
      "href": "https://api.dw-tst.com/admin/some_resources/2"
    }
  },
  "has_ongoing_contracts": true
}
```
