Authentication
The Inspectr API uses bearer token authentication to secure all endpoints.
Getting Access
To get started with the Inspectr API:
- Contact Inspectr Support to request API access
- Our team will provide you with an API token
- Include this token in all API requests
Using Your Token
Include your API token in the Authorization header of all requests:
Authorization: Bearer YOUR_API_TOKEN
Security Best Practices
- Keep your API token secure
- Don’t share tokens between applications
- Rotate tokens periodically
- Never commit tokens to version control
- Use environment variables in your applications
Need Help?
- Email: support@inspectr.ai
- Visit: inspectr.ai