# Verifik CO Military Situation Lookup

> Verifik CO Military Situation Lookup is a paid API for AI agents from verifik.x402.paysponge.com, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-14).

Queries the Colombian military service situation (situación militar) for an individual using their cédula de ciudadanía (CC) document number.

## Facts

- Endpoint: POST https://verifik.x402.paysponge.com/v2/co/situacion-militar
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/verifik-co-military-situation-lookup-45e67898
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SdR3XahUStGKd1EY4hWgw

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability verifik-co-military-situation-lookup-45e67898 -d '<json body>'
```

Example prompt: Can you check the military service situation (situación militar) in Colombia for the person with cédula de ciudadanía (CC) number 1020456789 using Verifik?

## When to prefer this

Use this endpoint when you need to verify the military service situation of a Colombian individual as part of a KYC, HR onboarding, or compliance workflow and have their cédula de ciudadanía (CC) number. Prefer this over general identity endpoints when the specific requirement is military service status in Colombia.

## Known failure modes

- Invalid documentType (only CC is accepted) returns validation error
- Non-existent or unregistered document number returns empty or not-found result
- Network or payment failure returns 402 or 5xx error
- Malformed request body returns 400 error
- Colombian government data source unavailable returns upstream error

## How this service works

Verifik identity &amp; data APIs via Smart Agent (ai.verifik.co)—multi-country KYC, vehicles, companies, and global sanctions screening.

## Output

Returns a JSON object containing the Colombian military service situation record associated with the provided cédula de ciudadanía, including the military service status and related government record data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "documentType": {
   "enum": [
    "CC"
   ],
   "type": "string",
   "description": "Parameter: documentType"
  },
  "documentNumber": {
   "type": "string",
   "description": "Parameter: documentNumber"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/verifik-co-military-situation-lookup-45e67898/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from verifik.x402.paysponge.com](https://www.zero.xyz/host/verifik.x402.paysponge.com/llms.txt)
