🔐 API Authentication Guide#
This API uses Bearer Token Authentication via the Authorization HTTP header.
🛡️ How to Authenticate#
All requests to protected endpoints must include the Authorization header in the following format:
📦 Example Request#
❌ Error Handling#
If the token is missing or invalid, the API will respond with:HTTP Status Code: 401 Unauthorized{
"error": "Unauthorized"
}
Modified at 2025-08-02 00:51:24