getCustomer_1
getCustomer_1
Path Parameters
serviceSubscriberDepartmentToken string required
customerID string required
Query Parameters
excludeVehicles boolean
Responses
- 200
- 204
- 400
- 401
- 500
OK
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
customerWithVehicles object
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"customerWithVehicles": {
"customer": {
"id": 0,
"customerKey": "string",
"firstName": "string",
"middleName": "string",
"lastName": "string",
"company": "string",
"preferredLocale": "string",
"emails": [
{
"emailAddress": "string",
"label": "string",
"okToEmail": true,
"isPreferred": true,
"comments": "string"
}
],
"phoneNumbers": [
{
"phoneNumber": "string",
"label": "string",
"okToCall": true,
"okToText": true,
"isPreferred": true,
"comments": "string"
}
],
"preferredCommunication": "string",
"bestTimeToContact": {
"startTime": "string",
"endTime": "string"
},
"addresses": [
{
"line1": "string",
"line2": "string",
"city": "string",
"zip": "string",
"addressType": "string",
"type": "COMMON",
"country": "string",
"updateTS": "2025-04-07T07:51:23.911Z",
"uuid": "string",
"isValid": true,
"isPreferred": true,
"state": "string"
}
],
"availability": 0,
"isBusiness": true,
"customerUuid": "string",
"customerId": "string"
},
"vehicles": [
{
"id": 0,
"vin": "string",
"vehicleKey": "string",
"isValid": true,
"imageUrl": "string",
"brandId": 0,
"licensePlate": "string",
"color": "string",
"vehicleModel": "string",
"vehicleYear": "string",
"vehicleTrim": "string",
"vehicleUuid": "string",
"vehicleEngine": "string",
"estimatedMileage": "string",
"vehicleMake": "string"
}
]
}
}
No Content
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
Bad Request
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
Internal Server Error
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
GET /v2/department/:serviceSubscriberDepartmentToken/customer/:customerID
Request
Request
curl / cURL
curl -L -X GET '/customer/v2/department/:serviceSubscriberDepartmentToken/customer/:customerID' \
-H 'Accept: application/json'
python / requests
curl -L -X GET '/customer/v2/department/:serviceSubscriberDepartmentToken/customer/:customerID' \
-H 'Accept: application/json'
go / native
curl -L -X GET '/customer/v2/department/:serviceSubscriberDepartmentToken/customer/:customerID' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X GET '/customer/v2/department/:serviceSubscriberDepartmentToken/customer/:customerID' \
-H 'Accept: application/json'
ruby / Net::HTTP
curl -L -X GET '/customer/v2/department/:serviceSubscriberDepartmentToken/customer/:customerID' \
-H 'Accept: application/json'
csharp / RestSharp
curl -L -X GET '/customer/v2/department/:serviceSubscriberDepartmentToken/customer/:customerID' \
-H 'Accept: application/json'
php / cURL
curl -L -X GET '/customer/v2/department/:serviceSubscriberDepartmentToken/customer/:customerID' \
-H 'Accept: application/json'
java / OkHttp
curl -L -X GET '/customer/v2/department/:serviceSubscriberDepartmentToken/customer/:customerID' \
-H 'Accept: application/json'
powershell / RestMethod
curl -L -X GET '/customer/v2/department/:serviceSubscriberDepartmentToken/customer/:customerID' \
-H 'Accept: application/json'