{"info":{"_postman_id":"94f5588b-9147-4957-8f7f-f9a1be6e6a1b","name":"GetLinked","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"13489492","collectionId":"94f5588b-9147-4957-8f7f-f9a1be6e6a1b","publishedId":"2s9YC5zYA5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-09-15T14:03:59.000Z"},"item":[{"name":"hackathon","item":[{"name":"Category List","id":"86971c3f-4ac2-4661-81e8-2568648f2b8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/hackathon/categories-list","urlObject":{"path":["hackathon","categories-list"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"247480da-1113-452d-b583-ea3ae7ae42ad","name":"Sample response","originalRequest":{"method":"GET","header":[{"key":"authorization","value":"Bearer eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNjkzOTk5Njc5LCJpYXQiOjE2OTM5MTMyNzksImp0aSI6IjczYzU0ZjI3NTZj...","disabled":true},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/hackathon/categories-list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Sep 2023 18:54:42 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.11.4"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"74"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"MOBILE\"\n    },\n    {\n        \"id\": 2,\n        \"name\": \"WEB\"\n    },\n    {\n        \"id\": 3,\n        \"name\": \"BACKEND\"\n    }\n]"}],"_postman_id":"86971c3f-4ac2-4661-81e8-2568648f2b8e"},{"name":"Application","id":"3a1aff07-2bcc-4a09-9a6f-0ae3ce59abd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"eisika@libertyng.com\",\r\n    \"phone_number\":\"0903322445533\",\r\n    \"team_name\": \"Space Explore\",\r\n    \"group_size\": 10,\r\n    \"project_topic\":\"Web server propagation\",\r\n    \"category\": 1,\r\n    \"privacy_poclicy_accepted\": true\r\n}"},"url":"{{baseUrl}}/hackathon/registration","description":"<p>The category field here is a choice field. Load up the categories list endpoint to get valid options.</p>\n<p>What you should post to the backend on this field is the integer. The category name should be displayed as options.</p>\n","urlObject":{"path":["hackathon","registration"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8ac059fc-76e6-426a-bb65-fa1b458a4895","name":"sample response","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{Token}}","disabled":true},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"sample@eexample.com\",\r\n    \"phone_number\":\"0903322445533\",\r\n    \"team_name\": \"Space Explore\",\r\n    \"group_size\": 10,\r\n    \"project_topic\":\"Web server propagation\",\r\n    \"category\": 1,\r\n    \"privacy_poclicy_accepted\": true\r\n}"},"url":"{{baseUrl}}/hackathon/registration"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Sep 2023 21:51:20 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.11.4"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"299"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4,\n    \"email\": \"sample@eexample.com\",\n    \"team_name\": \"Space Explore\",\n    \"phone_number\": \"0903322445533\",\n    \"project_topic\": \"Web server propagation\",\n    \"group_size\": 10,\n    \"privacy_poclicy_accepted\": true,\n    \"date_created\": \"2023-09-18T22:51:20.528019+01:00\",\n    \"last_updated\": \"2023-09-18T22:51:20.528019+01:00\",\n    \"category\": 1\n}"}],"_postman_id":"3a1aff07-2bcc-4a09-9a6f-0ae3ce59abd5"},{"name":"Contact Form","id":"7b0af3ba-bbce-40c8-b7a3-5dc9e76ced40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"sample@eexample.com\",\r\n    \"phone_number\":\"0903322445533\",\r\n    \"first_name\": \"Space Explore\",\r\n    \"message\": \"I need further info\"\r\n}"},"url":"{{baseUrl}}/hackathon/contact-form","urlObject":{"path":["hackathon","contact-form"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bafcc4a3-1617-447a-994d-45e1c7aadb67","name":"Sample response","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{Token}}","disabled":true},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"sample@eexample.com\",\r\n    \"phone_number\":\"0903322445533\",\r\n    \"first_name\": \"Space Explore\",\r\n    \"message\": \"I need further info\"\r\n}"},"url":"{{baseUrl}}/hackathon/contact-form"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Sep 2023 21:54:22 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.11.4"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"99"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"email\": \"sample@eexample.com\",\n    \"first_name\": \"Space Explore\",\n    \"message\": \"I need further info\"\n}"}],"_postman_id":"7b0af3ba-bbce-40c8-b7a3-5dc9e76ced40"}],"id":"2f867ada-08a4-42d2-ab54-c9965101e4e7","description":"<p>baseUrl = <a href=\"https://backend.getlinked.ai/\">https://backend.getlinked.ai</a></p>\n","_postman_id":"2f867ada-08a4-42d2-ab54-c9965101e4e7"},{"name":"Ads Tracker","item":[{"name":"Create Traffic Instance","id":"d266bc93-c139-4a10-a5d3-37a3d594aada","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"click_id\":\"dklmrpoporjporaaaa\",\r\n    \"phone_number\": \"090823456788\",\r\n    \"user_email\": \"okonsssn@gmail.com\",\r\n    \"source\": \"CV_REVIEW\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ads_tracker/create-traffic-record","urlObject":{"path":["ads_tracker","create-traffic-record"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7ba5af2f-8e8b-4962-bb98-8076813d4529","name":"Sample response","originalRequest":{"method":"GET","header":[{"key":"authorization","value":"Bearer eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNjkzOTk5Njc5LCJpYXQiOjE2OTM5MTMyNzksImp0aSI6IjczYzU0ZjI3NTZj...","disabled":true},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/hackathon/categories-list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Sep 2023 18:54:42 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.11.4"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"74"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"MOBILE\"\n    },\n    {\n        \"id\": 2,\n        \"name\": \"WEB\"\n    },\n    {\n        \"id\": 3,\n        \"name\": \"BACKEND\"\n    }\n]"}],"_postman_id":"d266bc93-c139-4a10-a5d3-37a3d594aada"}],"id":"d2ba56bb-95a3-4b90-8142-11acbf3e57ff","description":"<p>baseUrl = <a href=\"https://backend.getlinked.ai/\">https://backend.getlinked.ai</a></p>\n","_postman_id":"d2ba56bb-95a3-4b90-8142-11acbf3e57ff"}]}