---
title: "GovChecks: Colombia PPT"
method: POST
path: "/co/ppt"
---

# GovChecks: Colombia PPT

`POST /co/ppt`

Verify the validity of the Colombian PPT (Permiso por protección temporal =  Temporary Protection Permit)

## Request body

- object
  - `rumv` string, required — User's RUMV number
  - `dni` string, required — User's DNI number
  - `dateOfBirth` string, required — Date of Birth format is DD-MM-YYYY
  - `callbackUrl` string, required — Callback URL to receive request results.

## Response `202`

202

- union
  - object
    - `error` unknown
    - `data` object
      - `fullName` string
      - `phone` string
      - `email` string
      - `documentType` string
      - `dni` string
      - `status` string
  - object
    - `data` unknown
    - `error` object
      - `type` string
      - `code` string
      - `message` string

## Other responses

- `422` — 422

---

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