Skip to content

Regulated Eviction Checks

Regulated Eviction Checks surface eviction court records. Results are returned synchronously and include case filing details, plaintiff information, and judgement data.

Get eviction checks

Request

Get a list of previously created eviction checks.

Security
get-bearer-token-using-oauth2
Query
limitinteger, [ 0 .. 999999 ]

limit the number of records returned

Default:10
skipinteger, [ 0 .. 999999 ]

skip a number of records before returning (for paging)

Default:0
include[]Array of strings

Embed the profile in the response in place of profile_id.

Items ValueDescription
profile

Embeds the full profile object in place of profile_id.

Examples:
Single value
include[]=["profile"]
GET
/regulated/eviction_checks
curl -i -X GET \
  'https://api.checkrtrust.com/v1/regulated/eviction_checks?limit=10&skip=0&include%5B%5D=profile' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

OK

Bodyapplication/json
Array [
One of:

An eviction check and its results.

]
Response
[ { "profile_id": "2b8313e8-4efd-45a1-b578-952b8313e890" } ]