List the properties owned by your organization, newest first. The response is paginated — see next_href / previous_href for walking through pages.
Security
bearer-token
GET
curl -i -X GET \
'https://tenant.checkr.com/api/properties?cursor=string&per_page=25' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Checkr-Tenant-Version: 2026-04-29'OK
Total number of records in the underlying collection (across all pages), not the size of data.
Absolute URL of the next page (older records), or null if this is the last page.
Absolute URL of the previous page (newer records), or null if this is the first page.
Response
{ "object": "list", "count": 0, "next_href": "http://example.com", "previous_href": "http://example.com", "data": [ { … } ] }