---
title: "Get customer details"
method: GET
path: "/customer/details"
tags: ["Customer"]
---

# Get customer details

`GET /customer/details`

Get details of customer along with custom fields

## Query parameters

- `phoneNumber` string
- `wabaNumber` string
- `customerId` string

## Response `200`

Information about the customer

- CustomerDetailsResponse
  - `customer` object
    - `id` string
    - `name` string
    - `phone` string
    - `tags` string[] — Array of tags associated with the customer for the specified WABA number. Only returned when wabaNumber parameter is provided.
    - `customFields` object[]
      - `id` string
      - `name` string
      - `value` string
      - `type ` string
    - `assignedToUser` string
    - `assignedUserNumber` string

## Other responses

- `400` — Incorrect payload
- `401` — Unauthorized
- `404` — NotFound

---

[API](https://skmtc.net/doubletick/apis/doubletick-public-apis.md) · [All operations](https://skmtc.net/doubletick/apis/doubletick-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/doubletick/doubletick-public-apis/versions/bba484527d34/schema)
