{"info":{"_postman_id":"aefd5b6e-88e3-4101-888b-9ba4bb777fc7","name":"Quizbase","description":"<html><head></head><body><p>API documentation for the user portal of Quizbase. Quizbase is a JSON API for mutiple choice programming quiz questions.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9434341","collectionId":"aefd5b6e-88e3-4101-888b-9ba4bb777fc7","publishedId":"2s93Y3v1bu","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-05-07T22:32:53.000Z"},"item":[{"name":"Quiz","item":[{"name":"Get all quiz","id":"ba1c833b-bb87-4be4-9450-89f758d73862","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://quizbase.onrender.com/api/v1/quiz?difficulty=easy&category=Javascript","description":"<h2 id=\"request\">Request</h2>\n<p>Get all the quiz data, the endpoint is available for public use</p>\n","urlObject":{"path":["quiz"],"host":["https://quizbase.onrender.com/api/v1"],"query":[{"key":"difficulty","value":"easy"},{"key":"category","value":"Javascript"}],"variable":[]}},"response":[],"_postman_id":"ba1c833b-bb87-4be4-9450-89f758d73862"},{"name":"Get a quiz","id":"14e265a4-9aec-489c-b0ed-5ed10f54ee25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://quizbase.onrender.com/api/v1/quiz/:id","description":"<h2 id=\"request\">Request</h2>\n<p>Get specific quiz data</p>\n","urlObject":{"path":["quiz",":id"],"host":["https://quizbase.onrender.com/api/v1"],"query":[],"variable":[{"type":"any","value":"6457dfa10ca2e3e736bcfe85","key":"id"}]}},"response":[],"_postman_id":"14e265a4-9aec-489c-b0ed-5ed10f54ee25"},{"name":"Create a quiz","id":"89412017-fc2f-41c5-8748-3dfc26b61ac9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"category\": \"Javascript\",\r\n\"difficulty\": \"medium\",\r\n\"question\": \"What is Javascript\",\r\n\"incorrect_answers\": [\"Hypertext\",\"HyperText Markbook\",\"Function\"],\r\n\"correct_answer\": \"HyperText Markup language\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://quizbase.onrender.com/api/v1/quiz","description":"<p>Create a quiz</p>\n","urlObject":{"path":["quiz"],"host":["https://quizbase.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"89412017-fc2f-41c5-8748-3dfc26b61ac9"},{"name":"Update a quiz","id":"bd837801-8066-47ca-9d45-83f5b58f4dad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\"category\": \"Javascript\",\r\n\"difficulty\": \"easy\",\r\n\"question\": \"What is Javascript\",\r\n\"incorrect_answers\": [\"Hypertext\",\"HyperText Markbook\",\"Function\"],\r\n\"correct_answer\": \"HyperText Markup language\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://quizbase.onrender.com/api/v1/quiz/:id","description":"<p>Update a specific quiz data</p>\n","urlObject":{"path":["quiz",":id"],"host":["https://quizbase.onrender.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>quiz id</p>\n","type":"text/plain"},"type":"any","value":"64581c80749a9d6a3aa5d30e","key":"id"}]}},"response":[],"_postman_id":"bd837801-8066-47ca-9d45-83f5b58f4dad"},{"name":"Delete a quiz","id":"4de3a938-1cb6-4573-bceb-2a83a4b2c994","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://quizbase.onrender.com/api/v1/quiz/:id","description":"<p>Delete a specific quiz</p>\n","urlObject":{"path":["quiz",":id"],"host":["https://quizbase.onrender.com/api/v1"],"query":[],"variable":[{"type":"any","value":"64581c80749a9d6a3aa5d30e","key":"id"}]}},"response":[],"_postman_id":"4de3a938-1cb6-4573-bceb-2a83a4b2c994"}],"id":"8d7f7e29-83c7-401c-b14d-04ce38c3996f","_postman_id":"8d7f7e29-83c7-401c-b14d-04ce38c3996f","description":""},{"name":"Contributor","item":[{"name":"Get a contributor","id":"50739fc5-65bf-42a1-be4a-92c6c99ff52a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/contributor/:id/quiz","description":"<p>Get a contributor details</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","contributor",":id","quiz"],"host":["localhost"],"query":[{"disabled":true,"key":"status","value":"verified"},{"disabled":true,"key":"category","value":"HTML"},{"disabled":true,"key":"difficulty","value":"hard"}],"variable":[{"type":"any","value":"64a3d89786c49e400bf54cde","key":"id"}]}},"response":[],"_postman_id":"50739fc5-65bf-42a1-be4a-92c6c99ff52a"}],"id":"be7a5822-a639-4377-81d8-19b3f74c016f","description":"<p>Contributors create quiz which are verified by the Admin</p>\n","_postman_id":"be7a5822-a639-4377-81d8-19b3f74c016f"},{"name":"Auth","item":[{"name":"Register","id":"02d7623a-75d3-4980-b302-a8d629d989de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"username\":\"sandy\",\r\n\"email\": \"sandyg@gmail.com\",\r\n\"password\" : \"admin123\",\r\n\"role\":\"admin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://quizbase.onrender.com/api/v1/auth/register","urlObject":{"path":["auth","register"],"host":["https://quizbase.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"02d7623a-75d3-4980-b302-a8d629d989de"},{"name":"login","id":"bde6d953-adf1-40dd-a817-ef9fd9015160","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"email\": \"sandygoodnews@gmail.com\",\r\n\"password\" : \"p@ssw0rd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://quizbase.onrender.com/api/v1/auth/login","urlObject":{"path":["auth","login"],"host":["https://quizbase.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"bde6d953-adf1-40dd-a817-ef9fd9015160"},{"name":"verify-email","id":"5a102f9d-c018-474d-b08c-1ba3b12423de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://quizbase.onrender.com/api/v1/auth/verifyemail/:confirmationCode","description":"<p>Email is sent to the use'rs email address</p>\n","urlObject":{"path":["auth","verifyemail",":confirmationCode"],"host":["https://quizbase.onrender.com/api/v1"],"query":[],"variable":[{"type":"any","value":null,"key":"confirmationCode"}]}},"response":[],"_postman_id":"5a102f9d-c018-474d-b08c-1ba3b12423de"}],"id":"a5207546-fab1-44fc-a677-89dc0c02b0b9","_postman_id":"a5207546-fab1-44fc-a677-89dc0c02b0b9","description":""}],"event":[{"listen":"prerequest","script":{"id":"2a6869a0-0a9a-4f6f-b848-5088cdfbd24c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d37275ad-ecdf-496f-892d-78c1e3cab2d0","type":"text/javascript","exec":[""]}}],"variable":[{"key":"BASE_URL","value":"https://quizbase.onrender.com/api/v1","type":"string"}]}