Compliance Guard helps ensures communications with borrowers are compliant with regulations.
Returns whether or not a communication is allowed with a borrower.
It uses past interactions, current borrower status, loan status, and relevant Compliance Guard rules to make a decision if it is permissable to communicate with a borrower.
Note this endpoint always returns a 200 status code if we could successfully
calculate a result. (i.e., even if a communication is not permitted
this is a 200
response.)
Success
{- "loanId": "LN-AAAA-BBBB",
- "loanIds": [
- "LN-AAAA-BBBB",
- "LB-CCCC-DDDD"
], - "channel": "voice",
- "subject": "annualPrivacyPolicyNotice",
- "theme": "agentNotification",
- "checkAtCompanyNoon": true,
- "isAutodialed": false,
- "contactId": "string",
- "contactExternalId": "string"
}
{- "status": 0,
- "message": "string",
- "data": {
- "result": true
}
}
Request sandbox access