Authorization: Bearer ********************
{
"cnpjs": [
"string"
]
}
curl --location --request POST 'https://api.klever.tec.br/api/external_resource/accompaniment/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"cnpjs": [
"string"
]
}'
{
"companies": [
{
"certificateExpirationDate": "2019-08-24T14:15:22Z",
"cnpj": "string",
"created": "2019-08-24T14:15:22Z",
"id": "string",
"latitude": 0,
"longitude": 0,
"organizationId": "string",
"procurementExpirationDate": "2019-08-24",
"socialReason": "string",
"totalAlertScore": 0,
"typeOfRisk": "LOW",
"uf": "string"
}
],
"created": "2019-08-24T14:15:22Z",
"id": "string",
"organizationId": "string"
}