Get a list of previously created eviction checks.
Security
get-bearer-token-using-oauth2
GET
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>'Response
[ { "profile_id": "2b8313e8-4efd-45a1-b578-952b8313e890" } ]