customers
Get customer
Retrieves a single customer by ID
get/customers/{customerId}
Path parameters
customerIdinteger required
The system-generated identifier for the Customer
Response
Customer retrieved successfully
Example response
{
"customerId": 12345678,
"name": "Cam Newton",
"company": "Test Company",
"street1": "123 War Eagle Lane",
"city": "Auburn",
"state": "AL",
"postalCode": "36830",
"countryCode": "US",
"phone": "555-555-5555",
"email": "supermancam@example.com",
"addressVerified": "Verified"
}