Request

curl --location --request POST 'https://api.insights-periculum.io/statements/create-consumer-credit'
--header 'Authorization: Bearer string_encrypted_access_token'
--header 'Content-Type: application/json'
--data-raw '{
    "statementKey": 1,
 	  "report_type": "basic",
    "name": "Arnold Kavaarpuo",
    "date_of_birth": "1985-03-18"
}'

Parameters

NameDescriptionTypeRequired
statementKeyThe key of the statement to get the crb data for.intNo
reportTypeReport types : full or basicstringYes
nameConsumer NamestringYes
date_of_birthConsumer Date of BirthstringYes