{"👋":"🌍","environment":"production","endpoints":[{"path":"/","methods":["GET"],"middlewares":["anonymous"]},{"path":"/aircraft","methods":["GET","POST"],"middlewares":["authenticate","anonymous"]},{"path":"/aircraft/:id","methods":["GET","PUT","DELETE"],"middlewares":["authenticate","anonymous","anonymous"]},{"path":"/aircraft/:id/profile-picture","methods":["GET"],"middlewares":["anonymous"]},{"path":"/aircraft/:id/documents","methods":["GET"],"middlewares":["authenticate","anonymous"]},{"path":"/aircraft/:id/document","methods":["POST"],"middlewares":["authenticate","anonymous","anonymous","anonymous"]},{"path":"/aircraft/:id/user","methods":["DELETE"],"middlewares":["anonymous","authenticate","anonymous","anonymous"]},{"path":"/aircraft/:id/update-aircraft-user","methods":["PUT"],"middlewares":["anonymous","anonymous","authenticate","anonymous","anonymous"]},{"path":"/aircraft-data/:locId","methods":["GET"],"middlewares":["authenticate","anonymous"]},{"path":"/aircraft-data/search/:searchString","methods":["GET"],"middlewares":["authenticate","anonymous"]},{"path":"/analytics","methods":["GET"],"middlewares":["authenticate","anonymous"]},{"path":"/auth/verify-token/:token","methods":["GET"],"middlewares":["anonymous"]},{"path":"/auth/register","methods":["POST"],"middlewares":["anonymous","anonymous"]},{"path":"/auth/login","methods":["POST"],"middlewares":["anonymous"]},{"path":"/auth/logout","methods":["POST"],"middlewares":["anonymous"]},{"path":"/auth/refresh-tokens","methods":["POST"],"middlewares":["anonymous"]},{"path":"/auth/reset-password","methods":["POST"],"middlewares":["anonymous","anonymous"]},{"path":"/auth/forgot-password","methods":["POST"],"middlewares":["anonymous","anonymous"]},{"path":"/auth/verify-email","methods":["POST"],"middlewares":["anonymous"]},{"path":"/auth/send-verification-email","methods":["POST"],"middlewares":["authenticate","anonymous"]},{"path":"/document-suggested-title/:type","methods":["GET"],"middlewares":["anonymous"]},{"path":"/document","methods":["GET","POST"],"middlewares":["authenticate","anonymous"]},{"path":"/document/signed-url","methods":["GET"],"middlewares":["authenticate","anonymous"]},{"path":"/document/:id","methods":["GET","PUT","DELETE"],"middlewares":["authenticate","anonymous","anonymous"]},{"path":"/document/:id/versions","methods":["GET"],"middlewares":["authenticate","anonymous","anonymous"]},{"path":"/document/:id/download","methods":["GET"],"middlewares":["authenticate","anonymous","anonymous"]},{"path":"/document/:documentId/add-tag/:tagId","methods":["POST"],"middlewares":["authenticate","anonymous"]},{"path":"/document/:documentId/remove-tag/:tagId","methods":["DELETE"],"middlewares":["authenticate","anonymous"]},{"path":"/role","methods":["GET","POST","DELETE"],"middlewares":["anonymous"]},{"path":"/user/current","methods":["GET"],"middlewares":["authenticate","anonymous"]},{"path":"/user/network-users","methods":["GET"],"middlewares":["authenticate","anonymous"]},{"path":"/user/all","methods":["GET"],"middlewares":["authenticate","anonymous"]},{"path":"/user","methods":["GET","PUT"],"middlewares":["anonymous"]},{"path":"/user/aircraft-permissions","methods":["GET"],"middlewares":["authenticate","anonymous"]},{"path":"/user/transaction-permissions","methods":["GET"],"middlewares":["authenticate","anonymous"]},{"path":"/user/profile-documents","methods":["GET"],"middlewares":["authenticate","anonymous"]},{"path":"/user/:userId","methods":["GET"],"middlewares":["anonymous"]},{"path":"/user/:userId/privacy-settings","methods":["GET"],"middlewares":["anonymous"]},{"path":"/user/:userId/profile-picture","methods":["GET"],"middlewares":["anonymous"]},{"path":"/user/update-roles","methods":["POST"],"middlewares":["authenticate","anonymous"]},{"path":"/user/update-profile-picture","methods":["POST"],"middlewares":["authenticate","anonymous","anonymous"]},{"path":"/user/update-privacy-settings","methods":["POST"],"middlewares":["authenticate","anonymous","anonymous"]},{"path":"/tag","methods":["GET","POST"],"middlewares":["authenticate","anonymous"]},{"path":"/tag/network","methods":["GET","POST"],"middlewares":["authenticate","anonymous"]},{"path":"/tag/network/:userId/add-tag/:tagId","methods":["POST"],"middlewares":["anonymous","authenticate","anonymous"]},{"path":"/tag/network/:userId/remove-tag/:tagId","methods":["DELETE"],"middlewares":["authenticate","anonymous"]},{"path":"/tag/:id","methods":["DELETE"],"middlewares":["authenticate","anonymous"]},{"path":"/tag/network/:id","methods":["DELETE"],"middlewares":["authenticate","deleteNetworkTag"]},{"path":"/invitation/sent","methods":["GET"],"middlewares":["authenticate","anonymous"]},{"path":"/invitation/application/incoming","methods":["GET"],"middlewares":["authenticate","anonymous"]},{"path":"/invitation/sent/user/aircraft","methods":["GET"],"middlewares":["authenticate","anonymous"]},{"path":"/invitation/sent/user/transactions","methods":["GET"],"middlewares":["authenticate","anonymous"]},{"path":"/invitation/sent/user/documents","methods":["GET"],"middlewares":["authenticate","anonymous"]},{"path":"/invitation","methods":["POST","DELETE"],"middlewares":["anonymous","authenticate","validateInvitationType","anonymous"]},{"path":"/invitation/accept/:token","methods":["POST"],"middlewares":["anonymous"]},{"path":"/invitation/request","methods":["POST"],"middlewares":["anonymous"]},{"path":"/invitation/validate/:token","methods":["POST"],"middlewares":["anonymous"]},{"path":"/transaction","methods":["GET"],"middlewares":["authenticate","anonymous"]},{"path":"/transaction/:id","methods":["GET","PUT","DELETE"],"middlewares":["authenticate","anonymous","anonymous"]},{"path":"/transaction/:id/documents","methods":["GET"],"middlewares":["authenticate","anonymous","anonymous"]},{"path":"/transaction/:id/document/:documentId/visibility","methods":["GET","PUT"],"middlewares":["authenticate","anonymous","anonymous"]},{"path":"/transaction/aircraft/:id","methods":["GET","POST"],"middlewares":["authenticate","anonymous"]},{"path":"/transaction/:id/document","methods":["POST"],"middlewares":["authenticate","anonymous","anonymous","anonymous","anonymous"]},{"path":"/transaction/:id/required-document","methods":["POST"],"middlewares":["authenticate","anonymous","anonymous","anonymous","anonymous"]},{"path":"/transaction/:id/update-transaction-user","methods":["PUT"],"middlewares":["anonymous","anonymous","authenticate","anonymous","anonymous"]},{"path":"/transaction/:id/user","methods":["DELETE"],"middlewares":["anonymous","authenticate","anonymous","anonymous"]},{"path":"/transaction/:id/finalize","methods":["POST"],"middlewares":["authenticate","anonymous","anonymous"]},{"path":"/aircraft-role","methods":["GET"],"middlewares":["authenticate","anonymous"]},{"path":"/transaction-role","methods":["GET"],"middlewares":["authenticate","anonymous"]}]}