HirePass home page
Search...
⌘K
GET STARTED
Introduction
ENVIRONMENTS
Stage
Production
GRAPHQL API
Working with the GraphQL API
API authentication key
WEBHOOKS
Working with webhooks
Create a new webhook
REQUESTS
Check packages
View all check packages
Create a new check package
Managing requests
RESULTS
Managing results
Fetch all results at once
Fetch results by individual elements
GUIDES
The three levels of Disclosure and Barring Service (DBS) checks
HirePass home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Check packages
View all check packages
Documentation
Documentation
Support
Dashboard
On this page
Example
Check packages
View all check packages
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.
GraphQL
cURL
Javascript
Copy
query AllCheckPackages {
allCheckPackages {
uuid
status
name
components
}
}
Create a new webhook
Create a new check package
Assistant
Responses are generated using AI and may contain mistakes.