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

# Get Customer

`GET /v1/customers/{id}`

Retrieve a single customer by ID

## Path parameters

- `id` string, required

## Response `200`

OK

- CreateCustomerResponseV1
  - `data` CustomerDataV1
    - `attributes` CustomerAttributesV1
      - `created_at` integer
      - `default_device` string
      - `email` string
      - `first_name` string
      - `last_name` string
      - `livemode` boolean
      - `phone` string
      - `updated_at` integer
    - `id` string
    - `type` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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