For AI agents: visit https://insights-periculum.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
curl --location --request POST 'https://api.insights-periculum.io/statements/first-central'
--header 'Authorization: Bearer string_encrypted_access_token'
--header 'Content-Type: application/json'
--data-raw '{
{
"statementKey": 1,
"bvn": "12345******"
}
| Name | Description | Type | Required |
|---|
| statementKey | The key of the statement to get the credit bureau data for. Use or provide this value if you want to map response to an existing statement | int | No |
| bvn | | string | Yes |