Skip to content

Authentication

The Inspectr API uses bearer token authentication to secure all endpoints.

Getting Access

To get started with the Inspectr API:

  1. Contact Inspectr Support to request API access
  2. Our team will provide you with an API token
  3. 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?