---
title: "GovChecks: Mexico CURP"
method: POST
path: "/mx/curp"
---

# GovChecks: Mexico CURP

`POST /mx/curp`

Validate a user's CURP number and identity

## Request body

- object
  - `curp` string, required
  - `callbackUrl` string, required — Webhook URL

## Response `200`

200

- object
  - `error` unknown
  - `data` object
    - `curp` string
    - `birthDate` string
    - `gender` string
    - `fullName` string
    - `name` string
    - `surname` string
    - `secondSurname` string
    - `nationality` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/metamap/apis/get-authorization-token.md) · [All operations](https://skmtc.net/metamap/apis/get-authorization-token/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metamap/get-authorization-token/versions/ffdfcfeffe2a/schema)
