Retrieve a single customer
GET https://customer-education.postmanlabs.com/v0/customers/:customerID
Retrieve a single customer and their details by the customer's UUID. If you are reading this documentation because you are attending an instructor-led training and trying to complete one of the hands-on challenges, then submit your email address as the customerID to this request. The API will find your Qodex Academy account based on your email address and mark the challenge as completed! The API doesn't store or use your email address in any other way.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"customerID":"0729d37c-ef9f-4ffa-8f71-a6eedf1f95b7","firstName":"Peter","lastName":"Ostman","email":"peter.ostman@postman.com","mailingAddress":{"city":"San Diego","state":"California","country":"United States"}}