Authentication
The THEARY Background Check API uses JWT Bearer tokens for authentication. All API requests must include a valid JWT token in the Authorization header.Authentication Method
- Type: Bearer JWT
- Header:
Authorization: Bearer <jwt_token>
Getting Your API Token
Contact the THEARY team to obtain your API credentials and JWT token for accessing the Background Check API.Making Authenticated Requests
Include your JWT token in theAuthorization header for all API requests:
Security Features
- All endpoints require valid JWT authentication
- Secure data isolation and access control
- JWT token validation