Skip to main content

Shared Providers

Provider codes for shared providers entity enrichment and validation.

πŸ‡¦πŸ‡· Argentina

BCRA

Provider CodeMethodRequired Parameters
ar_bcra_deudas_enrichmentGETdocumentNumber
ar_bcra_deudas_checkGETdocumentNumber
ar_bcra_historicas_enrichmentGETdocumentNumber
ar_bcra_historicas_checkGETdocumentNumber
ar_bcra_cheques_rechazados_enrichmentGETdocumentNumber
ar_bcra_cheques_rechazados_checkGETdocumentNumber
Example Request:
curl -X GET "http://api.gu1.ai/provider-records/bcra/deudas/{documentNumber}" \\
  -H "Authorization: Bearer YOUR_API_KEY"

NOSIS

Provider CodeMethodRequired Parameters
ar_nosis_basic_verification_checkGETdocumentNumber
ar_nosis_extended_verification_enrichmentGETdocumentNumber
ar_nosis_extended_verification_checkGETdocumentNumber
Example Request:
curl -X GET "http://api.gu1.ai/provider-records/nosis/basic-verification/{documentNumber}" \\
  -H "Authorization: Bearer YOUR_API_KEY"

REPET

Provider CodeMethodRequired Parameters
ar_repet_quick_checkGETdataId
Example Request:
curl -X GET "http://api.gu1.ai/provider-records/repet/person/check/{dataId}" \\
  -H "Authorization: Bearer YOUR_API_KEY"

πŸ‡§πŸ‡· Brazil

BDC

Provider CodeMethodRequired Parameters
br_bdc_protestos_enrichmentGETdocumentNumber, organizationId
br_bdc_protestos_checkGETdocumentNumber, organizationId
Example Request:
curl -X GET "http://api.gu1.ai/provider-records/{organizationId}/kyb/person/bdc/find-protestos/{documentNumber}/false" \\
  -H "Authorization: Bearer YOUR_API_KEY"

JUSBRASIL

Provider CodeMethodRequired Parameters
br_jusbrasil_criminal_lawsuits_enrichmentPOSTdocumentNumber
br_jusbrasil_criminal_lawsuits_checkPOSTdocumentNumber
br_jusbrasil_civil_lawsuits_enrichmentPOSTdocumentNumber
br_jusbrasil_civil_lawsuits_checkPOSTdocumentNumber
br_jusbrasil_labor_lawsuits_enrichmentPOSTdocumentNumber
br_jusbrasil_labor_lawsuits_checkPOSTdocumentNumber
br_jusbrasil_public_ministry_enrichmentPOSTdocumentNumber
br_jusbrasil_public_ministry_checkPOSTdocumentNumber
br_jusbrasil_arrest_warrants_enrichmentPOSTdocumentNumber
br_jusbrasil_arrest_warrants_checkPOSTdocumentNumber
br_jusbrasil_irregular_employer_enrichmentPOSTdocumentNumber
br_jusbrasil_irregular_employer_checkPOSTdocumentNumber
Example Request:
curl -X POST "http://api.gu1.ai/provider-records/jusbrasil/criminal-lawsuits" \\
  -H "Content-Type: application/json" \\
  -H "Authorization: Bearer YOUR_API_KEY"

AMLDD

Provider CodeMethodRequired Parameters
br_amldd_esg_enrichmentGETNone
br_amldd_esg_checkGETNone
br_amldd_lri_enrichmentGETNone
br_amldd_lri_checkGETNone
br_amldd_pep_enrichmentGETNone
br_amldd_pep_checkGETNone
br_amldd_mtlsn_complete_enrichmentGETNone
br_amldd_mtlsn_complete_checkGETNone
br_amldd_mtlsn_simple_enrichmentGETNone
br_amldd_mtlsn_simple_checkGETNone
br_amldd_mtlsn_with_internal_enrichmentGETNone
br_amldd_mtlsn_with_internal_checkGETNone
Example Request:
curl -X GET "http://api.gu1.ai/provider-records/amldd/esg?documento={documentNumber}&nome={name}&limit=50" \\
  -H "Authorization: Bearer YOUR_API_KEY"

🌎 Global

COMPLYADVANTAGE

Provider CodeMethodRequired Parameters
global_complyadvantage_quick_checkGETname
global_complyadvantage_sanctions_enrichmentGETname, entityType
global_complyadvantage_sanctions_checkGETname, entityType
Example Request:
curl -X GET "http://api.gu1.ai/provider-records/complyadvantage/quick-check/{name}?fuzziness=0.7" \\
  -H "Authorization: Bearer YOUR_API_KEY"

These provider codes can be used when creating or enriching both Person and Company entities.

See Also