Transcendence API documentation this documentation details the different endpoints of each microservice. Front Router A client side router for single page application Component A custom HTML element for building web components Cookies A simple and convenient way to manage cookies in a web application Matchmaking Events sent by the client Events sent by the server Game Game creator Create game servers Game server Play a game Tournament /tournament Create / retrieve tournament /tournament/self Manage user's tournaments /tournament/{id} Manage a tournament /tournament/{id}/players Manage players of a tournament /tournament/{id}/matches Manage matches of a tournament /tournament/{id}/match Manage matches of a tournament User Management /user/signup /user/signin /user/verify-email/<str:id>/<str:token> Create an account / Sign in /user/username-exist /user/email-exist Check if a username / email already exists /user/forgot-password/send-code /user/forgot-password/check-code /user/forgot-password/change-password Forgot password process /user/update-infos/ /user/avatar/ /user/delete-account/ Update/delete user information /user/id/{user_id} /user/id_list/ /user/search-username/ /user/me/ Retrieve user information /user/refresh-access-jwt Refresh the access token /user/oauth/{oauth-service} /user/oauth/callback/{oauth-service} Oauth2 process /user/2fa/enable /user/2fa/disable /user/2fa/verify Two factor authentication process /user/friends/ /user/friends/request/ /user/friends/accept/ /user/friends/decline/ /user/friends/status/ Manage friends /user/send-user-infos/ Send user information via its email (GDPR) User Stats /statistics/user/{id} /statistics/user/{id}/progress/ /statistics/user/{id}/graph/ /statistics/user/{id}/history/ /statistics/user/{id}/friends/ /statistics/match/ /statistics/ranking/ Notification /notification/user/ /notification/user/{notification_id}/ /notification/friend/add/ /notification/friend/delete/ Template /template Create / retrieve template /template/{id} Retrieve information from a specific template