{"info":{"_postman_id":"6c3115c0-e3ed-4f8c-aed9-9d7664e87442","name":"QuickHire","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"40157327","collectionId":"6c3115c0-e3ed-4f8c-aed9-9d7664e87442","publishedId":"2sBXcKAcnk","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-03-02T21:44:13.000Z"},"item":[{"name":"Auth","item":[{"name":"Login","id":"fb45954e-df33-4931-8a68-d3e5ef684875","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Origin","value":"http://localhost:3000","type":"text"}],"body":{"mode":"raw","raw":"{\n    // \"email\": \"admin@gmail.com\",\n    // \"email\": \"user@gmail.com\",\n    // \"email\": \"superadmin@gmail.com\",\n    // \"email\": \"mazharul90006@gmail.com\",\n    \"email\": \"mazharul90007@gmail.com\",\n    \"password\": \"pass123456\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/auth/sign-in/email","urlObject":{"protocol":"http","port":"4000","path":["api","auth","sign-in","email"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6dd19e23-b8d3-477e-a733-ee7ea255e160","name":"Login","originalRequest":{"method":"POST","header":[{"key":"Origin","value":"http://localhost:3000","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"admin@gmail.com\",\n    \"password\": \"pass123456\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/auth/sign-in/email"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"content-type","value":"application/json"},{"key":"set-cookie","value":"better-auth.session_token=6MwrE1QrwcsPVpIUQg1ImKbVR7lSXEcl.PA%2Bd%2FdynlmxsExOZRwyu0ytzoMfNiZIkdXEZv3C3CTU%3D; Max-Age=604800; Path=/; HttpOnly; Secure; SameSite=None"},{"key":"Date","value":"Sat, 28 Feb 2026 11:13:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"redirect\": false,\n    \"token\": \"6MwrE1QrwcsPVpIUQg1ImKbVR7lSXEcl\",\n    \"user\": {\n        \"name\": \"QuickHire Admin\",\n        \"email\": \"admin@gmail.com\",\n        \"emailVerified\": true,\n        \"image\": null,\n        \"createdAt\": \"2026-02-28T11:08:38.641Z\",\n        \"updatedAt\": \"2026-02-28T11:08:38.641Z\",\n        \"role\": \"ADMIN\",\n        \"status\": \"ACTIVE\",\n        \"id\": \"jXya9v2c047oVrQmAOmrIbW4DnP7hYRu\"\n    }\n}"}],"_postman_id":"fb45954e-df33-4931-8a68-d3e5ef684875"},{"name":"SignUp","id":"e22e295e-cc28-4115-85db-fd2c069e60fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Origin","value":"http://localhost:3000","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"ijubraj@gmail.com\",\n    \"password\": \"pass123456\",\n    \"applicant\": {\n        \"name\": \"Jubraj\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://quick-hire-server.onrender.com/api/v1/auth/register-applicant","urlObject":{"path":["auth","register-applicant"],"host":["https://quick-hire-server.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"c1a696ea-9c19-412c-b949-d2d00eb9b91c","name":"SignUp","originalRequest":{"method":"POST","header":[{"key":"Origin","value":"http://localhost:3000","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"ijubraj@gmail.com\",\n    \"password\": \"pass123456\",\n    \"applicant\": {\n        \"name\": \"Jubraj\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://quick-hire-server.onrender.com/api/v1/auth/register-applicant"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"499"},{"key":"ETag","value":"W/\"1f3-ZFNy3tPycfuS/zDVJ2+c5oN8JRE\""},{"key":"Date","value":"Wed, 25 Mar 2026 16:47:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Applicant registered successfully!\",\n    \"data\": {\n        \"id\": \"77f305fa-74bf-4bba-98a0-c3b507ea26a2\",\n        \"userId\": \"sXUHP1eSrK6OpRPTTUzXnOuF1ViNlhjP\",\n        \"name\": \"Jubraj\",\n        \"address\": null,\n        \"phone\": null,\n        \"profilePhoto\": null,\n        \"cv\": null,\n        \"userType\": \"NORMAL\",\n        \"createdAt\": \"2026-03-25T16:47:04.963Z\",\n        \"updatedAt\": \"2026-03-25T16:47:04.963Z\",\n        \"user\": {\n            \"email\": \"ijubraj@gmail.com\",\n            \"name\": \"Jubraj\",\n            \"image\": null,\n            \"emailVerified\": false,\n            \"address\": null,\n            \"role\": \"APPLICANT\",\n            \"status\": \"ACTIVE\",\n            \"needPasswordChange\": false\n        }\n    }\n}"}],"_postman_id":"e22e295e-cc28-4115-85db-fd2c069e60fb"},{"name":"SignOut","id":"1ef63ba2-66b5-4dab-a71b-e36a56299a7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Origin","value":"http://localhost:3000","type":"text"}],"url":"http://localhost:4000/api/auth/sign-out","urlObject":{"protocol":"http","port":"4000","path":["api","auth","sign-out"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"959b37a6-b30e-46a7-99dd-966b783d64f2","name":"SignOut","originalRequest":{"method":"POST","header":[{"key":"Origin","value":"http://localhost:3000","type":"text"}],"url":"http://localhost:4000/api/auth/sign-out"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"content-type","value":"application/json"},{"key":"set-cookie","value":"better-auth.session_token=; Max-Age=0; Path=/; HttpOnly; Secure; SameSite=None"},{"key":"set-cookie","value":"better-auth.session_data=; Max-Age=0; Path=/; HttpOnly; Secure; SameSite=None"},{"key":"set-cookie","value":"better-auth.dont_remember=; Max-Age=0; Path=/; HttpOnly; Secure; SameSite=None"},{"key":"Date","value":"Sat, 28 Feb 2026 11:15:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"1ef63ba2-66b5-4dab-a71b-e36a56299a7b"},{"name":"Create Admin","id":"7db38485-a744-4d11-ad9d-30bf94f12d04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"password\": \"pass123456\",\n  \"admin\": {\n    \"email\": \"mazharul90006@gmail.com\",\n    \"name\": \"Mazharul Vai\",\n    \"phone\": \"01712345678\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://quick-hire-server.onrender.com/api/v1/auth/create-admin","urlObject":{"path":["auth","create-admin"],"host":["https://quick-hire-server.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"d396d4ea-c506-47e1-a088-a70704655638","name":"Create Admin","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"password\": \"pass123456\",\n  \"admin\": {\n    \"email\": \"mazharul90006@gmail.com\",\n    \"name\": \"Mazharul Vai\",\n    \"phone\": \"01712345678\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://quick-hire-server.onrender.com/api/v1/auth/create-admin"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"310"},{"key":"ETag","value":"W/\"136-2k0Y9GMBRbTxh7Mw7rN5NR06hEQ\""},{"key":"Date","value":"Wed, 25 Mar 2026 20:41:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Admin created successfully!\",\n    \"data\": {\n        \"id\": \"aa254b7b-e671-41c4-ad9d-c42c315ef14e\",\n        \"userId\": \"hMLTrtirBQuuJRJ4KM6rTNea86Xt6AqO\",\n        \"name\": \"Mazharul Vai\",\n        \"address\": null,\n        \"phone\": \"01712345678\",\n        \"profilePhoto\": null,\n        \"createdAt\": \"2026-03-25T20:41:58.652Z\",\n        \"updatedAt\": \"2026-03-25T20:41:58.652Z\"\n    }\n}"}],"_postman_id":"7db38485-a744-4d11-ad9d-30bf94f12d04"},{"name":"Forget Password","id":"4ec556dd-5799-4be3-8a8d-2173027ab26c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"mazharul90006@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://quick-hire-server.onrender.com/api/v1/auth/forget-password","urlObject":{"path":["auth","forget-password"],"host":["https://quick-hire-server.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"302682cb-622b-4508-87e6-0b0cecace8f6","name":"Forget Password","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"mazharul90006@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://quick-hire-server.onrender.com/api/v1/auth/forget-password"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"ETag","value":"W/\"3f-Ry6oWZnb2BuxYq4OIufG0XclAOw\""},{"key":"Date","value":"Wed, 25 Mar 2026 21:21:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Password reset link sent to email!\"\n}"}],"_postman_id":"4ec556dd-5799-4be3-8a8d-2173027ab26c"},{"name":"Reset Password","id":"4cec1f98-86d7-406e-8283-2bdf13019442","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"newPassword\": \"pass1234567\",\n  \"token\": \"PvF89eX5QUgUzB0kyDuS9u4E\"\n}","options":{"raw":{"language":"json"}}},"url":"https://quick-hire-server.onrender.com/api/v1/auth/reset-password","urlObject":{"path":["auth","reset-password"],"host":["https://quick-hire-server.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"29c7c922-cd19-4ac1-8719-70f0588ca0d7","name":"Reset Password","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"newPassword\": \"pass1234567\",\n  \"token\": \"PvF89eX5QUgUzB0kyDuS9u4E\"\n}","options":{"raw":{"language":"json"}}},"url":"https://quick-hire-server.onrender.com/api/v1/auth/reset-password"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"75"},{"key":"ETag","value":"W/\"4b-1Tgka/kszvU2WkZyderAuvU3y1E\""},{"key":"Date","value":"Wed, 25 Mar 2026 21:32:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Password reset successful! You can now log in.\"\n}"}],"_postman_id":"4cec1f98-86d7-406e-8283-2bdf13019442"},{"name":"Create Recruiter","id":"0d18392b-091e-4b41-b64e-039bad1cb11f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"mazharul90007@gmail.com\",\n    \"password\": \"pass123456\",\n    \"recruiter\": {\n        \"recruiterName\": \"Mazharul Islam Sourabh\",\n        \"recruiterPhone\": \"01748736456\",\n        \"recruiterWorkEmail\": \"mazharul@example.com\",\n        \"companyName\": \"TechCorp\",\n        \"companyWebsite\": \"https://www.programming-hero.com\",\n        \"companySize\": \"MEDIUM\",\n        \"companyAddress\": \"123 Innovation Drive, Silicon Valley\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://quick-hire-server.onrender.com/api/v1/auth/register-recruiter","urlObject":{"path":["auth","register-recruiter"],"host":["https://quick-hire-server.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"3147746e-77dc-47dd-b35b-cf7a7621a862","name":"Create Recruiter","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"mazharul90007@gmail.com\",\n    \"password\": \"pass123456\",\n    \"recruiter\": {\n        \"recruiterName\": \"Mazharul Islam Sourabh\",\n        \"recruiterPhone\": \"01748736456\",\n        \"recruiterWorkEmail\": \"mazharul@example.com\",\n        \"companyName\": \"TechCorp\",\n        \"companyWebsite\": \"https://www.programming-hero.com\",\n        \"companySize\": \"MEDIUM\",\n        \"companyAddress\": \"123 Innovation Drive, Silicon Valley\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://quick-hire-server.onrender.com/api/v1/auth/register-recruiter"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"918"},{"key":"ETag","value":"W/\"396-ahKVIlG3GO1t918F6fiA2UY6weg\""},{"key":"Date","value":"Thu, 26 Mar 2026 08:54:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Recruiter registered successfully! Please verify your email.\",\n    \"data\": {\n        \"id\": \"02dcb764-cda0-48cb-8684-3f1c59749e50\",\n        \"userId\": \"7NDxAfampGswihRo3LXezjhqSnfGiPio\",\n        \"recruiterName\": \"Mazharul Islam Sourabh\",\n        \"recruiterPhoto\": null,\n        \"recruiterPhone\": \"01748736456\",\n        \"recruiterWorkEmail\": \"mazharul@example.com\",\n        \"companyName\": \"TechCorp\",\n        \"companyLogo\": null,\n        \"companyWebsite\": \"https://www.programming-hero.com\",\n        \"companyFacebookId\": null,\n        \"companyLinkedInId\": null,\n        \"companySize\": \"MEDIUM\",\n        \"companyAddress\": \"123 Innovation Drive, Silicon Valley\",\n        \"industryId\": null,\n        \"subIndustryId\": null,\n        \"isVerified\": false,\n        \"subscriptionPlan\": \"FREE\",\n        \"isDeleted\": false,\n        \"createdAt\": \"2026-03-26T08:54:45.688Z\",\n        \"updatedAt\": \"2026-03-26T08:54:45.688Z\",\n        \"user\": {\n            \"email\": \"mazharul90007@gmail.com\",\n            \"name\": \"Mazharul Islam Sourabh\",\n            \"image\": null,\n            \"emailVerified\": false,\n            \"address\": null,\n            \"role\": \"RECRUITER\",\n            \"status\": \"ACTIVE\",\n            \"needPasswordChange\": false\n        }\n    }\n}"}],"_postman_id":"0d18392b-091e-4b41-b64e-039bad1cb11f"}],"id":"76e8cdd2-227f-45dd-b8e7-dd6f53d0b28e","_postman_id":"76e8cdd2-227f-45dd-b8e7-dd6f53d0b28e","description":""},{"name":"Category","item":[{"name":"Create Category","id":"282f9d43-407b-4b36-94fb-b108916d1fc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"HumanResource\"\n}","options":{"raw":{"language":"json"}}},"url":"https://quick-hire-server.onrender.com/api/v1/categories","urlObject":{"path":["categories"],"host":["https://quick-hire-server.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"fc8a0773-659f-4e83-83c6-b616a1e06737","name":"Create Category","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Marketing\"\n}","options":{"raw":{"language":"json"}}},"url":"https://quick-hire-server.onrender.com/api/v1/category"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"189"},{"key":"ETag","value":"W/\"bd-As5JHg2WcPFsksB11L4milR2+G4\""},{"key":"Date","value":"Sat, 28 Feb 2026 11:23:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Category has been Created\",\n    \"data\": {\n        \"id\": \"14e25e02-5e8b-4b6f-94bf-b618efb868c1\",\n        \"userId\": \"jXya9v2c047oVrQmAOmrIbW4DnP7hYRu\",\n        \"title\": \"Marketing\",\n        \"status\": \"ACTIVE\"\n    }\n}"}],"_postman_id":"282f9d43-407b-4b36-94fb-b108916d1fc6"},{"name":"Get all Categories","id":"f77c38ae-f34f-4d6d-b927-14c9ccbf5f37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://quick-hire-server.onrender.com/api/v1/categories","urlObject":{"path":["categories"],"host":["https://quick-hire-server.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"fa7d9935-01d2-4375-91f6-7ed003bbae6f","name":"Get all Categories","originalRequest":{"method":"GET","header":[],"url":"https://quick-hire-server.onrender.com/api/v1/category"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"719"},{"key":"ETag","value":"W/\"2cf-7fSOUoIeF3Nukdd8ZaQdbylAH4c\""},{"key":"Date","value":"Sat, 28 Feb 2026 11:36:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"All categories data fetched\",\n    \"data\": [\n        {\n            \"id\": \"e07228c1-b030-4a8c-9c89-2968f28e5169\",\n            \"userId\": \"WNAhMBE9pCvFgDpgLDm10gxjjy0wkmc4\",\n            \"title\": \"Software Development\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"id\": \"3ca32ee3-e388-4851-b7a2-298d2e65d909\",\n            \"userId\": \"WNAhMBE9pCvFgDpgLDm10gxjjy0wkmc4\",\n            \"title\": \"Project Management\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"id\": \"14e25e02-5e8b-4b6f-94bf-b618efb868c1\",\n            \"userId\": \"jXya9v2c047oVrQmAOmrIbW4DnP7hYRu\",\n            \"title\": \"Marketing\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"id\": \"01314803-6914-41b7-a0ab-b3fa69553c13\",\n            \"userId\": \"jXya9v2c047oVrQmAOmrIbW4DnP7hYRu\",\n            \"title\": \"IT\",\n            \"status\": \"ACTIVE\"\n        },\n        {\n            \"id\": \"c2b707ac-0c7b-43a6-83ae-106b5c047c00\",\n            \"userId\": \"jXya9v2c047oVrQmAOmrIbW4DnP7hYRu\",\n            \"title\": \"Accounting\",\n            \"status\": \"ACTIVE\"\n        }\n    ]\n}"}],"_postman_id":"f77c38ae-f34f-4d6d-b927-14c9ccbf5f37"}],"id":"5b7e9cbe-7a44-4e96-9f07-75f74e3ba1ef","_postman_id":"5b7e9cbe-7a44-4e96-9f07-75f74e3ba1ef","description":""},{"name":"Job","item":[{"name":"Create Job","id":"c56e8926-202f-463c-89c3-c618423cb37a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"industryId\": \"b1e409fd-d77b-4a31-9fbd-d0e60f08c207\",\n    \"subIndustryId\": \"d17ff29f-4a1a-4623-93e9-a38ecb2f9211\",\n    \"title\": \"Senior Backend Engineer\",\n    \"location\": \"Dhaka\",\n    \"district\": \"Dhaka\",\n    \"vacancy\": 3,\n    \"age\": \"25-40\",\n    \"salary\": \"BDT 100,000 - 150,000 (negotiable)\",\n    \"experience\": \"3+ years in backend development\",\n    \"education\": \"B.Sc in CSE or equivalent\",\n    \"additionalRequirements\": [\n        \"Willing to work in a hybrid schedule\",\n        \"Good communication in English\"\n    ],\n    \"responsibilities\": [\n        \"Design and maintain REST/GraphQL APIs\",\n        \"Collaborate with frontend and product teams\",\n        \"Review code and mentor junior developers\"\n    ],\n    \"requiredSkills\": [\n        \"Node.js\",\n        \"TypeScript\",\n        \"PostgreSQL\",\n        \"Prisma or similar ORM\"\n    ],\n    \"description\": \"We are looking for an experienced backend engineer to join our platform team. You will work on scalable APIs, data modeling, and integrations in a collaborative environment.\",\n    \"benefits\": [\n        \"Health insurance\",\n        \"Provident fund\",\n        \"Two annual bonuses\",\n        \"Flexible working hours\"\n    ],\n    \"jobType\": \"HYBRID\",\n    \"employmentType\": \"FULL_TIME\",\n    \"featured\": false,\n    \"tags\": [\n        \"backend\",\n        \"nodejs\",\n        \"remote-friendly\"\n    ],\n    \"deadline\": \"2026-12-31T23:59:59.000Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://quick-hire-server.onrender.com/api/v1/jobs","urlObject":{"path":["jobs"],"host":["https://quick-hire-server.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"4cb9a5b7-ccbc-4fb5-af93-028363315e6d","name":"Create Job","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"industryId\": \"b1e409fd-d77b-4a31-9fbd-d0e60f08c207\",\n    \"subIndustryId\": \"d17ff29f-4a1a-4623-93e9-a38ecb2f9211\",\n    \"title\": \"Senior Backend Engineer\",\n    \"location\": \"Dhaka\",\n    \"district\": \"Dhaka\",\n    \"vacancy\": 3,\n    \"age\": \"25-40\",\n    \"salary\": \"BDT 100,000 - 150,000 (negotiable)\",\n    \"experience\": \"3+ years in backend development\",\n    \"education\": \"B.Sc in CSE or equivalent\",\n    \"additionalRequirements\": [\n        \"Willing to work in a hybrid schedule\",\n        \"Good communication in English\"\n    ],\n    \"responsibilities\": [\n        \"Design and maintain REST/GraphQL APIs\",\n        \"Collaborate with frontend and product teams\",\n        \"Review code and mentor junior developers\"\n    ],\n    \"requiredSkills\": [\n        \"Node.js\",\n        \"TypeScript\",\n        \"PostgreSQL\",\n        \"Prisma or similar ORM\"\n    ],\n    \"description\": \"We are looking for an experienced backend engineer to join our platform team. You will work on scalable APIs, data modeling, and integrations in a collaborative environment.\",\n    \"benefits\": [\n        \"Health insurance\",\n        \"Provident fund\",\n        \"Two annual bonuses\",\n        \"Flexible working hours\"\n    ],\n    \"jobType\": \"HYBRID\",\n    \"employmentType\": \"FULL_TIME\",\n    \"featured\": false,\n    \"tags\": [\n        \"backend\",\n        \"nodejs\",\n        \"remote-friendly\"\n    ],\n    \"deadline\": \"2026-12-31T23:59:59.000Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://quick-hire-server.onrender.com/api/v1/jobs"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1369"},{"key":"ETag","value":"W/\"559-6IqkYSvBvQG/1f2L0Igv0hFclEM\""},{"key":"Date","value":"Fri, 27 Mar 2026 10:53:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Job has been Created\",\n    \"data\": {\n        \"id\": \"ad9c8a85-1ede-402a-b2c1-52dee90e8a18\",\n        \"recruiterId\": \"02dcb764-cda0-48cb-8684-3f1c59749e50\",\n        \"industryId\": \"b1e409fd-d77b-4a31-9fbd-d0e60f08c207\",\n        \"subIndustryId\": \"d17ff29f-4a1a-4623-93e9-a38ecb2f9211\",\n        \"title\": \"Senior Backend Engineer\",\n        \"location\": \"Dhaka\",\n        \"district\": \"Dhaka\",\n        \"vacancy\": 3,\n        \"age\": \"25-40\",\n        \"salary\": \"BDT 100,000 - 150,000 (negotiable)\",\n        \"experience\": \"3+ years in backend development\",\n        \"education\": \"B.Sc in CSE or equivalent\",\n        \"additionalRequirements\": [\n            \"Willing to work in a hybrid schedule\",\n            \"Good communication in English\"\n        ],\n        \"responsibilities\": [\n            \"Design and maintain REST/GraphQL APIs\",\n            \"Collaborate with frontend and product teams\",\n            \"Review code and mentor junior developers\"\n        ],\n        \"requiredSkills\": [\n            \"Node.js\",\n            \"TypeScript\",\n            \"PostgreSQL\",\n            \"Prisma or similar ORM\"\n        ],\n        \"description\": \"We are looking for an experienced backend engineer to join our platform team. You will work on scalable APIs, data modeling, and integrations in a collaborative environment.\",\n        \"benefits\": [\n            \"Health insurance\",\n            \"Provident fund\",\n            \"Two annual bonuses\",\n            \"Flexible working hours\"\n        ],\n        \"jobType\": \"HYBRID\",\n        \"employmentType\": \"FULL_TIME\",\n        \"featured\": false,\n        \"isVerified\": false,\n        \"tags\": [\n            \"backend\",\n            \"nodejs\",\n            \"remote-friendly\"\n        ],\n        \"deadline\": \"2026-12-31T23:59:59.000Z\",\n        \"status\": \"ACTIVE\",\n        \"createdAt\": \"2026-03-27T10:53:40.766Z\",\n        \"updatedAt\": \"2026-03-27T10:53:40.766Z\"\n    }\n}"}],"_postman_id":"c56e8926-202f-463c-89c3-c618423cb37a"},{"name":"Get All Jobs","id":"0df154fd-7654-45dd-a426-472ebff43d05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://quick-hire-server.onrender.com/api/v1/jobs?companyName=TechCrop","urlObject":{"path":["jobs"],"host":["https://quick-hire-server.onrender.com/api/v1"],"query":[{"disabled":true,"key":"searchTerm","value":"Backend"},{"key":"companyName","value":"TechCrop"},{"disabled":true,"key":"district","value":"Dhaka"},{"disabled":true,"key":"categoryId","value":"01314803-6914-41b7-a0ab-b3fa69553c13"},{"disabled":true,"key":"jobType","value":"HYBRID"},{"disabled":true,"key":"employmentType","value":"FULL_TIME"},{"disabled":true,"key":"featured","value":"TRUE"}],"variable":[]}},"response":[{"id":"f5ea3ed2-66d8-4b59-a61a-0795869cae1a","name":"Get All Jobs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://quick-hire-server.onrender.com/api/v1/jobs?companyName=TechCrop","host":["https://quick-hire-server.onrender.com/api/v1"],"path":["jobs"],"query":[{"key":"searchTerm","value":"Backend","disabled":true},{"key":"companyName","value":"TechCrop","type":"text"},{"key":"district","value":"Dhaka","type":"text","disabled":true},{"key":"categoryId","value":"01314803-6914-41b7-a0ab-b3fa69553c13","type":"text","disabled":true},{"key":"jobType","value":"HYBRID","disabled":true},{"key":"employmentType","value":"FULL_TIME","disabled":true},{"key":"featured","value":"TRUE","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2422"},{"key":"ETag","value":"W/\"976-F/gIhIP/unM8Aa2mVl6gauQ03W4\""},{"key":"Date","value":"Fri, 27 Mar 2026 12:02:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Jobs has been fetched\",\n    \"data\": {\n        \"meta\": {\n            \"page\": 1,\n            \"limit\": 10,\n            \"total\": 1\n        },\n        \"data\": [\n            {\n                \"id\": \"e79da3b0-247e-4d26-9857-78793d7fd686\",\n                \"recruiterId\": \"02dcb764-cda0-48cb-8684-3f1c59749e50\",\n                \"industryId\": \"b1e409fd-d77b-4a31-9fbd-d0e60f08c207\",\n                \"subIndustryId\": \"d17ff29f-4a1a-4623-93e9-a38ecb2f9211\",\n                \"title\": \"Senior Backend Engineer\",\n                \"location\": \"Dhaka\",\n                \"district\": \"Dhaka\",\n                \"vacancy\": 3,\n                \"age\": \"25-40\",\n                \"salary\": \"BDT 100,000 - 150,000 (negotiable)\",\n                \"experience\": \"3+ years in backend development\",\n                \"education\": \"B.Sc in CSE or equivalent\",\n                \"additionalRequirements\": [\n                    \"Willing to work in a hybrid schedule\",\n                    \"Good communication in English\"\n                ],\n                \"responsibilities\": [\n                    \"Design and maintain REST/GraphQL APIs\",\n                    \"Collaborate with frontend and product teams\",\n                    \"Review code and mentor junior developers\"\n                ],\n                \"requiredSkills\": [\n                    \"Node.js\",\n                    \"TypeScript\",\n                    \"PostgreSQL\",\n                    \"Prisma or similar ORM\"\n                ],\n                \"description\": \"We are looking for an experienced backend engineer to join our platform team. You will work on scalable APIs, data modeling, and integrations in a collaborative environment.\",\n                \"benefits\": [\n                    \"Health insurance\",\n                    \"Provident fund\",\n                    \"Two annual bonuses\",\n                    \"Flexible working hours\"\n                ],\n                \"jobType\": \"HYBRID\",\n                \"employmentType\": \"FULL_TIME\",\n                \"featured\": false,\n                \"isVerified\": false,\n                \"tags\": [\n                    \"backend\",\n                    \"nodejs\",\n                    \"remote-friendly\"\n                ],\n                \"deadline\": \"2026-12-31T23:59:59.000Z\",\n                \"status\": \"ACTIVE\",\n                \"createdAt\": \"2026-03-27T11:17:31.367Z\",\n                \"updatedAt\": \"2026-03-27T11:17:31.367Z\",\n                \"industry\": {\n                    \"id\": \"b1e409fd-d77b-4a31-9fbd-d0e60f08c207\",\n                    \"name\": \"IT\",\n                    \"createdAt\": \"2026-03-26T09:38:23.494Z\",\n                    \"updatedAt\": \"2026-03-26T11:13:07.476Z\"\n                },\n                \"subIndustry\": {\n                    \"id\": \"d17ff29f-4a1a-4623-93e9-a38ecb2f9211\",\n                    \"name\": \"Web Design\",\n                    \"industryId\": \"b1e409fd-d77b-4a31-9fbd-d0e60f08c207\",\n                    \"createdAt\": \"2026-03-26T09:51:33.773Z\",\n                    \"updatedAt\": \"2026-03-26T11:19:57.902Z\"\n                },\n                \"recruiter\": {\n                    \"id\": \"02dcb764-cda0-48cb-8684-3f1c59749e50\",\n                    \"userId\": \"7NDxAfampGswihRo3LXezjhqSnfGiPio\",\n                    \"recruiterName\": \"Mazharul Islam Sourabh\",\n                    \"recruiterPhoto\": null,\n                    \"recruiterPhone\": \"01748736456\",\n                    \"recruiterWorkEmail\": \"mazharul@example.com\",\n                    \"companyName\": \"TechCorp\",\n                    \"companyLogo\": null,\n                    \"companyWebsite\": \"https://www.programming-hero.com\",\n                    \"companyFacebookId\": null,\n                    \"companyLinkedInId\": null,\n                    \"companySize\": \"MEDIUM\",\n                    \"companyAddress\": \"123 Innovation Drive, Silicon Valley\",\n                    \"industryId\": null,\n                    \"subIndustryId\": null,\n                    \"isVerified\": false,\n                    \"subscriptionPlan\": \"FREE\",\n                    \"isDeleted\": false,\n                    \"createdAt\": \"2026-03-26T08:54:45.688Z\",\n                    \"updatedAt\": \"2026-03-26T08:54:45.688Z\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"0df154fd-7654-45dd-a426-472ebff43d05"},{"name":"Get Single Job","id":"f9f5c6cf-bb1b-4db4-b015-483483dc3a68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://quick-hire-server.onrender.com/api/v1/jobs/e79da3b0-247e-4d26-9857-78793d7fd686","urlObject":{"path":["jobs","e79da3b0-247e-4d26-9857-78793d7fd686"],"host":["https://quick-hire-server.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"552a83ca-0407-4fcd-b134-1d9e3c4b1d59","name":"Get Single Job","originalRequest":{"method":"GET","header":[],"url":"https://quick-hire-server.onrender.com/api/v1/jobs/e79da3b0-247e-4d26-9857-78793d7fd686"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2376"},{"key":"ETag","value":"W/\"948-yTNsZdcOM4bRMyiGW4RdSt2U1PM\""},{"key":"Date","value":"Fri, 27 Mar 2026 12:05:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Job data has been fetched\",\n    \"data\": {\n        \"id\": \"e79da3b0-247e-4d26-9857-78793d7fd686\",\n        \"recruiterId\": \"02dcb764-cda0-48cb-8684-3f1c59749e50\",\n        \"industryId\": \"b1e409fd-d77b-4a31-9fbd-d0e60f08c207\",\n        \"subIndustryId\": \"d17ff29f-4a1a-4623-93e9-a38ecb2f9211\",\n        \"title\": \"Senior Backend Engineer\",\n        \"location\": \"Dhaka\",\n        \"district\": \"Dhaka\",\n        \"vacancy\": 3,\n        \"age\": \"25-40\",\n        \"salary\": \"BDT 100,000 - 150,000 (negotiable)\",\n        \"experience\": \"3+ years in backend development\",\n        \"education\": \"B.Sc in CSE or equivalent\",\n        \"additionalRequirements\": [\n            \"Willing to work in a hybrid schedule\",\n            \"Good communication in English\"\n        ],\n        \"responsibilities\": [\n            \"Design and maintain REST/GraphQL APIs\",\n            \"Collaborate with frontend and product teams\",\n            \"Review code and mentor junior developers\"\n        ],\n        \"requiredSkills\": [\n            \"Node.js\",\n            \"TypeScript\",\n            \"PostgreSQL\",\n            \"Prisma or similar ORM\"\n        ],\n        \"description\": \"We are looking for an experienced backend engineer to join our platform team. You will work on scalable APIs, data modeling, and integrations in a collaborative environment.\",\n        \"benefits\": [\n            \"Health insurance\",\n            \"Provident fund\",\n            \"Two annual bonuses\",\n            \"Flexible working hours\"\n        ],\n        \"jobType\": \"HYBRID\",\n        \"employmentType\": \"FULL_TIME\",\n        \"featured\": false,\n        \"isVerified\": false,\n        \"tags\": [\n            \"backend\",\n            \"nodejs\",\n            \"remote-friendly\"\n        ],\n        \"deadline\": \"2026-12-31T23:59:59.000Z\",\n        \"status\": \"ACTIVE\",\n        \"createdAt\": \"2026-03-27T11:17:31.367Z\",\n        \"updatedAt\": \"2026-03-27T11:17:31.367Z\",\n        \"industry\": {\n            \"id\": \"b1e409fd-d77b-4a31-9fbd-d0e60f08c207\",\n            \"name\": \"IT\",\n            \"createdAt\": \"2026-03-26T09:38:23.494Z\",\n            \"updatedAt\": \"2026-03-26T11:13:07.476Z\"\n        },\n        \"subIndustry\": {\n            \"id\": \"d17ff29f-4a1a-4623-93e9-a38ecb2f9211\",\n            \"name\": \"Web Design\",\n            \"industryId\": \"b1e409fd-d77b-4a31-9fbd-d0e60f08c207\",\n            \"createdAt\": \"2026-03-26T09:51:33.773Z\",\n            \"updatedAt\": \"2026-03-26T11:19:57.902Z\"\n        },\n        \"recruiter\": {\n            \"id\": \"02dcb764-cda0-48cb-8684-3f1c59749e50\",\n            \"userId\": \"7NDxAfampGswihRo3LXezjhqSnfGiPio\",\n            \"recruiterName\": \"Mazharul Islam Sourabh\",\n            \"recruiterPhoto\": null,\n            \"recruiterPhone\": \"01748736456\",\n            \"recruiterWorkEmail\": \"mazharul@example.com\",\n            \"companyName\": \"TechCorp\",\n            \"companyLogo\": null,\n            \"companyWebsite\": \"https://www.programming-hero.com\",\n            \"companyFacebookId\": null,\n            \"companyLinkedInId\": null,\n            \"companySize\": \"MEDIUM\",\n            \"companyAddress\": \"123 Innovation Drive, Silicon Valley\",\n            \"industryId\": null,\n            \"subIndustryId\": null,\n            \"isVerified\": false,\n            \"subscriptionPlan\": \"FREE\",\n            \"isDeleted\": false,\n            \"createdAt\": \"2026-03-26T08:54:45.688Z\",\n            \"updatedAt\": \"2026-03-26T08:54:45.688Z\"\n        }\n    }\n}"}],"_postman_id":"f9f5c6cf-bb1b-4db4-b015-483483dc3a68"}],"id":"999118ed-65d3-44e5-9951-f7677bb8b1f8","_postman_id":"999118ed-65d3-44e5-9951-f7677bb8b1f8","description":""},{"name":"Application","item":[{"name":"Create Application","id":"ee7de007-538c-4be9-83d8-ca13eb9ed486","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"jobId\": \"e79da3b0-247e-4d26-9857-78793d7fd686\",\n  \"cover_note\": \"I believe I am a greate candidate for this post.\",\n  \"expectedSalary\": \"BDT 85,000\"\n}","options":{"raw":{"language":"json"}}},"url":"https://quick-hire-server.onrender.com/api/v1/applications","urlObject":{"path":["applications"],"host":["https://quick-hire-server.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"9cf38384-a909-4ed6-943d-bbe5c72be3fb","name":"Create Application","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"jobId\": \"e79da3b0-247e-4d26-9857-78793d7fd686\",\n  \"cover_note\": \"I believe I am a greate candidate for this post.\",\n  \"expectedSalary\": \"BDT 85,000\"\n}","options":{"raw":{"language":"json"}}},"url":"https://quick-hire-server.onrender.com/api/v1/applications"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"846"},{"key":"ETag","value":"W/\"34e-tDdQQdifS3cBymWidyYS6NmqnwQ\""},{"key":"Date","value":"Wed, 01 Apr 2026 17:08:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Application submitted successfully\",\n    \"data\": {\n        \"id\": \"ebd129f5-32ee-409c-a8d6-b5f8e8fbeb4f\",\n        \"applicantId\": \"77f305fa-74bf-4bba-98a0-c3b507ea26a2\",\n        \"jobId\": \"e79da3b0-247e-4d26-9857-78793d7fd686\",\n        \"cover_note\": \"I believe I am a greate candidate for this post.\",\n        \"expectedSalary\": \"BDT 85,000\",\n        \"createdAt\": \"2026-04-01T17:08:21.492Z\",\n        \"updatedAt\": \"2026-04-01T17:08:21.492Z\",\n        \"job\": {\n            \"id\": \"e79da3b0-247e-4d26-9857-78793d7fd686\",\n            \"title\": \"Senior Backend Engineer\",\n            \"salary\": \"BDT 100,000 - 150,000 (negotiable)\",\n            \"jobType\": \"HYBRID\",\n            \"recruiter\": {\n                \"id\": \"02dcb764-cda0-48cb-8684-3f1c59749e50\",\n                \"recruiterName\": \"Mazharul Islam Sourabh\",\n                \"companyName\": \"TechCorp\",\n                \"companyLogo\": null\n            }\n        },\n        \"applicant\": {\n            \"id\": \"77f305fa-74bf-4bba-98a0-c3b507ea26a2\",\n            \"user\": {\n                \"id\": \"sXUHP1eSrK6OpRPTTUzXnOuF1ViNlhjP\",\n                \"email\": \"ijubraj@gmail.com\",\n                \"name\": \"Jubraj\",\n                \"image\": null\n            }\n        }\n    }\n}"}],"_postman_id":"ee7de007-538c-4be9-83d8-ca13eb9ed486"},{"name":"Get all Applications","id":"42738262-9f28-419e-9081-56c073a9f48b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://quick-hire-server.onrender.com/api/v1/applications?page=1&limit=10","urlObject":{"path":["applications"],"host":["https://quick-hire-server.onrender.com/api/v1"],"query":[{"disabled":true,"key":"searchTerm","value":"saiful"},{"disabled":true,"key":"email","value":"ariful.dev@example.com"},{"key":"page","value":"1"},{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"12689a6d-abfa-412c-a454-fc4129458924","name":"Get all Applications","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://quick-hire-server.onrender.com/api/v1/applications","host":["https://quick-hire-server.onrender.com/api/v1"],"path":["applications"],"query":[{"key":"searchTerm","value":"saiful","type":"text","disabled":true},{"key":"email","value":"ariful.dev@example.com","type":"text","disabled":true},{"key":"page","value":"1","disabled":true},{"key":"limit","value":"10","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"886"},{"key":"ETag","value":"W/\"376-8twJ+HI1IGJsfMt+vEsTe7TZMK0\""},{"key":"Date","value":"Wed, 01 Apr 2026 18:47:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Applications fetched successfully\",\n    \"meta\": {\n        \"page\": 1,\n        \"limit\": 10,\n        \"total\": 1\n    },\n    \"data\": [\n        {\n            \"id\": \"ebd129f5-32ee-409c-a8d6-b5f8e8fbeb4f\",\n            \"applicantId\": \"77f305fa-74bf-4bba-98a0-c3b507ea26a2\",\n            \"jobId\": \"e79da3b0-247e-4d26-9857-78793d7fd686\",\n            \"cover_note\": \"I believe I am a greate candidate for this post.\",\n            \"expectedSalary\": \"BDT 85,000\",\n            \"createdAt\": \"2026-04-01T17:08:21.492Z\",\n            \"updatedAt\": \"2026-04-01T17:08:21.492Z\",\n            \"job\": {\n                \"id\": \"e79da3b0-247e-4d26-9857-78793d7fd686\",\n                \"title\": \"Senior Backend Engineer\",\n                \"salary\": \"BDT 100,000 - 150,000 (negotiable)\",\n                \"jobType\": \"HYBRID\",\n                \"recruiter\": {\n                    \"id\": \"02dcb764-cda0-48cb-8684-3f1c59749e50\",\n                    \"recruiterName\": \"Mazharul Islam Sourabh\",\n                    \"companyName\": \"TechCorp\",\n                    \"companyLogo\": null\n                }\n            },\n            \"applicant\": {\n                \"id\": \"77f305fa-74bf-4bba-98a0-c3b507ea26a2\",\n                \"user\": {\n                    \"id\": \"sXUHP1eSrK6OpRPTTUzXnOuF1ViNlhjP\",\n                    \"email\": \"ijubraj@gmail.com\",\n                    \"name\": \"Jubraj\",\n                    \"image\": null\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"42738262-9f28-419e-9081-56c073a9f48b"},{"name":"Get Application By Id","id":"b17a54c1-ac49-4abf-8bd7-19a0f9af66a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://quick-hire-server.onrender.com/api/v1/applications/5d8f36e2-ab60-4777-8a03-7d212d025986","urlObject":{"path":["applications","5d8f36e2-ab60-4777-8a03-7d212d025986"],"host":["https://quick-hire-server.onrender.com/api/v1"],"query":[{"disabled":true,"key":"searchTerm","value":"saiful"},{"disabled":true,"key":"email","value":"ariful.dev@example.com"}],"variable":[]}},"response":[{"id":"1a541327-7dff-4e86-8404-4c023fb0afad","name":"Get Application By Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://quick-hire-server.onrender.com/api/v1/applications/5d8f36e2-ab60-4777-8a03-7d212d025986","host":["https://quick-hire-server.onrender.com/api/v1"],"path":["applications","5d8f36e2-ab60-4777-8a03-7d212d025986"],"query":[{"key":"searchTerm","value":"saiful","type":"text","disabled":true},{"key":"email","value":"ariful.dev@example.com","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"888"},{"key":"ETag","value":"W/\"378-hfbatLADm373569tdW5NdCsawgU\""},{"key":"Date","value":"Sat, 28 Feb 2026 18:17:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Application data fetched successfully\",\n    \"data\": {\n        \"id\": \"5d8f36e2-ab60-4777-8a03-7d212d025986\",\n        \"userId\": null,\n        \"jobId\": \"ddcee877-94f1-4d4d-8da7-ae15618ca9d4\",\n        \"name\": \"Saiful Alam\",\n        \"email\": \"saiful@gmail.com\",\n        \"resume_link\": \"https://drive.google.com/file/d/1x2y3z_v-resume/view\",\n        \"cover_note\": \"I have over 5 years of experience in Backend development using Next.js and Prisma. I am very interested in this role because of your company's focus on scalable architecture.\",\n        \"expectedSalary\": \"30000\",\n        \"createdAt\": \"2026-02-28T18:06:05.888Z\",\n        \"updatedAt\": \"2026-02-28T18:06:05.888Z\",\n        \"job\": {\n            \"id\": \"ddcee877-94f1-4d4d-8da7-ae15618ca9d4\",\n            \"categoryId\": \"01314803-6914-41b7-a0ab-b3fa69553c13\",\n            \"title\": \"Senior Full Stack Developer\",\n            \"companyName\": \"TechFlow Solutions\",\n            \"location\": \"Banani, Dhaka\",\n            \"district\": \"Dhaka\",\n            \"vacancy\": 3,\n            \"salary\": \"80,000 - 120,000 BDT\",\n            \"jobType\": \"HYBRID\"\n        },\n        \"user\": null\n    }\n}"}],"_postman_id":"b17a54c1-ac49-4abf-8bd7-19a0f9af66a6"}],"id":"0f77eacd-c857-4773-b153-e16aafbf5d9f","_postman_id":"0f77eacd-c857-4773-b153-e16aafbf5d9f","description":""},{"name":"Industries","item":[{"name":"Create Industry","id":"3f8226f0-6eef-4f2e-864f-8ce0e0a784d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Software Engineering\"\n}","options":{"raw":{"language":"json"}}},"url":"https://quick-hire-server.onrender.com/api/v1/industries/create-industry","urlObject":{"path":["industries","create-industry"],"host":["https://quick-hire-server.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"f05b7723-d58a-445b-b0d2-2d80936fd45f","name":"Create Industry","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Software Engineering\"\n}","options":{"raw":{"language":"json"}}},"url":"https://quick-hire-server.onrender.com/api/v1/industries/create-industry"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"455"},{"key":"ETag","value":"W/\"1c7-oRBUhYlCU42DwkCbUlDVpf7Hgr8\""},{"key":"Date","value":"Thu, 26 Mar 2026 09:38:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Industry and default sub-industry created successfully!\",\n    \"data\": {\n        \"id\": \"b1e409fd-d77b-4a31-9fbd-d0e60f08c207\",\n        \"name\": \"Software Engineering\",\n        \"createdAt\": \"2026-03-26T09:38:23.494Z\",\n        \"updatedAt\": \"2026-03-26T09:38:23.494Z\",\n        \"subIndustries\": [\n            {\n                \"id\": \"7ece35cc-69b4-47d7-8476-e85348f3f351\",\n                \"name\": \"Others\",\n                \"industryId\": \"b1e409fd-d77b-4a31-9fbd-d0e60f08c207\",\n                \"createdAt\": \"2026-03-26T09:38:23.494Z\",\n                \"updatedAt\": \"2026-03-26T09:38:23.494Z\"\n            }\n        ]\n    }\n}"}],"_postman_id":"3f8226f0-6eef-4f2e-864f-8ce0e0a784d6"},{"name":"Get All Industries","id":"563833b8-88f3-4108-9c39-a9e9318ca468","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://quick-hire-server.onrender.com/api/v1/industries","urlObject":{"path":["industries"],"host":["https://quick-hire-server.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"d24243b5-dbd7-4c23-a944-6dcb52f43f42","name":"Get All Industries","originalRequest":{"method":"GET","header":[],"url":"https://quick-hire-server.onrender.com/api/v1/industries"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"355"},{"key":"ETag","value":"W/\"163-J7SWpCBVJtqpxF3ZA7T6rvh1YtE\""},{"key":"Date","value":"Thu, 26 Mar 2026 11:14:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Industries fetched successfully!\",\n    \"data\": [\n        {\n            \"id\": \"b1e409fd-d77b-4a31-9fbd-d0e60f08c207\",\n            \"name\": \"IT\",\n            \"createdAt\": \"2026-03-26T09:38:23.494Z\",\n            \"updatedAt\": \"2026-03-26T11:13:07.476Z\",\n            \"subIndustries\": [\n                {\n                    \"id\": \"7ece35cc-69b4-47d7-8476-e85348f3f351\",\n                    \"name\": \"Others\"\n                },\n                {\n                    \"id\": \"d17ff29f-4a1a-4623-93e9-a38ecb2f9211\",\n                    \"name\": \"Web Developer\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"563833b8-88f3-4108-9c39-a9e9318ca468"},{"name":"Update Industry","id":"cb16c8b3-6e92-4af8-a0fb-cfcbe6c101be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"IT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://quick-hire-server.onrender.com/api/v1/industries/b1e409fd-d77b-4a31-9fbd-d0e60f08c207","urlObject":{"path":["industries","b1e409fd-d77b-4a31-9fbd-d0e60f08c207"],"host":["https://quick-hire-server.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"b63cb066-d433-4d1a-979d-2914fc714453","name":"Update Industry","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"IT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://quick-hire-server.onrender.com/api/v1/industries/b1e409fd-d77b-4a31-9fbd-d0e60f08c207"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"351"},{"key":"ETag","value":"W/\"15f-IyhIJ/Uj1Z9n6hTP42B70KfFhXQ\""},{"key":"Date","value":"Thu, 26 Mar 2026 11:13:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Industry updated successfully!\",\n    \"data\": {\n        \"id\": \"b1e409fd-d77b-4a31-9fbd-d0e60f08c207\",\n        \"name\": \"IT\",\n        \"createdAt\": \"2026-03-26T09:38:23.494Z\",\n        \"updatedAt\": \"2026-03-26T11:13:07.476Z\",\n        \"subIndustries\": [\n            {\n                \"id\": \"7ece35cc-69b4-47d7-8476-e85348f3f351\",\n                \"name\": \"Others\"\n            },\n            {\n                \"id\": \"d17ff29f-4a1a-4623-93e9-a38ecb2f9211\",\n                \"name\": \"Web Developer\"\n            }\n        ]\n    }\n}"}],"_postman_id":"cb16c8b3-6e92-4af8-a0fb-cfcbe6c101be"}],"id":"f4be8e5a-318f-49e3-9719-7bde62b6bf9c","_postman_id":"f4be8e5a-318f-49e3-9719-7bde62b6bf9c","description":""},{"name":"Sub Industry","item":[{"name":"Create SubIndustry","id":"c509c25c-3183-4c25-a18d-c3d80aa5b898","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Web Developer\",\n  \"industryId\": \"b1e409fd-d77b-4a31-9fbd-d0e60f08c207\"\n}","options":{"raw":{"language":"json"}}},"url":"https://quick-hire-server.onrender.com/api/v1/sub-industries/create-sub-industry","urlObject":{"path":["sub-industries","create-sub-industry"],"host":["https://quick-hire-server.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"a3f7b3ca-95a5-4763-8d51-188bac87475c","name":"Create SubIndustry","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Web Developer\",\n  \"industryId\": \"b1e409fd-d77b-4a31-9fbd-d0e60f08c207\"\n}","options":{"raw":{"language":"json"}}},"url":"https://quick-hire-server.onrender.com/api/v1/sub-industries/create-sub-industry"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"269"},{"key":"ETag","value":"W/\"10d-91J49dI+DUeeLXRe7JGJajxpwuw\""},{"key":"Date","value":"Thu, 26 Mar 2026 09:51:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Sub-industry created successfully!\",\n    \"data\": {\n        \"id\": \"d17ff29f-4a1a-4623-93e9-a38ecb2f9211\",\n        \"name\": \"Web Developer\",\n        \"industryId\": \"b1e409fd-d77b-4a31-9fbd-d0e60f08c207\",\n        \"createdAt\": \"2026-03-26T09:51:33.773Z\",\n        \"updatedAt\": \"2026-03-26T09:51:33.773Z\"\n    }\n}"}],"_postman_id":"c509c25c-3183-4c25-a18d-c3d80aa5b898"},{"name":"Get all SubIndustry","id":"b45f0bc8-444b-4bed-bd54-a59f7f7885c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://quick-hire-server.onrender.com/api/v1/sub-industries","urlObject":{"path":["sub-industries"],"host":["https://quick-hire-server.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"8ea4ad60-19e2-4f5d-a354-91ce60453565","name":"Get all SubIndustry","originalRequest":{"method":"GET","header":[],"url":"https://quick-hire-server.onrender.com/api/v1/sub-industries"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"603"},{"key":"ETag","value":"W/\"25b-JVRUh+/R3sNc+wT0YvyO6DNs7Qg\""},{"key":"Date","value":"Thu, 26 Mar 2026 11:16:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Sub-industries fetched successfully!\",\n    \"data\": [\n        {\n            \"id\": \"7ece35cc-69b4-47d7-8476-e85348f3f351\",\n            \"name\": \"Others\",\n            \"industryId\": \"b1e409fd-d77b-4a31-9fbd-d0e60f08c207\",\n            \"createdAt\": \"2026-03-26T09:38:23.494Z\",\n            \"updatedAt\": \"2026-03-26T09:38:23.494Z\",\n            \"industry\": {\n                \"id\": \"b1e409fd-d77b-4a31-9fbd-d0e60f08c207\",\n                \"name\": \"IT\"\n            }\n        },\n        {\n            \"id\": \"d17ff29f-4a1a-4623-93e9-a38ecb2f9211\",\n            \"name\": \"Web Developer\",\n            \"industryId\": \"b1e409fd-d77b-4a31-9fbd-d0e60f08c207\",\n            \"createdAt\": \"2026-03-26T09:51:33.773Z\",\n            \"updatedAt\": \"2026-03-26T09:51:33.773Z\",\n            \"industry\": {\n                \"id\": \"b1e409fd-d77b-4a31-9fbd-d0e60f08c207\",\n                \"name\": \"IT\"\n            }\n        }\n    ]\n}"}],"_postman_id":"b45f0bc8-444b-4bed-bd54-a59f7f7885c2"},{"name":"Update SubIndustry","id":"20130784-1ac6-4912-a109-abb7afc24799","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Web Design\"\n}","options":{"raw":{"language":"json"}}},"url":"https://quick-hire-server.onrender.com/api/v1/sub-industries/d17ff29f-4a1a-4623-93e9-a38ecb2f9211","urlObject":{"path":["sub-industries","d17ff29f-4a1a-4623-93e9-a38ecb2f9211"],"host":["https://quick-hire-server.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"d06d0a6f-7370-45a1-a97b-63212749b1e7","name":"Update SubIndustry","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Web Design\"\n}","options":{"raw":{"language":"json"}}},"url":"https://quick-hire-server.onrender.com/api/v1/sub-industries/d17ff29f-4a1a-4623-93e9-a38ecb2f9211"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"335"},{"key":"ETag","value":"W/\"14f-fY2zkMWTH7pEJk07+ZvHDYtpWNs\""},{"key":"Date","value":"Thu, 26 Mar 2026 11:19:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Sub-industry updated successfully!\",\n    \"data\": {\n        \"id\": \"d17ff29f-4a1a-4623-93e9-a38ecb2f9211\",\n        \"name\": \"Web Design\",\n        \"industryId\": \"b1e409fd-d77b-4a31-9fbd-d0e60f08c207\",\n        \"createdAt\": \"2026-03-26T09:51:33.773Z\",\n        \"updatedAt\": \"2026-03-26T11:19:57.902Z\",\n        \"industry\": {\n            \"id\": \"b1e409fd-d77b-4a31-9fbd-d0e60f08c207\",\n            \"name\": \"IT\"\n        }\n    }\n}"}],"_postman_id":"20130784-1ac6-4912-a109-abb7afc24799"}],"id":"c4d32daf-c664-4a2c-a0f4-8dc9b46fe0d2","_postman_id":"c4d32daf-c664-4a2c-a0f4-8dc9b46fe0d2","description":""},{"name":"Admin","item":[{"name":"Get All Applicants","id":"2bc828a8-3d67-4d3e-b1ec-15904f900c71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"2bc828a8-3d67-4d3e-b1ec-15904f900c71"}],"id":"51bde3db-de35-4413-a456-88f19728dc3b","_postman_id":"51bde3db-de35-4413-a456-88f19728dc3b","description":""}],"event":[{"listen":"prerequest","script":{"id":"bd998b65-ce2a-4409-86e2-6e1b50cc2f15","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"4a5fb51e-b1c7-4e5f-b460-715f799cf697","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"base_url","value":"https://quick-hire-server.onrender.com/api/v1"}]}