Sign in
Get started
Help center
Search…
Certn API
Getting Started
Create a demo account
Guides
Manage your team
Use the API
Use an authorization header
Use webhooks
Get the applicant's consent
Run a check
API Reference
General
Human Resources
Property Management
Resources
FAQ
Messages
Changelogs
Contact us
Powered By
GitBook
Use an authorization header
To gain access to our API, you need an Authorization header with a valid Bearer token. The token is your
API key
.
Replace
<token>
with your API key in the following header:
1
{
'Authorization'
:
'Bearer <token>'
}
Copied!
Include this header in every call to our API, and keep it secure. It is your access key.
Guides - Previous
Use the API
Next
Use webhooks
Last modified
9mo ago
Export as PDF
Copy link