curl --request POST \
--url https://api.bmpdigital.moneyp.dev.br/Bureau/MidiaNegativaPJ \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--header 'IdempotencyKey: <idempotencykey>' \
--data '
{
"consulta": {
"identificador": "<string>",
"documento": "<string>"
}
}
'{
"msg": "<string>",
"messages": [
{
"messageType": 1,
"code": "<string>",
"context": "<string>",
"description": "<string>",
"field": "<string>"
}
],
"hasError": true,
"falha": true,
"json": "<string>"
}curl --request POST \
--url https://api.bmpdigital.moneyp.dev.br/Bureau/MidiaNegativaPJ \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--header 'IdempotencyKey: <idempotencykey>' \
--data '
{
"consulta": {
"identificador": "<string>",
"documento": "<string>"
}
}
'{
"msg": "<string>",
"messages": [
{
"messageType": 1,
"code": "<string>",
"context": "<string>",
"description": "<string>",
"field": "<string>"
}
],
"hasError": true,
"falha": true,
"json": "<string>"
}Mostrar Exemplo de retorno completo
"json": "<string>" o retorno do Bureau vem de forma serializada, sendo necessário deserializar para melhor visualização. Aqui está um exemplo do retorno deserializado que vem no campo "json":.{
"CelebrityLevel": "String",
"CreationDate": "Data",
"EntityStatistics": {
"NewsByRangeDate": {
"TotalNews": Numero,
"TotalNewsOnLast180Days": Numero,
"TotalNewsOnLast30Days": Numero,
"TotalNewsOnLast365Days": Numero,
"TotalNewsOnLast7Days": Numero,
"TotalNewsOnLast90Days": Numero
}
},
"LastUpdateDate": "Data",
"MediaExposureLevel": "String",
"NewsItems": [
{
"CaptureDate": "Data",
"Categories": [
"String"
],
"PublicationDate": "Data",
"SentimentAnalysis": {
"Entities": {
"ORGANIZATIONS": {
"PIX": {
"Label": "String"
},
"SFN": {
"Label": "String"
},
"SINQIA": {
"Label": "String"
},
"SISTEMA FINANCEIRO NACIONAL": {
"Label": "String"
},
"BMP": {
"Label": "String"
},
"HSBC": {
"Label": "String"
},
"BC": {
"Label": "String"
},
"BANCO CENTRAL": {
"Label": "String"
},
"DREX": {
"Label": "String"
},
"PSTIS": {
"Label": "String"
},
"PSTI": {
"Label": "String"
},
"C&M": {
"Label": "String"
},
"SISTEMA PIX": {
"Label": "String"
},
"BANCO HSBC": {
"Label": "String"
},
"SISTEMA FINANCEIRO NACIONAL (SFN": {
"Label": "String"
},
"OPEN FINANCE": {
"Label": "String"
},
"GOVERNO": {
"Label": "String"
},
"DE SERVICOS DE TECNOLOGIA DA": {
"Label": "String"
},
"GOVERNO DOS ESTADOS UNIDOS": {
"Label": "String"
},
"INSTITUICOES FINANCEIRAS": {
"Label": "String"
},
"INSTITUICOES": {
"Label": "String"
},
"PROVEDORES DE SERVICOS DE TECNOLOGIA DA INFORMACAO": {
"Label": "String"
},
"BANCOS": {
"Label": "String"
},
"BANCO BMP": {
"Label": "String"
},
"AUTARQUIA": {
"Label": "String"
},
"EMPRESAS": {
"Label": "String"
}
},
"PEOPLE": {
"RODRIGO ALVES TEIXEIRA": {
"Label": "String"
},
"TEIXEIRA": {
"Label": "String"
},
"SINQIA": {
"Label": "String"
},
"DIRETOR DE ADMINISTRACAO": {
"Label": "String"
},
"DIRETOR": {
"Label": "String"
},
"PSTIS": {
"Label": "String"
},
"POPULACAO": {
"Label": "String"
},
"VITIMA": {
"Label": "String"
},
"PARTICIPANTES": {
"Label": "String"
},
"REQUISITOS": {
"Label": "String"
},
"HACKERS": {
"Label": "String"
},
"UM": {
"Label": "String"
},
"FUNCIONARIO": {
"Label": "String"
}
},
"PLACES": {
"BRASILIA": {
"Label": "String"
},
"PSTIS": {
"Label": "String"
},
"ESTADOS UNIDOS": {
"Label": "String"
},
"ESTRADA": {
"Label": "String"
},
"PONTES": {
"Label": "String"
},
"BRASILEIRA": {
"Label": "String"
},
"BANCO CENTRAL": {
"Label": "String"
},
"TEIXEIRA": {
"Label": "String"
}
}
},
"Label": "String",
"OrganizationsCount": Numero,
"PeopleCount": Numero,
"PlacesCount": Numero
},
"SourceName": "String",
"Title": "String",
"Url": "String"
}
],
"Next": "String",
"SearchLabels": {
"OfficialName": "String",
"OfficialNameUniquenessScore": Float,
"TradeName": "String",
"TradeNameUniquenessScore": Float
},
"TotalPages": Numero,
"UnpopularityLevel": "String",
"Identificador": "String",
"StatusConsulta": {
"Code": Numero,
"Message": "String"
}
}
Informe o token
Success
Esta página foi útil?