---
title: "GovChecks: Mexico PEP"
method: POST
path: "/mx/pep"
---

# GovChecks: Mexico PEP

`POST /mx/pep`

Check whether a user is a Politically Exposed Person

## Request body

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

## Response `200`

200

- object
  - `error` unknown
  - `data` object
    - `pep` boolean
    - `country` string
    - `fullName` string
    - `PEPdata` unknown

## Other responses

- `202` — 202
- `503` — 503

---

[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)
