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