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