---
title: "Get customer"
method: GET
path: "/v2/customer/{customer_uuid}"
tags: ["Customer"]
---

# Get customer

`GET /v2/customer/{customer_uuid}`

Get details on an existing tokenized customer

## Path parameters

- `customer_uuid` string, required

## Response `200`

Successful Operation

- TokenizedCustomerInfo
  - `uuid` string — The unique identifier for this response
  - `links` Link[] — Available API links prefilled with UUID with accompanying method
    - `href` string, required — The fully qualified URL for the API endpoint
    - `rel` 'self' | 'capture' | 'checkout' | 'create' | 'customer' | 'list' | 'order' | 'preapprove' | 'refund' | 'release' | 'session' — The relationship type indicating the purpose of this link (e.g., 'self' for the current resource, 'create' for creating a new resource, 'list' for listing resources)
    - `method` 'GET' | 'POST' | 'PATCH' | 'DELETE' — The HTTP method to use when calling this API endpoint
  - `first_name` string — The customer's first name
  - `last_name` string — The customer's last name
  - `email` string — The customer's email address
  - `phone` string — The customer's phone number
  - `billing_address` AddressV2
    - `name` string — The name on the address
    - `street` string — The street and number of the address
    - `street2` string — The apt or unit
    - `city` string — The city
    - `state` string — The 2 character state code
    - `postal_code` string — The postal delivery code
    - `country_code` string — The 2 character country code
    - `phone` string — The phone number at the delivery location
  - `dob` string, YYYY-MM-DD — The customer's date of birth in YYYY-MM-DD format (parameter is input only)
  - `token_expiration` string, date-time — The UTC expiration date of the customer tokenization

## Other responses

- `400` — Invalid request
- `401` — Unauthorized. Returned for any failed bearer or basic auth, including expired bearer tokens.
- `404` — The specified resource was not found
- `422` — Unable to process the request entity

---

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