---
title: "Get Customer Notes"
method: GET
path: "/customer/notes"
---

# Get Customer Notes

`GET /customer/notes`

Retrieves notes of a specific customer.

## Query parameters

- `mobile` string
- `email` string
- `external_id` string
- `id` integer

## Response `200`

200

- object
  - `response` object
    - `status` object
      - `success` string
      - `code` string
      - `message` string
    - `customer` object
      - `user_id` string
      - `firstname` string
      - `lastname` string
      - `mobile` string
      - `email` string
      - `external_id` string
      - `notes` object
        - `note` object[]
          - `id` string
          - `description` string
          - `added_on` string
      - `item_status` object
        - `success` string
        - `code` string
        - `message` string

## Other responses

- `400` — 400

---

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