{"info":{"_postman_id":"2218a987-3369-43e8-b772-81ed496ebc47","name":"Bizza API Documentation","description":"<html><head></head><body><p>RESTful API for a full-stack database-driven web application for conference events.</p>\n<p>StartFragment</p>\n<p><strong>Base URL</strong></p>\n<p><a href=\"https://api.example.com/\">https://localhost:5000</a></p>\n<p><strong>Authentication</strong></p>\n<p>This API requires API key authentication. Include the API key in the request headers.</p>\n<p><strong>Request Headers</strong></p>\n<p>Key: Authorization<br>Value: API_KEY</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"4242057","collectionId":"2218a987-3369-43e8-b772-81ed496ebc47","publishedId":"2s93sjUoYX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-06-19T13:22:02.000Z"},"item":[{"name":"Venues","item":[{"name":"New Folder","item":[],"id":"ffaacd9b-4860-438c-864c-8a7622848853","_postman_id":"ffaacd9b-4860-438c-864c-8a7622848853","description":""},{"name":"add_venue","id":"185415af-5db5-4905-9f8a-0a850cdcdd3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{  \r\n\"name\": \"Auditorium G\" \r\n} \r\n","options":{"raw":{"language":"json"}}},"url":"localhost:5000/api/v1/venues","urlObject":{"port":"5000","path":["api","v1","venues"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e726223c-4487-48a7-b505-06436841b747","name":"add_venue","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{  \r\n\"name\": \"Auditorium A\" \r\n} \r\n","options":{"raw":{"language":"json"}}},"url":"localhost:5000/api/v1/venues"},"status":"CREATED","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/2.3.6 Python/3.10.1"},{"key":"Date","value":"Mon, 19 Jun 2023 12:28:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"81"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"venues\": {\n        \"id\": 1,\n        \"name\": \"Auditorium A\"\n    }\n}"}],"_postman_id":"185415af-5db5-4905-9f8a-0a850cdcdd3c"},{"name":"retrieve_venues","id":"f88f6f21-28c9-401a-9e42-6e99e55b14f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>StartFragment</p>\n<p>Get all venues</p>\n<p>Returns a list of all venues.</p>\n<ul>\n<li>Endpoint: /venues</li>\n<li>Method: GET</li>\n<li>Response Format: JSON</li>\n</ul>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"1d526fa2-a580-4bdd-9ba1-ecb94811354e","name":"retrieve_venue","originalRequest":{"method":"GET","header":[],"url":"localhost:5000/api/v1/venues"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/2.3.6 Python/3.10.1"},{"key":"Date","value":"Mon, 19 Jun 2023 12:31:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"325"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"venues\": [\n        {\n            \"id\": 1,\n            \"name\": \"Auditorium A\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Auditorium B\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Auditorium C\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Auditorium D\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Auditorium E\"\n        }\n    ]\n}"}],"_postman_id":"f88f6f21-28c9-401a-9e42-6e99e55b14f7"},{"name":"update_venue","id":"d2b14806-8a57-4f3e-934b-26fbdeecd9c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"36be9d66-b275-410d-9c86-700d814c39ec","name":"update_venue","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"Auditorium F\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:5000/api/v1/venues/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/2.3.6 Python/3.10.1"},{"key":"Date","value":"Mon, 19 Jun 2023 12:35:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"88"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"updated venue\": {\n        \"id\": 5,\n        \"name\": \"Auditorium F\"\n    }\n}"}],"_postman_id":"d2b14806-8a57-4f3e-934b-26fbdeecd9c0"},{"name":"delete_venue","id":"fa391907-008f-47c2-b99c-98c310879e22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"c5670da0-14ab-432c-b3b7-3076b0006566","name":"delete_venue","originalRequest":{"method":"DELETE","header":[],"url":"localhost:5000/api/v1/venues/5"},"status":"ACCEPTED","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Werkzeug/2.3.6 Python/3.10.1"},{"key":"Date","value":"Mon, 19 Jun 2023 12:37:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"117"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"deleted\": {\n        \"id\": 5,\n        \"name\": \"Auditorium F\"\n    },\n    \"message\": \"You deleted a venue\",\n    \"succes\": true\n}"}],"_postman_id":"fa391907-008f-47c2-b99c-98c310879e22"},{"name":"localhost:5000/api/v1/venues","id":"af207aeb-353f-485b-9fff-6ca3fc7b5dc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:5000/api/v1/venues","urlObject":{"port":"5000","path":["api","v1","venues"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"af207aeb-353f-485b-9fff-6ca3fc7b5dc4"}],"id":"3ec23764-d1e8-47ab-b4a9-310ca6f38ae7","_postman_id":"3ec23764-d1e8-47ab-b4a9-310ca6f38ae7","description":""},{"name":"attendees","item":[{"name":"add_attendee","id":"0e507d72-176b-421e-9bb6-b673cc515f37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{  \r\n\"first_name\": \"Olatunde\",\r\n\"last_name\": \"Adedeji\",\r\n\"email\": \"Olatunde@yahoo.com\" ,\r\n\"phone\": \"08035783880\" ,\r\n\"job_title\":\"Software Developer\",\r\n\"company_name\": \"Mowebsite\",\r\n\"company_size\": \"8\",\r\n\"subject\":\"React-Flask\"\r\n} ","options":{"raw":{"language":"json"}}},"url":"localhost:5000/api/v1/events-registration","urlObject":{"port":"5000","path":["api","v1","events-registration"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e507d72-176b-421e-9bb6-b673cc515f37"}],"id":"d8c6cac1-cf19-46e2-9dbd-2558bfe1764c","_postman_id":"d8c6cac1-cf19-46e2-9dbd-2558bfe1764c","description":""}]}