Company check
This endpoint is used to create a company background check or company credit history check.
POST
https://api.zapsign.com.br/api/v1/checks/
Header
Authorization*
string
API token prefixed with the word "Bearer". Example: Bearer c7f35c84-xxxx
Reqeust Body
country*
string
type*
string
user_authorized*
boolean
Indicates whether the company authorized the check. Must be true to proceed.
tax_id*
string
Official company identification number (e.g., RUT, CNPJ, RFC).
company_name
string
Company name. If provided, international databases will be consulted for more detailed results.
force_creation
boolean
If true, forces the creation of a new background check even if a result already exists. If false, returns the previously created check result if available.
Each background check has an additional cost depending on the type of check. To top up your account, go to your user dashboard and navigate to Plans and Pricing > Credits.
Company check in CO, BR, CL, and PE: 90 credits (USD $1.80)
Company check in MX: 110 credits (USD $2.20)
Company credit history check in CO: 200 credits (USD $4.00)
Request
Response
Last updated
Was this helpful?