Skip to main content
Version: 2.0
This tool allows querying disciplinary records in Colombia through the Attorney General’s Office. Using the document type and number, it retrieves the full name and possible sanctions, disqualifications, and processes associated with the queried person.Available countries: 🇨🇴 Colombia

Configuration

Identification type
string
required
Variable: documentType. Type of identity document.Available values:
  • CC: Cédula de Ciudadanía (Colombian citizens)
  • PEP: Permiso Especial de Permanencia (foreigners, mainly Venezuelan)
  • CE: Cédula de Extranjería (foreign residents in Colombia)
Identification number
string
required
Variable: documentNumber. Identity document number of the person to query.

Integration

1

Capture the user's data

Collect the document type and identification number from the user in your flow.
Use the Question node or user variables to capture this information.
2

Configure the parameters

Assign the captured values to the tool’s required parameters:
  • documentType: Document type (CC, PEP, CE)
  • documentNumber: Identification number
3

Handle the outputs

Implement different flows based on the result:
  • ✅ No criminal record: Continue the normal process
  • 🔴 Errors: Implement retries, validations, or notify the user according to the error type (missing data, no record, service down, etc.)
4

Store and process the results

Save the response in memory variables to use in subsequent flow decisions.
// Example: Check whether the person has a criminal record
if (response.data.hasRecord === true) {
  // Flow for persons with criminal record
  // You can access details: sanctions, disqualifications, crimes
} else {
  // Flow for persons without criminal record
}

Provider response

The query result depends directly on the information returned by the Verifik provider and the Attorney General’s Office.

Result interpretation

It is important to distinguish between “no criminal record” (person verified without a criminal record) and “no record” (person not found in the system).

Sensitive information

Data on expedition date, expedition place, and date of birth are classified as semi-private information and are not temporarily available according to the RNEC.