Authentication

All endpoints except authentication endpoints require JWT Bearer token in the Authorization header:

Authorization: Bearer <your_jwt_token>

Last updated