post https://api.prod.metamap.com/creditchecks/v1/br/credit-serasa
Review a user's credit score against Brazil's Serasa
This API Requires a Webhook URL
Go here for more information on setting up a webhook listener.
This API pulls data from the Brazilian Serasa database for users with a Brazilian Unique CPF number (Cadastro de Pessoas Físicas) to check a user's credit.
The results of a successful request will be sent to your webhook listener.
The following are example calls:
curl --location --request POST 'https://api.getmati.com/creditchecks/v1/br/credit-serasa' \
--header 'Authorization: Bearer <access_token> ' \
--header 'Content-Type: application/json' \
--data-raw '{
"cpf": "000.000.000-00",
"callbackUrl": "https://some.webhook.url" }'