API Keys
All API requests must include your API key in theAuthorization
header:
Example Request
Here’s an example of how to include your API key in a request using Python:Verifying Authentication
You can verify that your API key is valid by making a request to the/api/v1/me
endpoint. See the Me endpoint documentation for more details.
API Key Security
To ensure the security of your API keys:- Never share your API key in publicly accessible areas
- Rotate your API keys periodically
- Use environment variables to store API keys in your applications
- Implement proper access controls for your API keys
- Monitor API key usage for suspicious activity