API SpecificationCRC APICRC APIVerificationgetVerify Email ViewgetVerify EmailpostSend Verification NotificationLog DatapostLog DataUser DatapostUser LoginpostUser RegistrationpostUser DetailsgetGet UsergetGet User InfoAPI docs by RedoclyCode Review Chatbot (1.0.0)Download OpenAPI specification:DownloadCode Review Chatbot API VerificationVerify Email View Returns the email verification view. Authorizations:authResponses200 Email verification view returned. 401 Unauthorized. get/email/verifyhttps://capstone-projects-2023-fall.github.io/email/verify Response samples 200401Content typeapplication/jsonCopy{"message": "Success"}Verify Email Verifies the user email. Authorizations:authpath Parametersidrequiredstring hashrequiredstring Responses302 Redirect to dashboard. 401 Unauthorized. get/email/verify/{id}/{hash}'https://capstone-projects-2023-fall.github.io/email/verify/{id}/{hash}' Response samples 401Content typeapplication/jsonCopy{"error": "Unauthorized"}Send Verification Notification Sends a new email verification notification. Authorizations:authResponses200 Verification link sent. 401 Unauthorized. post/email/verification-notificationhttps://capstone-projects-2023-fall.github.io/email/verification-notification Response samples 200401Content typeapplication/jsonCopy{"message": "Success"}Log DataLog Data Endpoint to log data. Authorizations:authResponses200 Data logged successfully. post/loghttps://capstone-projects-2023-fall.github.io/log Response samples 200Content typeapplication/jsonCopy{"message": "Success"}User DataUser Login Endpoint for user login. Authorizations:authResponses200 Login successful. 401 Unauthorized. post/loginhttps://capstone-projects-2023-fall.github.io/login Response samples 200401Content typeapplication/jsonCopy{"message": "Success"}User Registration Endpoint for user registration. Authorizations:authResponses200 Registration successful. 401 Unauthorized. post/registerhttps://capstone-projects-2023-fall.github.io/register Response samples 200401Content typeapplication/jsonCopy{"message": "Success"}User Details Returns user details. Authorizations:apiAuthResponses200 User details returned. 401 Unauthorized. post/detailshttps://capstone-projects-2023-fall.github.io/details Response samples 200401Content typeapplication/jsonCopy{"id": "string","name": "string","email": "string"}Get User Returns the authenticated user's details. Authorizations:sanctumAuthResponses200 User details returned. 401 Unauthorized. get/userhttps://capstone-projects-2023-fall.github.io/user Response samples 200401Content typeapplication/jsonCopy{"id": "string","name": "string","email": "string"}Get User Info Returns information of the authenticated user. Authorizations:sanctumAuthResponses200 User info returned. 401 Unauthorized. get/userinfohttps://capstone-projects-2023-fall.github.io/userinfo Response samples 200401Content typeapplication/jsonCopy Expand all Collapse all {"name": ["string"],"email": ["string"]}