---
title: "Consultar por id"
method: GET
path: "/customers/{customer_id}"
---

# Consultar por id

`GET /customers/{customer_id}`

## Path parameters

- `customer_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

200

- object
  - `id` string
  - `reference_id` string
  - `email` string
  - `name` string
  - `tax_id` string
  - `phones` object[]
    - `id` integer
    - `area` string
    - `country` string
    - `number` string
  - `birth_date` string
  - `address` object
    - `street` string
    - `number` string
    - `complement` string
    - `locality` string
    - `city` string
    - `region_code` string
    - `country` string
    - `postal_code` string
  - `billing_info` object[]
    - `type` string
    - `card` object
      - `token` string
      - `brand` string
      - `first_digits` string
      - `last_digits` string
      - `exp_month` string
      - `exp_year` string
      - `holder` object
        - `name` string
  - `created_at` string
  - `updated_at` string
  - `links` object[]
    - `rel` string
    - `href` string
    - `media` string
    - `type` string

## Other responses

- `400` — 400
- `404` — 404

---

[API](https://skmtc.net/pagbank/apis/nova-plataforma-sandbox.md) · [All operations](https://skmtc.net/pagbank/apis/nova-plataforma-sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pagbank/nova-plataforma-sandbox/revisions/05e64f3006ab/schema)
