curl --location POST 'https://api.dev.insights-periculum.io/verify/cac/advanced' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {access_token}
--data '{
"statementKey": 1,
"rcNumber": '1*****2'
}'
Parameters
Name | Parameters | Type | Required |
---|---|---|---|
statementKey | Statement Key to which CAC lookup will be attached too | int | No |
rcNumber | Customer's RC Number | string | Yes |