To interact with the Phacet Labs API, you must authenticate using an API key. This key grants access to your account and resources, so please handle it securely.
Authentication Method
Authentication is performed via the Authorization HTTP header using the Bearer Token scheme. Your API key should be included in all requests as follows:
Authorization: Bearer YOUR_API_KEY_HERE
Managing API Keys
You can generate and manage your API keys by visiting the following page
From this page, you can:
- Create new API keys
- Revoke existing keys
Expiration
All API keys are valid for one year from the date of creation. We recommend setting a reminder to rotate your keys before they expire to avoid interruptions.
Security Best Practices
Do not share your API key publicly or in client-side code.
Use environment variables to store API keys securely in your applications.
Revoke immediately if you suspect any compromise.
For additional support or issues, please contact the Phacet Labs team.