{"info":{"_postman_id":"b1886197-d15b-410e-9e7e-967983e03b31","name":"Async Interview API Documentation","description":"<html><head></head><body><p>Welcome to the Async Interview API, where we streamline the process of managing interview responses and more through our comprehensive API. This documentation is designed to guide you through using our RESTful API for CRUD operations (Create, Read, Update, Delete), understanding how to utilize variables, and implement tests to ensure your integration works seamlessly.</p>\n<h1 id=\"get-started-here\">Get started here</h1>\n<p>Our API enables you to perform a variety of operations essential for managing interview data efficiently. Follow these steps to begin:</p>\n<h4 id=\"step-1-send-requests\"><strong>Step 1: Send requests</strong></h4>\n<p>Utilize HTTP methods such as POST, GET, PUT, and DELETE to perform CRUD operations. Navigate through our collection of requests, and click \"Send\" to initiate a request and observe the response.</p>\n<h4 id=\"step-2-view-responses\"><strong>Step 2: View responses</strong></h4>\n<p>After sending a request, check the response tab to review the status code (e.g., 200 OK), response time, and the size of the response to ensure everything is working as expected.</p>\n<h4 id=\"step-3-send-new-body-data\"><strong>Step 3: Send new Body data</strong></h4>\n<p>For operations requiring data creation or updates, modify or add new information in the \"Body\" of POST and PUT requests. Here's a sample payload:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"name\": \"Add your name in the body\"\n}\n\n</code></pre><h2 id=\"authorization\">Authorization</h2>\n<p>Secure your API requests with Bearer Token authentication. The steps to get the API Token are listed below:</p>\n<ol>\n<li><p>Login to the system. <a href=\"https://app.asyncinterview.ai/login\">https://app.asyncinterview.ai/login</a></p>\n</li>\n<li><p>Goto Integrations Page using the left menu shown in menu below.</p>\n</li>\n<li><p>Enter the name of the api token in \"Create API Token\" block and click \"CREATE\" Button.</p>\n</li>\n<li><p>After form submission, You will get a pop-up displaying the API Token as shown below. Copy the api token and use it as a bearer token to perform operations in the API.</p>\n</li>\n</ol>\n<img src=\"https://content.pstmn.io/227e7f0b-abc2-4be4-a178-488d985af417/aW1hZ2UucG5n\" alt=\"Integrations%20Page\" width=\"542\" height=\"384\">\n\n<img src=\"https://content.pstmn.io/f149d67f-0360-4956-b943-bf13e4e9d130/U2NyZWVuc2hvdCAyMDI0LTAyLTA3IGF0IDEyLjI0LjM3LnBuZw==\" alt=\"API%20Token%20Generated\" width=\"542\" height=\"405\">\n\n<h2 id=\"key-features\">Key Features</h2>\n<ul>\n<li><p><strong>CRUD Operations:</strong> Manage interview responses with ease using GET, POST, PUT, and DELETE methods.</p>\n</li>\n<li><p><strong>Authorization:</strong> Secure API access with Bearer Token authentication.</p>\n</li>\n<li><p><strong>Variable Support:</strong> Customize requests with variables for flexibility and reusability.</p>\n</li>\n<li><p><strong>Testing:</strong> Confirm your API's reliability and performance with integrated testing scripts.</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Get started here","slug":"get-started-here"}],"owner":"29343525","collectionId":"b1886197-d15b-410e-9e7e-967983e03b31","publishedId":"2s9YJW663L","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-09-25T03:55:14.000Z"},"item":[{"name":"Job","item":[{"name":"Get All Jobs","event":[{"listen":"test","script":{"id":"025aad7d-bddb-4a51-98a3-ca0a316839f2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"b769e38e-515a-4d7b-9b7a-e4dff24de76a","request":{"method":"GET","header":[],"url":"https://app.asyncinterview.ai/api/jobs","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"40|tFT6lI9Pk5hjeyxwfsyv43Wnv5Merq83supF4L5l"}]},"isInherited":true,"source":{"_postman_id":"b1886197-d15b-410e-9e7e-967983e03b31","id":"b1886197-d15b-410e-9e7e-967983e03b31","name":"Async Interview API Documentation","type":"collection"}},"urlObject":{"path":["api","jobs"],"host":["https://app.asyncinterview.ai"],"query":[],"variable":[]}},"response":[{"id":"6579372b-ea76-482d-8eea-fc74d63a6739","name":"Get All Jobs","originalRequest":{"method":"GET","header":[],"url":"https://app.asyncinterview.ai/api/jobs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 25 Sep 2023 08:24:26 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 14,\n        \"title\": \"Quick Start\",\n        \"date\": \"2023-09-04\",\n        \"time\": \"15:38:51\",\n        \"datetime\": \"2023-09-04T15:38:51+00:00\"\n    },\n    {\n        \"id\": 15,\n        \"title\": \"Job 1\",\n        \"date\": \"2023-09-05\",\n        \"time\": \"09:12:31\",\n        \"datetime\": \"2023-09-05T09:12:31+00:00\"\n    },\n    {\n        \"id\": 16,\n        \"title\": \"Software Developer\",\n        \"date\": \"2023-09-14\",\n        \"time\": \"07:21:59\",\n        \"datetime\": \"2023-09-14T07:21:59+00:00\"\n    }\n]"}],"_postman_id":"b769e38e-515a-4d7b-9b7a-e4dff24de76a"},{"name":"Get Job","event":[{"listen":"test","script":{"id":"025aad7d-bddb-4a51-98a3-ca0a316839f2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"74efe2f1-7861-42c4-b0ad-0bad053787f5","request":{"method":"GET","header":[],"url":"https://app.asyncinterview.ai/api/jobs?id=16","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"40|tFT6lI9Pk5hjeyxwfsyv43Wnv5Merq83supF4L5l"}]},"isInherited":true,"source":{"_postman_id":"b1886197-d15b-410e-9e7e-967983e03b31","id":"b1886197-d15b-410e-9e7e-967983e03b31","name":"Async Interview API Documentation","type":"collection"}},"urlObject":{"path":["api","jobs"],"host":["https://app.asyncinterview.ai"],"query":[{"key":"id","value":"16"}],"variable":[]}},"response":[{"id":"d378bee4-7830-4287-a3a0-0d06aa53e6e1","name":"Get Job","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.asyncinterview.ai/api/jobs?id=3","host":["https://app.asyncinterview.ai"],"path":["api","jobs"],"query":[{"key":"id","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Date","value":"Sun, 24 Sep 2023 13:26:48 GMT"},{"key":"Date","value":"Sun, 24 Sep 2023 13:26:48 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 3,\n        \"title\": \"Software Engineer\",\n        \"date\": \"2023-09-14\",\n        \"time\": \"04:49:20\",\n        \"datetime\": \"2023-09-14T04:49:20+00:00\"\n    }\n]"}],"_postman_id":"74efe2f1-7861-42c4-b0ad-0bad053787f5"},{"name":"Create Job","event":[{"listen":"test","script":{"id":"025aad7d-bddb-4a51-98a3-ca0a316839f2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"4293ac01-959b-4143-9239-8760c5358833","request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"Api New Job","type":"text"}]},"url":"https://app.asyncinterview.ai/api/jobs","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"40|tFT6lI9Pk5hjeyxwfsyv43Wnv5Merq83supF4L5l"}]},"isInherited":true,"source":{"_postman_id":"b1886197-d15b-410e-9e7e-967983e03b31","id":"b1886197-d15b-410e-9e7e-967983e03b31","name":"Async Interview API Documentation","type":"collection"}},"urlObject":{"path":["api","jobs"],"host":["https://app.asyncinterview.ai"],"query":[{"disabled":true,"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"2f1befdb-99c2-4389-a640-8668df1544e3","name":"Create Job","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"Api New Job","type":"text"}]},"url":{"raw":"https://app.asyncinterview.ai/api/jobs","host":["https://app.asyncinterview.ai"],"path":["api","jobs"],"query":[{"key":"id","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 25 Sep 2023 08:29:54 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Api New Job\",\n    \"team_id\": 8,\n    \"updated_at\": \"2023-09-25T08:29:54.000000Z\",\n    \"created_at\": \"2023-09-25T08:29:54.000000Z\",\n    \"id\": 19\n}"}],"_postman_id":"4293ac01-959b-4143-9239-8760c5358833"},{"name":"Update Job","event":[{"listen":"test","script":{"id":"025aad7d-bddb-4a51-98a3-ca0a316839f2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"85448257-f2ad-4275-90f6-3ee582ad407e","request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"Api Updated Job","type":"text"}]},"url":"https://app.asyncinterview.ai/api/jobs/19","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"40|tFT6lI9Pk5hjeyxwfsyv43Wnv5Merq83supF4L5l"}]},"isInherited":true,"source":{"_postman_id":"b1886197-d15b-410e-9e7e-967983e03b31","id":"b1886197-d15b-410e-9e7e-967983e03b31","name":"Async Interview API Documentation","type":"collection"}},"urlObject":{"path":["api","jobs","19"],"host":["https://app.asyncinterview.ai"],"query":[],"variable":[]}},"response":[{"id":"b0ee9618-3e0c-4d7e-93f1-d8c0b68fdde8","name":"Update Job","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"Api Updated Job","type":"text"}]},"url":"https://app.asyncinterview.ai/api/jobs/19"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 25 Sep 2023 08:34:33 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 19,\n    \"team_id\": 8,\n    \"title\": \"Api Updated Job\",\n    \"created_at\": \"2023-09-25T08:29:54.000000Z\",\n    \"updated_at\": \"2023-09-25T08:33:24.000000Z\"\n}"}],"_postman_id":"85448257-f2ad-4275-90f6-3ee582ad407e"},{"name":"Delete Job","event":[{"listen":"test","script":{"id":"025aad7d-bddb-4a51-98a3-ca0a316839f2","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"cdba4dff-a45c-42dd-a358-f0669b8e59f3","request":{"method":"DELETE","header":[],"url":"https://app.asyncinterview.ai/api/jobs/20","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"40|tFT6lI9Pk5hjeyxwfsyv43Wnv5Merq83supF4L5l"}]},"isInherited":true,"source":{"_postman_id":"b1886197-d15b-410e-9e7e-967983e03b31","id":"b1886197-d15b-410e-9e7e-967983e03b31","name":"Async Interview API Documentation","type":"collection"}},"urlObject":{"path":["api","jobs","20"],"host":["https://app.asyncinterview.ai"],"query":[],"variable":[]}},"response":[{"id":"3e6d13ed-0047-48a1-a22a-a68f55e4e343","name":"Delete Job","originalRequest":{"method":"DELETE","header":[],"url":"https://app.asyncinterview.ai/api/jobs/20"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 25 Sep 2023 08:36:03 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Job Deleted Successfully!\"\n}"}],"_postman_id":"cdba4dff-a45c-42dd-a358-f0669b8e59f3"}],"id":"2aa8fae3-2293-483a-b09a-cc978846854a","_postman_id":"2aa8fae3-2293-483a-b09a-cc978846854a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"40|tFT6lI9Pk5hjeyxwfsyv43Wnv5Merq83supF4L5l"}]},"isInherited":true,"source":{"_postman_id":"b1886197-d15b-410e-9e7e-967983e03b31","id":"b1886197-d15b-410e-9e7e-967983e03b31","name":"Async Interview API Documentation","type":"collection"}}},{"name":"Interview","item":[{"name":"Create Interview","event":[{"listen":"test","script":{"id":"beb72334-72c7-42b4-b41b-c28ec22cc8e5","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"f2c5abd8-39f0-460d-80a8-8dc976b3d23b","request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"New Interview 25 Sept","type":"text"},{"key":"questions[]","value":"Tell us about yourself","type":"text"},{"key":"questions[]","value":"Tell us, why you are fit for the job?","type":"text"},{"key":"file_data[contacts][]","value":"test@gmail.com","type":"text"},{"key":"file_data[contacts][]","value":"test1@gmail.com","type":"text"},{"key":"file_data[file_name]","value":"contact_file_name.csv","type":"text"}]},"url":"https://app.asyncinterview.ai/api/jobs/15/interview","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"40|tFT6lI9Pk5hjeyxwfsyv43Wnv5Merq83supF4L5l"}]},"isInherited":true,"source":{"_postman_id":"b1886197-d15b-410e-9e7e-967983e03b31","id":"b1886197-d15b-410e-9e7e-967983e03b31","name":"Async Interview API Documentation","type":"collection"}},"urlObject":{"path":["api","jobs","15","interview"],"host":["https://app.asyncinterview.ai"],"query":[],"variable":[]}},"response":[{"id":"ae82bd99-fe30-4533-949a-eff037875229","name":"Create Interview","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"New Interview 25 Sept","type":"text"},{"key":"questions[]","value":"Tell us about yourself","type":"text"},{"key":"questions[]","value":"Tell us, why you are fit for the job?","type":"text"},{"key":"file_data[contacts][]","value":"kunwarcpal@gmail.com","type":"text"},{"key":"file_data[contacts][]","value":"kcp.1311@gmail.com","type":"text"},{"key":"file_data[file_name]","value":"contact_file_name.csv","type":"text"}]},"url":"https://app.asyncinterview.ai/api/jobs/15/interview"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 25 Sep 2023 08:44:02 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 24,\n    \"title\": \"New Interview 25 Sept\",\n    \"url\": \"https://app.asyncinterview.ai/i/https://app.asyncinterview.ai/i/xSvGcu\",\n    \"job_id\": 15,\n    \"job\": \"Job 1\",\n    \"date\": \"2023-09-25\",\n    \"time\": \"08:44:02\",\n    \"datetime\": \"2023-09-25T08:44:02+00:00\",\n    \"questions\": [\n        {\n            \"id\": 43,\n            \"stage_id\": 24,\n            \"title\": \"Tell us about yourself\",\n            \"created_at\": \"2023-09-25T08:44:02.000000Z\",\n            \"updated_at\": \"2023-09-25T08:44:02.000000Z\",\n            \"order\": 1\n        },\n        {\n            \"id\": 44,\n            \"stage_id\": 24,\n            \"title\": \"Tell us, why you are fit for the job?\",\n            \"created_at\": \"2023-09-25T08:44:02.000000Z\",\n            \"updated_at\": \"2023-09-25T08:44:02.000000Z\",\n            \"order\": 2\n        }\n    ],\n    \"contacts\": [\n        {\n            \"id\": 3,\n            \"stage_id\": 24,\n            \"file_name\": \"contact_file_name.csv\",\n            \"contacts\": [\n                \"test@gmail.com\",\n                \"test1@gmail.com\"\n            ],\n            \"created_at\": \"2023-09-25T08:44:02.000000Z\",\n            \"updated_at\": \"2023-09-25T08:44:02.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"f2c5abd8-39f0-460d-80a8-8dc976b3d23b"},{"name":"Update Interview","event":[{"listen":"test","script":{"id":"beb72334-72c7-42b4-b41b-c28ec22cc8e5","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"138b9019-196d-4f04-b74e-e0cca16d7768","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"New Interview For questions and csv upload Update","type":"text"},{"key":"questions[]","value":"Tell us about yourself update","type":"text"},{"key":"questions[]","value":"Tell us, why you are fit for the job?","type":"text"},{"key":"file_data[contacts][]","value":"test@gmail.com","type":"text"},{"key":"file_data[contacts][]","value":"test1@gmail.com","type":"text"},{"key":"file_data[file_name]","value":"contact_file_updated_name.csv","type":"text"}]},"url":"https://app.asyncinterview.ai/api/jobs/15/interview/24","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"40|tFT6lI9Pk5hjeyxwfsyv43Wnv5Merq83supF4L5l"}]},"isInherited":true,"source":{"_postman_id":"b1886197-d15b-410e-9e7e-967983e03b31","id":"b1886197-d15b-410e-9e7e-967983e03b31","name":"Async Interview API Documentation","type":"collection"}},"urlObject":{"path":["api","jobs","15","interview","24"],"host":["https://app.asyncinterview.ai"],"query":[],"variable":[]}},"response":[{"id":"445a497a-fd1c-454a-a28f-1b00875953ae","name":"Update Interview","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"New Interview For questions and csv upload Update","type":"text"},{"key":"questions[]","value":"Tell us about yourself update","type":"text"},{"key":"questions[]","value":"Tell us, why you are fit for the job?","type":"text"},{"key":"file_data[contacts][]","value":"kcp.1311@gmail.com","type":"text"},{"key":"file_data[contacts][]","value":"kunwarcpal@gmail.com","type":"text"},{"key":"file_data[file_name]","value":"contact_file_updated_name.csv","type":"text"}]},"url":"https://app.asyncinterview.ai/api/jobs/15/interview/24"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 25 Sep 2023 08:46:10 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 24,\n    \"title\": \"New Interview For questions and csv upload Update\",\n    \"url\": \"https://app.asyncinterview.ai/i/xSvGcu\",\n    \"job_id\": 15,\n    \"job\": \"Job 1\",\n    \"date\": \"2023-09-25\",\n    \"time\": \"08:44:02\",\n    \"datetime\": \"2023-09-25T08:44:02+00:00\",\n    \"questions\": [\n        {\n            \"id\": 45,\n            \"stage_id\": 24,\n            \"title\": \"Tell us about yourself update\",\n            \"created_at\": \"2023-09-25T08:46:10.000000Z\",\n            \"updated_at\": \"2023-09-25T08:46:10.000000Z\",\n            \"order\": 1\n        },\n        {\n            \"id\": 46,\n            \"stage_id\": 24,\n            \"title\": \"Tell us, why you are fit for the job?\",\n            \"created_at\": \"2023-09-25T08:46:10.000000Z\",\n            \"updated_at\": \"2023-09-25T08:46:10.000000Z\",\n            \"order\": 2\n        }\n    ],\n    \"contacts\": [\n        {\n            \"id\": 3,\n            \"stage_id\": 24,\n            \"file_name\": \"contact_file_name.csv\",\n            \"contacts\": [\n                \"test@gmail.com\",\n                \"test1@gmail.com\"\n            ],\n            \"created_at\": \"2023-09-25T08:44:02.000000Z\",\n            \"updated_at\": \"2023-09-25T08:44:02.000000Z\"\n        },\n        {\n            \"id\": 4,\n            \"stage_id\": 24,\n            \"file_name\": \"contact_file_updated_name.csv\",\n            \"contacts\": [\n                \"test@gmail.com\",\n                \"test1@gmail.com\"\n            ],\n            \"created_at\": \"2023-09-25T08:46:10.000000Z\",\n            \"updated_at\": \"2023-09-25T08:46:10.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"138b9019-196d-4f04-b74e-e0cca16d7768"},{"name":"Delete Interview","event":[{"listen":"test","script":{"id":"beb72334-72c7-42b4-b41b-c28ec22cc8e5","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"3c3835a4-55b8-49ea-8066-cc7137256324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://app.asyncinterview.ai/api/jobs/15/interview/25","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"40|tFT6lI9Pk5hjeyxwfsyv43Wnv5Merq83supF4L5l"}]},"isInherited":true,"source":{"_postman_id":"b1886197-d15b-410e-9e7e-967983e03b31","id":"b1886197-d15b-410e-9e7e-967983e03b31","name":"Async Interview API Documentation","type":"collection"}},"urlObject":{"path":["api","jobs","15","interview","25"],"host":["https://app.asyncinterview.ai"],"query":[],"variable":[]}},"response":[{"id":"499b2092-ffa6-44d5-8c1b-20aaca04f89b","name":"Get Interview by Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.asyncinterview.ai/api/interviews?id=22","host":["https://app.asyncinterview.ai"],"path":["api","interviews"],"query":[{"key":"id","value":"22"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Date","value":"Mon, 25 Sep 2023 04:55:54 GMT"},{"key":"Date","value":"Mon, 25 Sep 2023 04:55:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 22,\n        \"title\": \"Initial screening\",\n        \"job_id\": 3,\n        \"job\": \"Software Engineer\",\n        \"date\": \"2023-09-15\",\n        \"time\": \"08:51:29\",\n        \"datetime\": \"2023-09-15T08:51:29+00:00\"\n    }\n]"}],"_postman_id":"3c3835a4-55b8-49ea-8066-cc7137256324"},{"name":"Get All Interviews","event":[{"listen":"test","script":{"id":"beb72334-72c7-42b4-b41b-c28ec22cc8e5","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"07568c1e-cd6d-4a7e-8dde-1f8a2074693a","request":{"method":"GET","header":[],"url":"https://app.asyncinterview.ai/api/interviews","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"40|tFT6lI9Pk5hjeyxwfsyv43Wnv5Merq83supF4L5l"}]},"isInherited":true,"source":{"_postman_id":"b1886197-d15b-410e-9e7e-967983e03b31","id":"b1886197-d15b-410e-9e7e-967983e03b31","name":"Async Interview API Documentation","type":"collection"}},"urlObject":{"path":["api","interviews"],"host":["https://app.asyncinterview.ai"],"query":[],"variable":[]}},"response":[{"id":"0f8089bb-397b-4f8b-9ce7-2b0f7c6d7095","name":"Get All Interviews","originalRequest":{"method":"GET","header":[],"url":"https://app.asyncinterview.ai/api/interviews"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 25 Sep 2023 08:36:58 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 17,\n        \"title\": \"Job 1 Interview\",\n        \"url\": \"https://app.asyncinterview.ai/i/x0jMc2\",\n        \"job_id\": 15,\n        \"job\": \"Job 1\",\n        \"date\": \"2023-09-05\",\n        \"time\": \"09:12:54\",\n        \"datetime\": \"2023-09-05T09:12:54+00:00\",\n        \"questions\": [\n            {\n                \"id\": 30,\n                \"stage_id\": 17,\n                \"title\": \"Q 1\",\n                \"created_at\": \"2023-09-05T09:12:54.000000Z\",\n                \"updated_at\": \"2023-09-05T09:12:54.000000Z\",\n                \"order\": 1\n            },\n            {\n                \"id\": 31,\n                \"stage_id\": 17,\n                \"title\": \"Q2\",\n                \"created_at\": \"2023-09-05T09:12:54.000000Z\",\n                \"updated_at\": \"2023-09-05T09:12:54.000000Z\",\n                \"order\": 2\n            }\n        ],\n        \"contacts\": []\n    },\n    {\n        \"id\": 19,\n        \"title\": \"Screening for Job1\",\n        \"url\": \"https://app.asyncinterview.ai/i/mwSnRz\",\n        \"job_id\": 15,\n        \"job\": \"Job 1\",\n        \"date\": \"2023-09-11\",\n        \"time\": \"16:20:15\",\n        \"datetime\": \"2023-09-11T16:20:15+00:00\",\n        \"questions\": [\n            {\n                \"id\": 37,\n                \"stage_id\": 19,\n                \"title\": \"etst\",\n                \"created_at\": \"2023-09-14T07:50:21.000000Z\",\n                \"updated_at\": \"2023-09-14T07:50:21.000000Z\",\n                \"order\": 1\n            }\n        ],\n        \"contacts\": [\n            {\n                \"id\": 2,\n                \"stage_id\": 19,\n                \"file_name\": \"emailListSample.csv\",\n                \"contacts\": [\n                    {\n                        \"name\": \"John Doe\",\n                        \"email\": \"kunwarcpal@gmail.com\"\n                    },\n                    {\n                        \"name\": \"Jane Smith\",\n                        \"email\": \"kcp.1311@gmail.com\"\n                    }\n                ],\n                \"created_at\": \"2023-09-11T18:21:42.000000Z\",\n                \"updated_at\": \"2023-09-11T18:21:42.000000Z\"\n            }\n        ]\n    },\n    {\n        \"id\": 20,\n        \"title\": \"Initial Screening\",\n        \"url\": \"https://app.asyncinterview.ai/i/YLNkxZ\",\n        \"job_id\": 16,\n        \"job\": \"Software Developer\",\n        \"date\": \"2023-09-14\",\n        \"time\": \"07:22:34\",\n        \"datetime\": \"2023-09-14T07:22:34+00:00\",\n        \"questions\": [\n            {\n                \"id\": 36,\n                \"stage_id\": 20,\n                \"title\": \"How many years of experience do you have?\",\n                \"created_at\": \"2023-09-14T07:22:34.000000Z\",\n                \"updated_at\": \"2023-09-14T07:22:34.000000Z\",\n                \"order\": 1\n            }\n        ],\n        \"contacts\": []\n    }\n]"}],"_postman_id":"07568c1e-cd6d-4a7e-8dde-1f8a2074693a"},{"name":"Get All Interviews by Job Id","event":[{"listen":"test","script":{"id":"beb72334-72c7-42b4-b41b-c28ec22cc8e5","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"aace35ef-1692-4629-b265-c2e70201570a","request":{"method":"GET","header":[],"url":"https://app.asyncinterview.ai/api/interviews?job_id=15","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"40|tFT6lI9Pk5hjeyxwfsyv43Wnv5Merq83supF4L5l"}]},"isInherited":true,"source":{"_postman_id":"b1886197-d15b-410e-9e7e-967983e03b31","id":"b1886197-d15b-410e-9e7e-967983e03b31","name":"Async Interview API Documentation","type":"collection"}},"urlObject":{"path":["api","interviews"],"host":["https://app.asyncinterview.ai"],"query":[{"key":"job_id","value":"15"}],"variable":[]}},"response":[{"id":"9439a56b-e8be-4e03-9a92-31ba8b4b0a67","name":"Get All Interviews by Job Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.asyncinterview.ai/api/interviews?job_id=15","host":["https://app.asyncinterview.ai"],"path":["api","interviews"],"query":[{"key":"job_id","value":"15"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 25 Sep 2023 08:38:43 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 17,\n        \"title\": \"Job 1 Interview\",\n        \"url\": \"https://app.asyncinterview.ai/i/x0jMc2\",\n        \"job_id\": 15,\n        \"job\": \"Job 1\",\n        \"date\": \"2023-09-05\",\n        \"time\": \"09:12:54\",\n        \"datetime\": \"2023-09-05T09:12:54+00:00\",\n        \"questions\": [\n            {\n                \"id\": 30,\n                \"stage_id\": 17,\n                \"title\": \"Q 1\",\n                \"created_at\": \"2023-09-05T09:12:54.000000Z\",\n                \"updated_at\": \"2023-09-05T09:12:54.000000Z\",\n                \"order\": 1\n            },\n            {\n                \"id\": 31,\n                \"stage_id\": 17,\n                \"title\": \"Q2\",\n                \"created_at\": \"2023-09-05T09:12:54.000000Z\",\n                \"updated_at\": \"2023-09-05T09:12:54.000000Z\",\n                \"order\": 2\n            }\n        ],\n        \"contacts\": []\n    },\n    {\n        \"id\": 19,\n        \"title\": \"Screening for Job1\",\n        \"url\": \"https://app.asyncinterview.ai/i/mwSnRz\",\n        \"job_id\": 15,\n        \"job\": \"Job 1\",\n        \"date\": \"2023-09-11\",\n        \"time\": \"16:20:15\",\n        \"datetime\": \"2023-09-11T16:20:15+00:00\",\n        \"questions\": [\n            {\n                \"id\": 37,\n                \"stage_id\": 19,\n                \"title\": \"etst\",\n                \"created_at\": \"2023-09-14T07:50:21.000000Z\",\n                \"updated_at\": \"2023-09-14T07:50:21.000000Z\",\n                \"order\": 1\n            }\n        ],\n        \"contacts\": [\n            {\n                \"id\": 2,\n                \"stage_id\": 19,\n                \"file_name\": \"emailListSample.csv\",\n                \"contacts\": [\n                    {\n                        \"name\": \"John Doe\",\n                        \"email\": \"kunwarcpal@gmail.com\"\n                    },\n                    {\n                        \"name\": \"Jane Smith\",\n                        \"email\": \"kcp.1311@gmail.com\"\n                    }\n                ],\n                \"created_at\": \"2023-09-11T18:21:42.000000Z\",\n                \"updated_at\": \"2023-09-11T18:21:42.000000Z\"\n            }\n        ]\n    }\n]"}],"_postman_id":"aace35ef-1692-4629-b265-c2e70201570a"},{"name":"Get Interview by Id","event":[{"listen":"test","script":{"id":"beb72334-72c7-42b4-b41b-c28ec22cc8e5","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"fefd1c89-f803-494b-8de0-9ce6fb912d1c","request":{"method":"GET","header":[],"url":"https://app.asyncinterview.ai/api/interviews?id=19","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"40|tFT6lI9Pk5hjeyxwfsyv43Wnv5Merq83supF4L5l"}]},"isInherited":true,"source":{"_postman_id":"b1886197-d15b-410e-9e7e-967983e03b31","id":"b1886197-d15b-410e-9e7e-967983e03b31","name":"Async Interview API Documentation","type":"collection"}},"urlObject":{"path":["api","interviews"],"host":["https://app.asyncinterview.ai"],"query":[{"key":"id","value":"19"}],"variable":[]}},"response":[{"id":"271ee669-e3e8-4f38-99be-0900b27e1844","name":"Get Interview by Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.asyncinterview.ai/api/interviews?id=19","host":["https://app.asyncinterview.ai"],"path":["api","interviews"],"query":[{"key":"id","value":"19"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 25 Sep 2023 08:41:13 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 19,\n        \"title\": \"Screening for Job1\",\n        \"url\": \"https://app.asyncinterview.ai/i/mwSnRz\",\n        \"job_id\": 15,\n        \"job\": \"Job 1\",\n        \"date\": \"2023-09-11\",\n        \"time\": \"16:20:15\",\n        \"datetime\": \"2023-09-11T16:20:15+00:00\",\n        \"questions\": [\n            {\n                \"id\": 37,\n                \"stage_id\": 19,\n                \"title\": \"etst\",\n                \"created_at\": \"2023-09-14T07:50:21.000000Z\",\n                \"updated_at\": \"2023-09-14T07:50:21.000000Z\",\n                \"order\": 1\n            }\n        ],\n        \"contacts\": [\n            {\n                \"id\": 2,\n                \"stage_id\": 19,\n                \"file_name\": \"emailListSample.csv\",\n                \"contacts\": [\n                    {\n                        \"name\": \"John Doe\",\n                        \"email\": \"kunwarcpal@gmail.com\"\n                    },\n                    {\n                        \"name\": \"Jane Smith\",\n                        \"email\": \"kcp.1311@gmail.com\"\n                    }\n                ],\n                \"created_at\": \"2023-09-11T18:21:42.000000Z\",\n                \"updated_at\": \"2023-09-11T18:21:42.000000Z\"\n            }\n        ]\n    }\n]"}],"_postman_id":"fefd1c89-f803-494b-8de0-9ce6fb912d1c"},{"name":"Send Notifications to emails","event":[{"listen":"test","script":{"id":"beb72334-72c7-42b4-b41b-c28ec22cc8e5","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"69a3d150-7203-4850-90dd-7c70f59d3040","request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"emails[]","value":"kcp.1311@gmail.com","type":"text"},{"key":"emails[]","value":"test@test.com","type":"text","disabled":true},{"key":"emails[]","value":"send@email.com","type":"text","disabled":true}]},"url":"https://app.asyncinterview.ai/api/jobs/15/interview/19/notification","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"40|tFT6lI9Pk5hjeyxwfsyv43Wnv5Merq83supF4L5l"}]},"isInherited":true,"source":{"_postman_id":"b1886197-d15b-410e-9e7e-967983e03b31","id":"b1886197-d15b-410e-9e7e-967983e03b31","name":"Async Interview API Documentation","type":"collection"}},"urlObject":{"path":["api","jobs","15","interview","19","notification"],"host":["https://app.asyncinterview.ai"],"query":[],"variable":[]}},"response":[{"id":"4b352d47-e270-4725-bd8f-4113cc291146","name":"Get Interview by Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.asyncinterview.ai/api/interviews?id=22","host":["https://app.asyncinterview.ai"],"path":["api","interviews"],"query":[{"key":"id","value":"22"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Date","value":"Mon, 25 Sep 2023 04:55:54 GMT"},{"key":"Date","value":"Mon, 25 Sep 2023 04:55:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 22,\n        \"title\": \"Initial screening\",\n        \"job_id\": 3,\n        \"job\": \"Software Engineer\",\n        \"date\": \"2023-09-15\",\n        \"time\": \"08:51:29\",\n        \"datetime\": \"2023-09-15T08:51:29+00:00\"\n    }\n]"}],"_postman_id":"69a3d150-7203-4850-90dd-7c70f59d3040"}],"id":"52b4bc96-8f3e-4a79-8fe0-0d2c40049c56","_postman_id":"52b4bc96-8f3e-4a79-8fe0-0d2c40049c56","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"40|tFT6lI9Pk5hjeyxwfsyv43Wnv5Merq83supF4L5l"}]},"isInherited":true,"source":{"_postman_id":"b1886197-d15b-410e-9e7e-967983e03b31","id":"b1886197-d15b-410e-9e7e-967983e03b31","name":"Async Interview API Documentation","type":"collection"}}},{"name":"Interview's Responses","item":[{"name":"Get Interview Responses","event":[{"listen":"test","script":{"id":"beb72334-72c7-42b4-b41b-c28ec22cc8e5","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"954b8680-75ef-4996-9032-70a19ea65929","request":{"method":"GET","header":[],"url":"https://app.asyncinterview.ai/api/interview_responses","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"40|tFT6lI9Pk5hjeyxwfsyv43Wnv5Merq83supF4L5l"}]},"isInherited":true,"source":{"_postman_id":"b1886197-d15b-410e-9e7e-967983e03b31","id":"b1886197-d15b-410e-9e7e-967983e03b31","name":"Async Interview API Documentation","type":"collection"}},"urlObject":{"path":["api","interview_responses"],"host":["https://app.asyncinterview.ai"],"query":[],"variable":[]}},"response":[{"id":"9ba8c0a1-f132-410e-8df7-40a895c3053b","name":"Get Interview Responses","originalRequest":{"method":"GET","header":[],"url":"https://app.asyncinterview.ai/api/interview_responses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Date","value":"Sun, 04 Feb 2024 10:44:48 GMT"},{"key":"Date","value":"Sun, 04 Feb 2024 10:44:48 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 57,\n        \"name\": \"Shad Atkins\",\n        \"phone\": \"+1 (924) 626-9361\",\n        \"email\": \"valufe@mailinator.com\",\n        \"title\": \"First Round\",\n        \"job_id\": 3,\n        \"job\": \"Software Engineer\",\n        \"date\": \"2024-02-04\",\n        \"time\": \"07:56:11\",\n        \"datetime\": \"2024-02-04T07:56:11+00:00\",\n        \"stage_id\": 46,\n        \"url\": \"ujvQVs\",\n        \"full_share_url\": \"http://localhost/share/ujvQVs\",\n        \"internal_url\": \"http://localhost/interviews/57\",\n        \"text_questions_answers\": {\n            \"Link Question\": \"https://linkedin.com\",\n            \"List Question\": [\n                {\n                    \"List 1\": \"List 1\"\n                },\n                {\n                    \"List 2\": \"List 2\"\n                },\n                {\n                    \"List 3\": \"List 3\"\n                }\n            ],\n            \"Radio question\": \"Radio 1\",\n            \"Dropdown question\": \"Dropdown 2\",\n            \"One Line Question.\": \"One line answer\",\n            \"Multi Lines Questions\": \"<p>Multi line answer</p>\",\n            \"Phone Number question\": \"9856321456\"\n        },\n        \"video\": \"https://asyncinterview-prod.s3.us-west-1.amazonaws.com/interviews/112/1359ab244478694f542b4bdda5ee1e16.mkv\",\n        \"audio\": \"https://asyncinterview-prod.s3.us-west-1.amazonaws.com/interviews/112/1359ab244478694f542b4bdda5ee1e16.mkv\",\n        \"thumb\": \"https://d3116o3gk0uf92.cloudfront.net/interviews/13/779a15d45968fdb3d1ebc2d181e90a3a/Thumb/thumbs2M-00001.png\",\n        \"duration\": 3,\n        \"attempts\": [\n            {\n                \"attempt_id\": 20,\n                \"duration\": 3,\n                \"answers\": [\n                    0\n                ],\n                \"video\": \"https://asyncinterview-prod.s3.us-west-1.amazonaws.com/interviews/112/1359ab244478694f542b4bdda5ee1e16.mkv\",\n                \"thumb\": \"https://d3116o3gk0uf92.cloudfront.net/interviews/13/779a15d45968fdb3d1ebc2d181e90a3a/Thumb/thumbs2M-00001.png\",\n                \"streaming_video\": \"https://asyncinterview-prod.s3.us-west-1.amazonaws.com/interviews/112/1359ab244478694f542b4bdda5ee1e16.mkv\",\n                \"recorded_at\": \"2024-02-04T08:34:56.000000Z\"\n            }\n        ]\n    }\n]"}],"_postman_id":"954b8680-75ef-4996-9032-70a19ea65929"}],"id":"d39df103-b622-43c5-bae7-860b409d64f2","_postman_id":"d39df103-b622-43c5-bae7-860b409d64f2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"40|tFT6lI9Pk5hjeyxwfsyv43Wnv5Merq83supF4L5l"}]},"isInherited":true,"source":{"_postman_id":"b1886197-d15b-410e-9e7e-967983e03b31","id":"b1886197-d15b-410e-9e7e-967983e03b31","name":"Async Interview API Documentation","type":"collection"}}},{"name":"Zapier","item":[{"name":"Get Interview Responses for Zapier","event":[{"listen":"test","script":{"id":"beb72334-72c7-42b4-b41b-c28ec22cc8e5","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"2a779938-a248-4fa4-aeb2-ad4ff3fb2256","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://app.asyncinterview.ai/api/zapier/interview_responses","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"40|tFT6lI9Pk5hjeyxwfsyv43Wnv5Merq83supF4L5l"}]},"isInherited":true,"source":{"_postman_id":"b1886197-d15b-410e-9e7e-967983e03b31","id":"b1886197-d15b-410e-9e7e-967983e03b31","name":"Async Interview API Documentation","type":"collection"}},"urlObject":{"path":["api","zapier","interview_responses"],"host":["https://app.asyncinterview.ai"],"query":[],"variable":[]}},"response":[{"id":"76ad40fe-7c1c-434c-87a6-94a5b151c9da","name":"Get Interview Responses for Zapier","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"job_id","value":"16","type":"text"},{"key":"id","value":"54","type":"text"}]},"url":"https://app.asyncinterview.ai/api/zapier/interview_responses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 04 Feb 2024 12:42:46 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 112,\n        \"name\": \"Kunwar Chandra Pal\",\n        \"phone\": \"+9779849685394\",\n        \"email\": \"kcp.1311@gmail.com\",\n        \"title\": \"Job 1 Interview\",\n        \"job_id\": 15,\n        \"job\": \"Job 1\",\n        \"date\": \"2023-09-05\",\n        \"time\": \"09:12:54\",\n        \"datetime\": \"2023-09-05T09:12:54+00:00\",\n        \"stage_id\": 17,\n        \"url\": \"Bt3ea1\",\n        \"full_share_url\": \"https://app.asyncinterview.ai/share/Bt3ea1\",\n        \"internal_url\": \"https://app.asyncinterview.ai/interviews/112\",\n        \"text_questions_answers\": null,\n        \"video\": \"https://djvd9j1w7w96l.cloudfront.net/interviews/112/1359ab244478694f542b4bdda5ee1e16.mkv\",\n        \"audio\": null,\n        \"thumb\": \"https://djvd9j1w7w96l.cloudfront.net/interviews/112/1359ab244478694f542b4bdda5ee1e16/Thumb/thumbs2M-00001.png\",\n        \"duration\": 30,\n        \"attempts\": 1\n    },\n    {\n        \"id\": 122,\n        \"name\": \"Preston Mcmillan\",\n        \"phone\": \"456789\",\n        \"email\": \"weylin.zackariah@feerock.com\",\n        \"title\": \"Job 1 Interview\",\n        \"job_id\": 15,\n        \"job\": \"Job 1\",\n        \"date\": \"2023-09-05\",\n        \"time\": \"09:12:54\",\n        \"datetime\": \"2023-09-05T09:12:54+00:00\",\n        \"stage_id\": 17,\n        \"url\": \"KRHXdc\",\n        \"full_share_url\": \"https://app.asyncinterview.ai/share/KRHXdc\",\n        \"internal_url\": \"https://app.asyncinterview.ai/interviews/122\",\n        \"text_questions_answers\": null,\n        \"video\": \"https://djvd9j1w7w96l.cloudfront.net/interviews/122/6badf84e00c85faa4be7f0c7f49a6ac0.mkv\",\n        \"audio\": null,\n        \"thumb\": \"https://djvd9j1w7w96l.cloudfront.net/interviews/122/6badf84e00c85faa4be7f0c7f49a6ac0/Thumb/thumbs2M-00001.png\",\n        \"duration\": 16,\n        \"attempts\": 1\n    },\n    {\n        \"id\": 123,\n        \"name\": \"Signe Langley\",\n        \"phone\": \"+1 (803) 427-5042\",\n        \"email\": \"olujimi.thaddeus@feerock.com\",\n        \"title\": \"Job 1 Interview\",\n        \"job_id\": 15,\n        \"job\": \"Job 1\",\n        \"date\": \"2023-09-05\",\n        \"time\": \"09:12:54\",\n        \"datetime\": \"2023-09-05T09:12:54+00:00\",\n        \"stage_id\": 17,\n        \"url\": \"rOnoYK\",\n        \"full_share_url\": \"https://app.asyncinterview.ai/share/rOnoYK\",\n        \"internal_url\": \"https://app.asyncinterview.ai/interviews/123\",\n        \"text_questions_answers\": {\n            \"Link Question\": \"https://linkedin.com\",\n            \"List Question\": [\n                {\n                    \"List 1\": \"List 1\"\n                },\n                {\n                    \"List 2\": \"List 2\"\n                },\n                {\n                    \"List 3\": \"List 3\"\n                }\n            ],\n            \"Radio question\": \"Radio 1\",\n            \"Dropdown question\": \"Dropdown 2\",\n            \"One Line Question.\": \"One line answer\",\n            \"Multi Lines Questions\": \"<p>Multi line answer</p>\",\n            \"Phone Number question\": \"9856321456\"\n        },\n        \"video\": null,\n        \"audio\": \"https://djvd9j1w7w96l.cloudfront.net/interviews/123/dcd693e6c07b3c0965fae11ce76e9119.mkv\",\n        \"thumb\": \"https://djvd9j1w7w96l.cloudfront.net/interviews/123/dcd693e6c07b3c0965fae11ce76e9119/Thumb/thumbs2M-00001.png\",\n        \"duration\": 17,\n        \"attempts\": 2\n    }\n]"}],"_postman_id":"2a779938-a248-4fa4-aeb2-ad4ff3fb2256"},{"name":"Zapier Subscribe","event":[{"listen":"test","script":{"id":"beb72334-72c7-42b4-b41b-c28ec22cc8e5","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"d34e0a58-f142-4a5f-a811-b37a0d0ef05a","request":{"method":"POST","header":[],"url":"https://app.asyncinterview.ai/api/zapier/jobs","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"40|tFT6lI9Pk5hjeyxwfsyv43Wnv5Merq83supF4L5l"}]},"isInherited":true,"source":{"_postman_id":"b1886197-d15b-410e-9e7e-967983e03b31","id":"b1886197-d15b-410e-9e7e-967983e03b31","name":"Async Interview API Documentation","type":"collection"}},"urlObject":{"path":["api","zapier","jobs"],"host":["https://app.asyncinterview.ai"],"query":[],"variable":[]}},"response":[{"id":"983a7ab0-1032-4f32-976d-d6ce9b3835ef","name":"Get Interview Responses for Zapier","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.asyncinterview.ai/api/zapier/interview_responses","host":["https://app.asyncinterview.ai"],"path":["api","zapier","interview_responses"],"query":[{"key":"job_id","value":"5","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 25 Sep 2023 08:52:23 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 17,\n        \"name\": \"Kunwar Chandra Pal\",\n        \"phone\": \"+9779849685394\",\n        \"email\": \"test@gmail.com\",\n        \"title\": \"Job 1 Interview\",\n        \"job_id\": 15,\n        \"job\": \"Job 1\",\n        \"date\": \"2023-09-05\",\n        \"time\": \"09:12:54\",\n        \"datetime\": \"2023-09-05T09:12:54+00:00\",\n        \"interview_response_id\": 112,\n        \"url\": \"Bt3ea1\",\n        \"full_share_url\": \"https://app.asyncinterview.ai/share/Bt3ea1\",\n        \"video\": \"https://asyncinterview-prod.s3.us-west-1.amazonaws.com/interviews/112/1359ab244478694f542b4bdda5ee1e16.mkv\",\n        \"thumb\": \"https://asyncinterview-prod.s3.us-west-1.amazonaws.com/interviews/112/1359ab244478694f542b4bdda5ee1e16/Thumb/thumbs2M-00001.png\",\n        \"duration\": 30,\n        \"attempts\": 1\n    },\n    {\n        \"id\": 17,\n        \"name\": \"Preston Mcmillan\",\n        \"phone\": \"456789\",\n        \"email\": \"weylin.zackariah@feerock.com\",\n        \"title\": \"Job 1 Interview\",\n        \"job_id\": 15,\n        \"job\": \"Job 1\",\n        \"date\": \"2023-09-05\",\n        \"time\": \"09:12:54\",\n        \"datetime\": \"2023-09-05T09:12:54+00:00\",\n        \"interview_response_id\": 122,\n        \"url\": \"KRHXdc\",\n        \"full_share_url\": \"https://app.asyncinterview.ai/share/KRHXdc\",\n        \"video\": \"https://asyncinterview-prod.s3.us-west-1.amazonaws.com/interviews/122/6badf84e00c85faa4be7f0c7f49a6ac0.mkv\",\n        \"thumb\": \"https://asyncinterview-prod.s3.us-west-1.amazonaws.com/interviews/122/6badf84e00c85faa4be7f0c7f49a6ac0/Thumb/thumbs2M-00001.png\",\n        \"duration\": 16,\n        \"attempts\": 1\n    },\n    {\n        \"id\": 17,\n        \"name\": \"Signe Langley\",\n        \"phone\": \"+1 (803) 427-5042\",\n        \"email\": \"olujimi.thaddeus@feerock.com\",\n        \"title\": \"Job 1 Interview\",\n        \"job_id\": 15,\n        \"job\": \"Job 1\",\n        \"date\": \"2023-09-05\",\n        \"time\": \"09:12:54\",\n        \"datetime\": \"2023-09-05T09:12:54+00:00\",\n        \"interview_response_id\": 123,\n        \"url\": \"rOnoYK\",\n        \"full_share_url\": \"https://app.asyncinterview.ai/share/rOnoYK\",\n        \"video\": \"https://asyncinterview-prod.s3.us-west-1.amazonaws.com/interviews/123/dcd693e6c07b3c0965fae11ce76e9119.mkv\",\n        \"thumb\": \"https://asyncinterview-prod.s3.us-west-1.amazonaws.com/interviews/123/dcd693e6c07b3c0965fae11ce76e9119/Thumb/thumbs2M-00001.png\",\n        \"duration\": 17,\n        \"attempts\": 2\n    }\n]"}],"_postman_id":"d34e0a58-f142-4a5f-a811-b37a0d0ef05a"}],"id":"7b14d97e-e849-4876-ad80-cf81969e260b","_postman_id":"7b14d97e-e849-4876-ad80-cf81969e260b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"40|tFT6lI9Pk5hjeyxwfsyv43Wnv5Merq83supF4L5l"}]},"isInherited":true,"source":{"_postman_id":"b1886197-d15b-410e-9e7e-967983e03b31","id":"b1886197-d15b-410e-9e7e-967983e03b31","name":"Async Interview API Documentation","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"40|tFT6lI9Pk5hjeyxwfsyv43Wnv5Merq83supF4L5l"}]}},"event":[{"listen":"prerequest","script":{"id":"c55d65af-93bc-41d9-88c3-0ba1da71283c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"73afc027-ad75-42fa-a90b-f66abb5eb0ee","type":"text/javascript","exec":[""]}}],"variable":[{"key":"id","value":"1","disabled":true},{"key":"api_token","value":"2|b0axOiOPl1oKQk0e8MiNY7zVCOHNcaovt2DtHYQH","type":"string","disabled":true},{"key":"base_url","value":"http://localhost","disabled":true},{"key":"base_url","value":"https://app.asyncinterview.ai","type":"string"},{"key":"api_token","value":"7|ORdQRWV6z7cEhhjUdSAf3QWUjhBfcSrstJZ95mQG","disabled":true},{"key":"api_token","value":"40|tFT6lI9Pk5hjeyxwfsyv43Wnv5Merq83supF4L5l","type":"string"}]}