Periculum
curl --location --request POST 'https://api.insights-periculum.io/statements/crb-business'
--header 'Authorization: Bearer string_encrypted_access_token'
--header 'Content-Type: application/json'
--data-raw '{
{
"statementKey": 1,
"first_name": "john",
"last_name": "doe",
"registration_no": "*****"
}
Request Parameters
Name | Description | Type | Required |
---|---|---|---|
statementKey | The key of the statement to get the crb data for. | int | Yes |
first_name | string | Yes | |
last_name | string | Yes | |
registration_no | Business Registration Number | string | Yes |