---
title: "Get Customer"
method: GET
path: "/consumer/v1/customers/{id}"
tags: ["Customers"]
---

# Get Customer

`GET /consumer/v1/customers/{id}`

Use this endpoint to return a **Customer** object. A valid **customer id** is required. Find customer id's by using the _GET /consumer/v1/customers_ endpoint.

## Path parameters

- `id` string, required

## Response `200`

Success

- CustomerViewModel
  - `object` string, nullable
  - `id` string, nullable
  - `locationId` string, nullable
  - `businessName` string, nullable
  - `email` string, nullable
  - `name` string, nullable
  - `lastname` string, nullable
  - `firstname` string, nullable
  - `companyName` string, nullable
  - `gender` string, nullable
  - `birthdate` string, nullable
  - `lastVisitDate` string, nullable
  - `groupId` string, nullable
  - `resourceId` string, nullable
  - `createdOn` string, nullable
  - `createdBy` string, nullable
  - `registeredBy` string, nullable
  - `verifiedBy` string, nullable
  - `modifiedBy` string, nullable
  - `modifiedOn` string, nullable
  - `verificationDate` string, nullable
  - `registrationDate` string, nullable
  - `emailInfo` boolean, nullable
  - `emailPromotion` boolean, nullable
  - `disabled` boolean, nullable
  - `inviteEmailSent` string, nullable
  - `welcomeEmailSent` string, nullable
  - `deletedStatus` boolean
  - `deletedTime` string, nullable
  - `notificationType` string, nullable
  - `subscriptionId` string, nullable
  - `latitude` string, nullable
  - `longitude` string, nullable
  - `stripeCustomerId` string, nullable
  - `contact` ContactViewModel
    - `phoneType` string, nullable
    - `homePhone` string, nullable
    - `mobilePhone` string, nullable
    - `businessPhone` string, nullable
    - `businessPhoneExt` string, nullable
    - `skypeUsername` string, nullable
    - `conferenceInfo` string, nullable
  - `address` AddressViewModel
    - `addressLine1` string, nullable
    - `addressLine2` string, nullable
    - `city` string, nullable
    - `state` string, nullable
    - `country` string, nullable
    - `postalCode` string, nullable
  - `customFields` object, nullable

---

[API](https://skmtc.net/onsched/apis/onsched-consumer-api.md) · [All operations](https://skmtc.net/onsched/apis/onsched-consumer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onsched/onsched-consumer-api/versions/1cd2a28a0305/schema)
