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