Authorization: Bearer ********************
{
"callbackUrl": "string",
"cnpj": "string",
"invoice": [
"string"
],
"scrConsent": true,
"spedUrl": [
"string"
]
}
curl --location --request POST 'https://api.klever.tec.br/api/external_resource/credit_analysis/sped' \
--header 'Content-Type: application/json' \
--data-raw '{
"callbackUrl": "string",
"cnpj": "string",
"invoice": [
"string"
],
"scrConsent": true,
"spedUrl": [
"string"
]
}'
{}