A package defines the set of check elements (identity, right to work, criminal, financial, and so on) that will run when you request a check for a candidate. Before creating a request, list your packages to find the id you want to use.
GET https://api.peoplecheck.com/packages
Request
This endpoint takes no parameters beyond your authentication header.
Response
The payload is an array of packages. Each package includes the elements it runs (components) and its configuration (configs).
Keep a mapping of the package ids you use most often, so your integration can create requests without listing packages every time.