Simple RESTful API endpoints that are easy to integrate with any application.
JWT-based authentication to ensure your data is always secure.
Built on .NET 8.0 for high performance and scalability.
All endpoints require JWT authentication. Include the token in the Authorization header:
Authorization: Bearer your-token-here