List an entity's background checks
Lists background checks associated with an entity. Use this endpoint when your integration is working from a known entity ID.
Authorizations
Your API key is available in the Production and Sandbox dashboards.
Path Parameters
Query Parameters
Collection cursor pointer to the next page
Collection cursor pointer to the previous page
Number of items per page
1 <= x <= 1000Filter background checks by status Status of the background check:
- pending: Background check is being processed
- completed: Background check has been completed successfully
- error: Background check encountered an error during processing
pending, completed, error "completed"
Filter background checks by country Country scope for background check:
- MX: Mexico-specific background checks
- ALL: International background checks across multiple countries
MX, ALL "MX"
Order by background check score
asc, desc "asc"
Order by resource creation date
asc, desc "asc"
Order by resource update date
asc, desc "asc"
Response
Entity Background Checks
"/entities/91ab5678-1234-5678-9abc-def012345678/background-checks"
Total number of items found
x >= 01
Pagination information