---
title: "GovChecks: Colombia Unified Legal Search"
method: POST
path: "/co/unified-criminal-search"
---

# GovChecks: Colombia Unified Legal Search

`POST /co/unified-criminal-search`

Check a user's full name against Colombian police records.

## Request body

- object
  - `fullName` string, required — User's full legal name
  - `callbackUrl` string, required — Callback URL to receive request results.

## Response `200`

200

- union
  - object
    - `status` integer
    - `id` string
    - `error` unknown
    - `data` object
      - `results` unknown
    - `timestamp` string
  - object
    - `status` integer
    - `id` string
    - `error` object
      - `type` string
      - `code` string
      - `message` string
    - `data` object
      - `results` unknown
    - `timestamp` string

---

[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/revisions/ffdfcfeffe2a/schema)
