CIC

REST API for CIC Eviction and Criminal Data

[Step 1]: CIC Criminal Report Request

post/criminal/new-request

CIC’s Criminal Reports help lenders mitigate potential business risk by leveraging over a billion multi-jurisdictional criminal records that cover all 50 states + Washington D.C.. CIC’s Criminal Records Database utilizes fast, accurate, and FCRA-compliant heuristic name matching technology, to enhance accuracy when calculating risk.

This is a dynamic REST API endpoint. The HTTP response body returned is subject to change based on the customer's unique order configuration or due to API changes made by our data providers

SecurityAuthorization Token
Request
Request Body schema: application/json
reference
string [ 0 .. 10 ] characters
object (SubjectInfoDTO)
responseID
string
coverageCheckDisabled
boolean
Responses
200

Successful Criminal Response

Request samples
application/json

Success

{
}
Response samples
application/json
{
}

[Step 2]: CIC Criminal Report Retrieve

get/criminal/get-response/{id}

CIC’s Criminal Reports help lenders mitigate potential business risk by leveraging over a billion multi-jurisdictional criminal records that cover all 50 states + Washington D.C.. CIC’s Criminal Records Database utilizes fast, accurate, and FCRA-compliant heuristic name matching technology, to enhance accuracy when calculating risk.

This is a dynamic REST API endpoint. The HTTP response body returned is subject to change based on the customer's unique order configuration or due to API changes made by our data providers

SecurityAuthorization Token
Request
path Parameters
id
required
string
Responses
200

Successful Get Report Response

Request samples
Response samples
application/json
{
}

[Step 1]: CIC Eviction Report Request

post/eviction/new-request

CIC’s Evictions Report leverages information from CIC’s nationwide eviction records database to help calculate and mitigate business risk. Eviction public records are updated daily from courts across the U.S. and adheres to the current and upcoming record regulations. Leveraging CIC’s unique matching methodology, lenders are able to query up to 30 addresses in a single inquiry, which helps reduce false positives and provides the risk mitigation information organizations need.

This is a dynamic REST API endpoint. The HTTP response body returned is subject to change based on the customer's unique order configuration or due to API changes made by our data providers

SecurityAuthorization Token
Request
Request Body schema: application/json
reference
string [ 0 .. 10 ] characters
object (SubjectInfoDTO)
responseID
string
coverageCheckDisabled
boolean
Responses
200

Successful CIC Eviction Report Response

Request samples
application/json

Success

{
}
Response samples
application/json
{
}

[Step 2]: CIC Eviction Report Retrieve

get/eviction/get-response/{id}

CIC’s Evictions Report leverages information from CIC’s nationwide eviction records database to help calculate and mitigate business risk. Eviction public records are updated daily from courts across the U.S. and adheres to the current and upcoming record regulations. Leveraging CIC’s unique matching methodology, lenders are able to query up to 30 addresses in a single inquiry, which helps reduce false positives and provides the risk mitigation information organizations need.

This is a dynamic REST API endpoint. The HTTP response body returned is subject to change based on the customer's unique order configuration or due to API changes made by our data providers

SecurityAuthorization Token
Request
path Parameters
id
required
string
Responses
200

Successful CIC Eviction Report Retrieve Response

Request samples
Response samples
application/json
{
}