ZapSign API
English
English
  • General Information
  • Getting Started
  • ZapSign Environments
  • Ready-to-use requests!
  • Authentication
    • Static token
    • JWT Authentication
      • Get access token
      • Refresh your access token
  • Types of Tokens
  • API versioning
  • Rate Limit Policies
  • Incident alerts
  • How Payment Works
  • Status Code
  • Account
    • Plan Information
    • List account users
    • Create account users
    • Delete account user
  • Documents
    • Create document via Upload
    • OneClick (ClickWrap)
      • Create document (OneClick)
    • Create document via Template
    • Add attachment (extra document)
    • Add attachment (extra document) via Template
    • Detail document
    • List documents
    • Delete document
    • Document Audit Trail
    • Optional: Place signatures
    • Reject Documents
  • Signers
    • Detail signer
    • Update signer
    • Add signer
    • Delete signer
    • Batch sign via API
    • Reject Documents by User
  • Templates
    • Create template (DOCX)
      • Configure Template Form
    • List templates
    • Get template
    • Update template
    • Delete template
  • Partnerships
    • Update Payment Status
    • Create Account
  • TIMESTAMP
    • Add timestamp
  • Background Check
  • Introduction
  • Understanding the Result
  • Creating a Background Check
    • Person Check
    • Company check
  • Retrieve a Check
  • Check details
  • Webhooks
    • How webhooks works
    • Testing webhooks on ZapSign
    • Create Webhook
    • Webhooks logs
    • Events
      • Document
        • Doc created
        • Doc deleted
        • Created signer
      • Signer
        • Signature request send
        • Document viewed
        • Reading confirmation
        • Doc signed
        • Doc refused
        • Email bounce
        • Failed Validation
      • Background check
        • Background check completed
    • Reprocessing Documents and Webhooks
    • Delete Webhook
  • Widget
    • How widget works
Powered by GitBook
On this page

Was this helpful?

  1. Creating a Background Check

Person Check

PreviousCreating a Background CheckNextCompany check

Last updated 9 days ago

Was this helpful?

This endpoint is used to create a person check or personal credit history check. The parameters you need to send will depend on the country and the type of check. There are also optional parameters that can improve the results by querying additional databases and filtering homonyms in some cases.

Important: To request a credit history check for a persona in Colombia, please to activate this feature.

POST https://api.zapsign.com.br/api/v1/checks/

Header

Nombre
Tipo
Descripción

Authorization*

string

API token prefixed with the word "Bearer". Example: Bearer c7f35c84-xxxx

Request Body

Nombre
Tipo
Descripción

country*

string

type*

string

Type of check: "person", "credit_person_co", "credit_person_br",

user_authorized*

boolean

Indicates whether the person authorized the check. Must be true to proceed.

force_creation

boolean

If true, forces the creation of a new background check even if one already exists. If false, returns the result of the previous check (if available).

first_name

string

Person's first name. If provided, international databases will be consulted for more detailed results.

last_name

string

Person's last name. Same behavior as first_name.

national_id

string

Official ID number. You must send either national_id, foreign_id, ptp, or ppt.

foreign_id

string

Foreigner ID document. Available for CO, CL, MX, PE.

ptp

string

Temporary Protection Permit. Only available for PE.

ppt

string

Temporary Protection Permit. Only available for CO.

state_id

string

RG (Registro Geral) en Brasil. Esta RG (General Registry) in Brazil. Format varies by issuing state. Required for full background checks in Brazil.

date_of_birth

string

Date of birth in YYYY-MM-DD format. Required for foreigners in CL and CO, and for official documents in PE and BR. In other cases, it helps provide more accurate results.

region

string

Required for BR. Region for the background check. Use a specific state or ALL for a national search. National searches may take up to 24 hours; regional searches take 2–20 minutes.

DF | AC | AL | AP | AM | BA | CE | ES | GO | MA | MT | MS | MG | PA | PB | PR | PE | PI | RJ | RN | RS | RO | RR | SC | SP | SE | TO | ALL

issue_date

DateTime

Document issue date in YYYY-MM-DD format. Applies to CL (national_id) and CO (national_id and foreign_id).

custom_input

string

Optional external identifier for reference (max 128 characters).

verification_code

string

Verification code for criminal records in PE and CL.

issue_number

string

Chilean ID document issue number. Used to get additional information. Only applies to Chile.

observers

array<string>

Represents background check observers (limit 20), i.e. email addresses that will be notified when the background check is completed. It's an array of strings.

Note: Each background check incurs an additional cost depending on the check type. You can top up your balance in your account under: Plans and Pricing > Credits

Person check in CO, BR, CL, PE: 90 credits (USD $1.80)

Person check in MX: 130 credits (USD $2.60)

Person credit history check CO and BR: 200 credits (USD $4.00)

Example Request

{
    "user_authorized": true,
    "force_creation": true,
    "type": "person",
    "country": "CO",
    "national_id": "11111111"
}

Response

{
    "check_id": "CHK682a755bb7135140248cc8dd1d290a01",
    "status": "not_started",
    "company_name": "",
    "full_name": "",
    "first_name": "",
    "last_name": "",
    "date_of_birth": null,
    "issue_date": null,
    "national_id": "11111111",
    "foreign_id": "",
    "tax_id": "",
    "country": "CO",
    "native_country": "",
    "check_type": "person",
    "lang": "es",
    "region": "",
    "created_at": "2025-03-28T17:49:43.363416Z",
    "last_update_at": "2025-03-28T17:49:43.363435Z"
}

Reminder: The results of a check may take between 2 and 20 minutes. To retrieve the results, you can use:

BR | CO | CL | MX | PE. Más detalle de consultas disponibles

for more detail

The endpoint

The endpoint

The webhook

contact the sales team
Check Details
Retrieve Check
Check Completed
haz clic aqui
Click here