---
title: "Get Customer by Country"
method: GET
path: "/customers/find/{email}/{country}"
tags: ["CUSTOMER"]
---

# Get Customer by Country

`GET /customers/find/{email}/{country}`

Retrieves a customer using the email and country code combination.

## Path parameters

- `country` 'MX' | 'AR' | 'BR' | 'CO' | 'DO' | 'US' | 'BO' | 'CL' | 'PE' | 'PY', required
- `email` string, required

## Headers

- `api-key` string
- `api-secret` string

## Response `200`

---

[API](https://skmtc.net/alfredpay/apis/alfred-penny-api-client-documentation.md) · [All operations](https://skmtc.net/alfredpay/apis/alfred-penny-api-client-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alfredpay/alfred-penny-api-client-documentation/revisions/6fdfb13fd2b1/schema)
