Customers

Get customer details

Retrieves detailed customer information by participant ID within your company, including profile data, loyalty statistics, membership tier, and assigned tags.

get/customers/{id}

Response

Customer

uidstring nullable

Customer ID in the UDS.

avatarstring nullable

Avatar URL.

displayNamestring

Customer name.

gender'MALE' | 'FEMALE' | 'NOT_SPECIFIED' nullable

Customer's gender for personalization and marketing segmentation.

phonestring nullable

Participant phone number.

birthDatestring date nullable

Customer birth date

channelNamestring nullable

Acquisition channel name

emailstring nullable

Customer email

Example response

{
  "tags": [
    {
      "id": 1
    }
  ]
}

Changes