Authentication
Authentication
Protected endpoints require bearer token authentication:
Authorization: Bearer <API_KEY>
The API key should be securely stored in the server’s environment variables.
Protected endpoints require bearer token authentication:
Authorization: Bearer <API_KEY>
The API key should be securely stored in the server’s environment variables.