---
title: "GET /{customer-id}"
method: GET
path: "/{customer-id}"
tags: ["Channel Adapter Services"]
---

# GET /{customer-id}

`GET /{customer-id}`

Returns a customer's profile data for use in Medallia Conversations' reporting interfaces. All fields returned by the adapter are optional. The adapter returns whatever it can, and it may return an empty response.

## Path parameters

- `customer-id` string, required

## Query parameters

- `access_token` string, required

## Response `200`

The customer's profile data. If the customer id provided is not found, an empty response should be returned.

- CustomerProfileData
  - `first_name` string
  - `last_name` string
  - `profile_pic` string, uri — A publicly-accessible URL to the customer's avatar or profile picture.
  - `locale` string — The ISO-639 or ISO-3166 country code.
  - `timezone` integer — Time zone offset, the number relative to GMT, (ex: -8).
  - `phone_number` string — The customer's phone number, in E.164 format.

## Other responses

- `401` — Unauthorized.
- `404` — A customer profile for the customer id provided was not found.

---

[API](https://skmtc.dev/medallia/apis/import-api.md) · [All operations](https://skmtc.dev/medallia/apis/import-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/medallia/import-api/revisions/bbc021bd9a2d/schema)
