Obtaining your API token
1
Activate your account
Follow the instructions in your Welcome Email to activate your account and set your password. New accounts start in the Sandbox environment.
2
Locate your token
Your API token is available in your PeopleCheck account settings. If you can’t find it, contact techteam@peoplecheck.com.
Sandbox and Production use different tokens. Use the token that matches the environment you’re calling.
Using the token
Include your token in thex-peoplecheck-token header of every request:
Header
Testing the connection
To verify your integration is set up correctly, start with a simple request that lists the check packages available to your organisation. A successful response confirms your token is valid and your environment is reachable.Security reminders
- Keep your token secret: Never share it publicly or commit it to your code repositories.
- Rotate tokens regularly: Rotate your token periodically and update your integration accordingly.
- Use HTTPS: Always call the API over HTTPS to keep credentials and data secure in transit.

