Periculum
curl --location --request POST 'https://api.insights-periculum.io/statements/blacklistsearch'
--header 'Authorization: Bearer string_encrypted_access_token'
--header 'Content-Type: application/json'
--data-raw '{
{
"statementKey": 1,
"bvn": "123xyz"
}
Request Parameters
Name | Description | Type | Required |
---|---|---|---|
statementKey | The key of the statement to get the credit bureau data for. | int | Yes |
bvn | string | Yes |