---
title: "Validate one or more Pix Keys"
method: POST
path: "/account/pix_key/validate"
---

# Validate one or more Pix Keys

`POST /account/pix_key/validate`

This endpoint allows you to verify whether a Pix Key exists or not. All Pix Key types can be verified with this API.

## Headers

- `Content-Type` string, required
- `X-Date` string, date-time, required
- `X-Login` string, required
- `Authorization` string, required

## Request body

- PixKey[]
  - `pix` string, required — The Pix Key to validate (e.g., CPF, Email, Phone Number).

## Response `200`

OK - A list of validation results for each submitted Pix Key.

- ValidationResult[]
  - `pix` string — The Pix Key that was validated.
  - `valid` boolean — Indicates if the Pix Key is valid.

## Other responses

- `401` — Unauthorized - The provided credentials are not valid.

---

[API](https://skmtc.net/d24/apis/docs-d24-com.md) · [All operations](https://skmtc.net/d24/apis/docs-d24-com/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/d24/docs-d24-com/versions/fb0e2ddec198/schema)
