HAMEAU JSKDOCS

Welcome to Hameau des Jeunes Saint Kizito API

This documentation outlines the integration process for programs and the authentication of managers plus the public modules data

Getting Started

All private endpoints requests must include a Bearer Token in the Authorization header. You can obtain this from the Auth endpoints under Authentication of Manager in the sidebar.


            {
              "email": "user@example.com",
              "password": "string"
            }
          

You can use this endpoint post /api/auth/refresh/to gain a new access token. Send the refresh token as shown below.


            {
              "refresh": "string"
            }
          
© 2026 Solvit. Built with 💙 for Hameau des Jeunes.