curl --location POST 'https://api.insights-periculum.io/verify/plate' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {token}' \
--data '{
"statementKey": 1,
"number":"KD***0G"
}'
Parameters
Name | Description | Type | Required |
---|---|---|---|
statementKey | Statement Key to which KYC Integration needs to be attached | int | No |
number | Customer's plate number | string | Yes |