---
title: "Govchecks: Philippines UMID/SSN"
method: POST
path: "/ph/umid-ssn"
---

# Govchecks: Philippines UMID/SSN

`POST /ph/umid-ssn`

Verify a user's UMID/SSN against the Philippine UMID/SSN database via document number

## Request body

- object
  - `documentNumber` string, required — Document number from the UMID. e.g: "0123-4567890-1"
  - `callbackUrl` string, required

## Response `200`

200

- object
  - `data` object
    - `valid` boolean
    - `documentNumber` string
  - `error` unknown

## Other responses

- `500` — 500

---

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