ArealAi
Class ArealAiController.
API | Description |
---|---|
POST vendors/arealai/webhook |
Receives Areal AI webhooks. |
CoreLogicWebhook
Class CoreLogicWebhookController.
API | Description |
---|---|
POST vendors/corelogic/flood?token={token} |
Receives a callback from CoreLogic for flood order. |
CRMApp
Class CRMAppController.
API | Description |
---|---|
GET vendors/crm/document-list |
Get a list of uploadable documents. |
GET vendors/crm/status |
Checks the status of the API. A response with a code other than a 200 (OK) means that the API is down. |
POST vendors/crm/app |
Creates a loan. |
POST vendors/crm/upload |
Upload a verification document. |
DocMagicWebhook
Handles DocMagic Esign notifications.
API | Description |
---|---|
POST vendors/docmagic/webhook?hmacSig={hmacSig} |
Receives a notification from DocMagic. |
EquifaxWebhook
Handles Equifax notifications.
API | Description |
---|---|
POST vendors/equifax/udm |
Receives a UDM notification from Equifax. |
Filestack
Class FilestackController.
API | Description |
---|---|
POST Vendors/Filestack/upload |
Receives an upload webhook from Filestack. |
Loans
Class LoansController.
API | Description |
---|---|
GET Vendors/Salesforce/Loans/{loanId} |
Retrieves a loan. |
GET Vendors/Salesforce/Loans?startDate={startDate}&endDate={endDate} |
Retrieves the specified start date. |
POST Vendors/Salesforce/Loans |
Creates a loan. |
PUT Vendors/Salesforce/Loans/{loanId} |
Updates a loan. |
Mercury
Class MercuryController.
API | Description |
---|---|
POST rest/v1/Vendors/Mercury/UpdateAppraisalStatus |
Update appraisal order status. |
POST Vendors/Mercury/UpdateAppraisalStatus |
Update appraisal order status. |
PlaidAPI
Class PlaidAPIController.
API | Description |
---|---|
POST Vendors/Plaid/receive-webhook |
Receives a web-hook from Plaid. |
QPQRPC
Class QPQRPCController.
API | Description |
---|---|
GET vendors/quick-pre-qualification/pdf/{token} |
Retrieve pre-qualification letter in pdf format. |
POST vendors/quick-pre-qualification/pre-qualify |
Generates quick pre-qualification from specified scenario. |
POST vendors/quick-pre-qualification/pre-qualify-with-credit?interestRate={interestRate} |
Creates an app from the specified scenario, pulls credit, and pre-qualifies the app. |
SFAccounts
Class CRMController.
API | Description |
---|---|
GET Vendors/Salesforce/Accounts/{accountId} |
Retrieves an account. |
GET Vendors/Salesforce/Accounts?startDate={startDate}&endDate={endDate} |
Retrieves the modified accounts identifiers. |
POST Vendors/Salesforce/Accounts |
Creates an account. |
PUT Vendors/Salesforce/Accounts/{accountId} |
Updates an account. |