Before you begin managing requests, start by listing your existing check packages. This step will ensure that you’re selecting the right set of checks for each applicant.

Example

You can retrieve all check packages from your organisation, using the following query.
query AllCheckPackages {
    allCheckPackages {
        uuid
        status
        name
        components
    }
}