- DOCUMENTAÇÃO
- KLEVER SASS REST CLIENT API
- login
- v1
- accompaniment
- Cria um novo acompanhamento.
- Obter todas as empresas de suporte para uma organização.
- Obter pontuação das alertas de empresas em acompanhamento por ID da organização e cnpj.
- Aplicar alertas dinâmicas por id da organização e cnpj, alertas manuais aplicados também são retornados.
- Aplicar todos os vetos dinâmicos por ID da organização e CNPJ.
- credit_analysis
- report
- methodk
- certificate
- document_ocr
- fiscal_notes
- sped
- power_attorney
- serasa
- scr
- company
- Adicionar lista de empresas.
- Adicionar empresa dado o cnpj.
- Obter os dados de uma empresa dado o cnpj.
- Obter as imagens de geolocalização para um cnpj.
- Obter todas as informações de uma empresa por cnpj
- Atualizar dados de uma empresa dado o cnpj.
- Obter as empresas da organização ativa.
- Excluir empresa a partir do Cnpj.
- Obter todas as informações de uma empresa por cnpj v2
- accompaniment
- v2
- Acompanhamento
- Reportes
- Certificado Digital
- OnDemand
- Empresas
- Certificados de Debitos
- Sanções
- Pessoas
- Scr
- Protestos
- Kyc
- Processos Judiciais
- Ibge
- Documento de análise
- Notas Fiscais.
- Sped
- Documentos de análise.
- Obter os dados de OCR IRPF pelo id.
- Gerar OCR do documento IRPF
- Gerar OCR do documento IRPF with Hook
- Obter listagem de documentos da empresa ou pessoa pelo documento.
- Enviar documento de análise (PDF).
- Obter os dados de faturamento pelo documento.
- Obter endividamento pelo documento.
- Obter os dados de IRPF pelo documento.
- Balances
Atualizar dados do KYC pelo documento
Em desenvolvimento
Prod Env
https://api.klever.tec.br/api
Prod Env
https://api.klever.tec.br/api
POST
/v2/ondemand/kyc/{document}
Ondemand kyc v2.
Requisição
Authorization
Forneça seu token bearer no cabeçalho
Authorization
ao fazer requisições para recursos protegidos.Exemplo:
Authorization: Bearer ********************
Parâmetros Path
document
string
requerido
Exemplos de Requisição
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.klever.tec.br/api/v2/ondemand/kyc/'
Respostas
🟢200Dados do KYC atualizados com sucesso.
application/json
Body
Os dados kyc.
amnestiesHistory
array[object (AmnestiesHistoryDto) {5}]
opcional
amnestiesDetails
object (AmnestiesDetailsDto)
opcional
matchRate
integer <int32>
opcional
nameUniquenessScore
integer <int32>
opcional
source
string
opcional
type
string
opcional
created
string <date-time>
opcional
creationDate
string <date-time>
opcional
currentlyElectoralDonor
boolean
opcional
currentlyPEP
boolean
opcional
currentlySanctioned
boolean
opcional
document
string
opcional
firstPEPOccurenceDate
string
opcional
firstSanctionDate
string
opcional
hiredByPublicAgency
boolean
opcional
hiredForPolitalCampaign
boolean
opcional
historicalElectoralDonor
boolean
opcional
historicallyHiredByPublicAgency
boolean
opcional
historicallyHiredForPoliticalCampaign
boolean
opcional
id
string
opcional
last180DaysSanctions
integer <int32>
opcional
last30DaysSanctions
integer <int32>
opcional
last365DaysSanctions
integer <int32>
opcional
last3YearPEPOccurence
integer <int32>
opcional
last5PlusYearsPEPOccurence
integer <int32>
opcional
last5YearPEPOccurence
integer <int32>
opcional
last90DaysSanctions
integer <int32>
opcional
lastPEPOccurenceDate
string
opcional
lastSanctionDate
string
opcional
lastUpdateDate
string <date-time>
opcional
lastYearPEPOccurence
integer <int32>
opcional
pepHistory
array[object (PEPHistoryDto) {21}]
opcional
creationDate
string <date-time>
opcional
currentlyElectoralDonor
boolean
opcional
department
string
opcional
endDate
string <date-time>
opcional
hiredByPublicAgency
boolean
opcional
hiredForPolitalCampaign
boolean
opcional
historicalElectoralDonor
boolean
opcional
historicallyHiredByPublicAgency
boolean
opcional
historicallyHiredForPoliticalCampaign
boolean
opcional
jobTitle
string
opcional
lastUpdateDate
string <date-time>
opcional
level
string
opcional
motive
string
opcional
politicalEngagementLevel
string
opcional
source
string
opcional
startDate
string <date-time>
opcional
taxId
string
opcional
totalElectoralDonationAmount
integer <int32>
opcional
totalElectoralDonationAmountLastTwoElections
integer <int32>
opcional
totalElectoralDonations
integer <int32>
opcional
totalElectoralDonationsLastTwoElections
integer <int32>
opcional
politicalEngagementLevel
string
opcional
sanctionsHistory
array[object (SanctionsHistoryDto) {6}]
opcional
matchRate
integer <int32>
opcional
nameUniquenessScore
integer <int32>
opcional
sanctionsDetails
object (SanctionsDetailsDto)
opcional
source
string
opcional
standardizedSanctionType
string
opcional
type
string
opcional
totalElectoralDonationAmount
integer <int32>
opcional
totalElectoralDonationAmountLastTwoElections
integer <int32>
opcional
totalElectoralDonations
integer <int32>
opcional
totalElectoralDonationsLastTwoElections
integer <int32>
opcional
wasPreviouslySanctioned
boolean
opcional
Exemplo
{
"amnestiesHistory": [
{
"amnestiesDetails": {
"creationDate": "2019-08-24T14:15:22Z",
"decreeStartDate": "2019-08-24T14:15:22Z",
"effectiveStartDate": "2019-08-24T14:15:22Z",
"lastUpdateDate": "2019-08-24T14:15:22Z"
},
"matchRate": 0,
"nameUniquenessScore": 0,
"source": "string",
"type": "string"
}
],
"created": "2019-08-24T14:15:22Z",
"creationDate": "2019-08-24T14:15:22Z",
"currentlyElectoralDonor": true,
"currentlyPEP": true,
"currentlySanctioned": true,
"document": "string",
"firstPEPOccurenceDate": "string",
"firstSanctionDate": "string",
"hiredByPublicAgency": true,
"hiredForPolitalCampaign": true,
"historicalElectoralDonor": true,
"historicallyHiredByPublicAgency": true,
"historicallyHiredForPoliticalCampaign": true,
"id": "string",
"last180DaysSanctions": 0,
"last30DaysSanctions": 0,
"last365DaysSanctions": 0,
"last3YearPEPOccurence": 0,
"last5PlusYearsPEPOccurence": 0,
"last5YearPEPOccurence": 0,
"last90DaysSanctions": 0,
"lastPEPOccurenceDate": "string",
"lastSanctionDate": "string",
"lastUpdateDate": "2019-08-24T14:15:22Z",
"lastYearPEPOccurence": 0,
"pepHistory": [
{
"creationDate": "2019-08-24T14:15:22Z",
"currentlyElectoralDonor": true,
"department": "string",
"endDate": "2019-08-24T14:15:22Z",
"hiredByPublicAgency": true,
"hiredForPolitalCampaign": true,
"historicalElectoralDonor": true,
"historicallyHiredByPublicAgency": true,
"historicallyHiredForPoliticalCampaign": true,
"jobTitle": "string",
"lastUpdateDate": "2019-08-24T14:15:22Z",
"level": "string",
"motive": "string",
"politicalEngagementLevel": "string",
"source": "string",
"startDate": "2019-08-24T14:15:22Z",
"taxId": "string",
"totalElectoralDonationAmount": 0,
"totalElectoralDonationAmountLastTwoElections": 0,
"totalElectoralDonations": 0,
"totalElectoralDonationsLastTwoElections": 0
}
],
"politicalEngagementLevel": "string",
"sanctionsHistory": [
{
"matchRate": 0,
"nameUniquenessScore": 0,
"sanctionsDetails": {
"creationDate": "2019-08-24T14:15:22Z",
"currentlyPresentOnSource": true,
"endDate": "2019-08-24T14:15:22Z",
"lastUpdateDate": "2019-08-24T14:15:22Z",
"startDate": "2019-08-24T14:15:22Z",
"wasRecentlyPresentOnSource": true
},
"source": "string",
"standardizedSanctionType": "string",
"type": "string"
}
],
"totalElectoralDonationAmount": 0,
"totalElectoralDonationAmountLastTwoElections": 0,
"totalElectoralDonations": 0,
"totalElectoralDonationsLastTwoElections": 0,
"wasPreviouslySanctioned": true
}