Authentication

Protected endpoints require bearer token authentication:

Authorization: Bearer <API_KEY>

The API key should be securely stored in the server's environment variables.

Last updated