{"info":{"_postman_id":"17593b69-6f16-4eee-a077-8ad6025db3ea","name":"Api Documentation","description":"<html><head></head><body><h1 id=\"authentication\">Authentication</h1>\n<p>In order to use the API, you should authenticate your request by including your API key as a bearer token value:</p>\n<p><code>Authorization: Bearer API_KEY_HERE</code></p>\n<p>You can manage your api keys inside your profile at /user/api</p>\n<h1 id=\"headers\">Headers</h1>\n<p>Make sure you have the following content type headers are set on every request:</p>\n<p><code>Accept: application/json</code><br><code>Content-Type: application/json</code></p>\n<h1 id=\"basic-usage\">Basic usage</h1>\n<h2 id=\"including-relationships\">Including relationships</h2>\n<p>The <code>includes</code> query parameter will load related data onto your results.</p>\n<p>Example: <code>/surveys?include=groups</code> will include groups for each survey.</p>\n<h2 id=\"filtering\">Filtering</h2>\n<p>The <code>filters</code> query parameter will allow you to filter on allowed filters</p>\n<p>Example: <code>/surveys?filter[private]=1</code> will filter the result to only private surveys.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"Headers","slug":"headers"},{"content":"Basic usage","slug":"basic-usage"}],"owner":"2071419","collectionId":"17593b69-6f16-4eee-a077-8ad6025db3ea","publishedId":"SWE55JTq","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"38B2AD"},"publishDate":"2020-06-18T10:11:09.000Z"},"item":[{"name":"Participants","item":[{"name":"List Participants","id":"f7ca7375-a710-4d8f-8aaf-1ca741e451e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"/api/v1/participants","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"17593b69-6f16-4eee-a077-8ad6025db3ea","id":"17593b69-6f16-4eee-a077-8ad6025db3ea","name":"Api Documentation","type":"collection"}},"urlObject":{"path":["api","v1","participants"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>Possible includes are <code>tags.tag</code> and <code>answers.question</code></p>\n","type":"text/plain"},"key":"include","value":"answers.question"}],"variable":[]}},"response":[{"id":"5b353037-070b-4ca9-aca6-fabbe124e627","name":"List Participants","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer "}],"url":"/api/v1/participants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 06 Dec 2019 11:57:07 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"email\": \"info@example.com\",\n            \"invited_at\": \"2019-12-06T10:40:20.000000Z\",\n            \"responded_at\": \"2019-12-06T10:40:20.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"f7ca7375-a710-4d8f-8aaf-1ca741e451e6"},{"name":"Show Participant","event":[{"listen":"prerequest","script":{"id":"a5601c30-97dd-435f-84ab-4ac3a2a73d1c","exec":[""],"type":"text/javascript","packages":{}}}],"id":"6ea6ea3d-cf07-4165-9a2c-9b1412d163c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"/api/v1/participants/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"17593b69-6f16-4eee-a077-8ad6025db3ea","id":"17593b69-6f16-4eee-a077-8ad6025db3ea","name":"Api Documentation","type":"collection"}},"urlObject":{"path":["api","v1","participants",":id"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>Possible includes are <code>tags.tag</code> and <code>answers.question</code></p>\n","type":"text/plain"},"key":"include","value":""}],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"8a4d68ff-9717-4133-a5ae-1a15af080b27","name":"Show Participant","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer "}],"url":{"raw":"/api/v1/participants/:id","host":[""],"path":["api","v1","participants",":id"],"query":[{"key":"include","value":"","description":"Possible includes are `tags.tag` and `answers.question`","type":"text","disabled":true}],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 06 Dec 2019 21:37:18 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"email\": \"info@example.com\",\n        \"invited_at\": \"2019-12-06T21:35:58.000000Z\",\n        \"responded_at\": \"2019-12-06T21:35:58.000000Z\",\n        \"answers\": [\n            {\n                \"id\": 1,\n                \"value\": \"Answer to question #1\",\n                \"question\": {\n                    \"id\": 1,\n                    \"group_id\": 1,\n                    \"name\": \"Question #1\",\n                    \"description\": null,\n                    \"settings\": null,\n                    \"type\": \"text\",\n                    \"required\": false,\n                    \"order\": 0,\n                    \"hidden\": false,\n                    \"options\": []\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"6ea6ea3d-cf07-4165-9a2c-9b1412d163c8"},{"name":"Download participant PDF","event":[{"listen":"prerequest","script":{"id":"8d77feed-56f7-463f-af26-aefd96d0411c","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0fe248df-2d5d-47b3-969d-6f2ce9582cc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"/api/v1/participants/:id/pdf","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"17593b69-6f16-4eee-a077-8ad6025db3ea","id":"17593b69-6f16-4eee-a077-8ad6025db3ea","name":"Api Documentation","type":"collection"}},"urlObject":{"path":["api","v1","participants",":id","pdf"],"host":[""],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"0fe248df-2d5d-47b3-969d-6f2ce9582cc7"},{"name":"Delete Participant","id":"3d194f1c-3184-4d91-8e6d-8901523f3788","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"/api/v1/participants/:participantId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"17593b69-6f16-4eee-a077-8ad6025db3ea","id":"17593b69-6f16-4eee-a077-8ad6025db3ea","name":"Api Documentation","type":"collection"}},"urlObject":{"path":["api","v1","participants",":participantId"],"host":[""],"query":[],"variable":[{"type":"string","value":"1","key":"participantId"}]}},"response":[{"id":"5a260487-d316-4162-951e-0b2499381e77","name":"Delete Participant","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer "}],"url":{"raw":"/api/v1/participants/:participantId","host":[""],"path":["api","v1","participants",":participantId"],"variable":[{"key":"participantId","value":"2","type":"string"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.21.0"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.21"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jul 2021 11:57:09 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"phpdebugbar-id","value":"Xfabbb328d7d471f53b2cf16d6c7635a4"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3d194f1c-3184-4d91-8e6d-8901523f3788"}],"id":"d43bd34c-2e8a-4e52-b16d-a7f46885ae60","_postman_id":"d43bd34c-2e8a-4e52-b16d-a7f46885ae60","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"17593b69-6f16-4eee-a077-8ad6025db3ea","id":"17593b69-6f16-4eee-a077-8ad6025db3ea","name":"Api Documentation","type":"collection"}}},{"name":"Surveys","item":[{"name":"Participants","item":[{"name":"Create Participant","id":"d5a5ccc6-638d-48c8-a8ae-4e5c6bf9fe8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer "}],"body":{"mode":"raw","raw":"{\n    \"email\": \"info@example.com\",\n    \"tags\": {\n        \"naam\": \"Henk\"\n    }\n}"},"url":"/api/v1/surveys/:surveyId/participants","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"17593b69-6f16-4eee-a077-8ad6025db3ea","id":"17593b69-6f16-4eee-a077-8ad6025db3ea","name":"Api Documentation","type":"collection"}},"urlObject":{"path":["api","v1","surveys",":surveyId","participants"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>\"1\", \"true\", \"on\", and \"yes\". Otherwise false. True if not included.</p>\n","type":"text/plain"},"key":"send_mail","value":"false"}],"variable":[{"type":"any","value":"1","key":"surveyId"}]}},"response":[{"id":"43ee97b3-68f2-4ddd-96e2-1a83aa7e7b85","name":"Create Participant","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer "}],"body":{"mode":"raw","raw":"{\n    \"email\": \"info@example.com\",\n    \"tags\": {\n        \"naam\": \"Henk\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/api/v1/surveys/:surveyId/participants","host":[""],"path":["api","v1","surveys",":surveyId","participants"],"variable":[{"key":"surveyId","value":"1","type":"string"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.21.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.21"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jul 2021 11:55:30 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"X7192e0a9ee36b95a26c33f6855970800"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 14,\n        \"email\": \"info@example.com\",\n        \"token\": \"wASUfIvoYq0qOVSx\",\n        \"invited_at\": null,\n        \"responded_at\": null\n    }\n}"}],"_postman_id":"d5a5ccc6-638d-48c8-a8ae-4e5c6bf9fe8f"},{"name":"List Participants","id":"95c01d0f-d815-4a59-b447-f842815a3744","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer "}],"url":"/api/v1/surveys/:surveyId/participants","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"17593b69-6f16-4eee-a077-8ad6025db3ea","id":"17593b69-6f16-4eee-a077-8ad6025db3ea","name":"Api Documentation","type":"collection"}},"urlObject":{"path":["api","v1","surveys",":surveyId","participants"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>Possible includes are <code>answers.question</code> and <code>tags.tag</code></p>\n","type":"text/plain"},"key":"include","value":""}],"variable":[{"type":"string","value":"1","key":"surveyId"}]}},"response":[{"id":"aa819971-f8d9-4bc6-af0f-e7ec1aec85d2","name":"List Participants","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer "}],"url":{"raw":"/api/v1/surveys/:surveyId/participants","host":[""],"path":["api","v1","surveys",":surveyId","participants"],"query":[{"key":"include","value":"","description":"Possible includes are `answers.question` and `tags.tag`","disabled":true}],"variable":[{"key":"surveyId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 06 Dec 2019 21:42:20 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"email\": \"info@example.com\",\n            \"invited_at\": \"2019-12-06T21:35:58.000000Z\",\n            \"responded_at\": \"2019-12-06T21:35:58.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"95c01d0f-d815-4a59-b447-f842815a3744"},{"name":"Show Participant","id":"a949bdb6-9f2d-48e5-9b8a-11a1785edb0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer "}],"url":"/api/v1/surveys/:surveyId/participants/:participantId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"17593b69-6f16-4eee-a077-8ad6025db3ea","id":"17593b69-6f16-4eee-a077-8ad6025db3ea","name":"Api Documentation","type":"collection"}},"urlObject":{"path":["api","v1","surveys",":surveyId","participants",":participantId"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>Possible includes are <code>answers.question</code> and <code>tags.tag</code></p>\n","type":"text/plain"},"key":"include","value":""}],"variable":[{"type":"string","value":"1","key":"surveyId"},{"type":"string","value":"1","key":"participantId"}]}},"response":[{"id":"de570fd2-3112-4ff5-9a23-a026d0e2f76e","name":"Show Participant","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer "}],"url":{"raw":"/api/v1/surveys/:surveyId/participants/:participantId","host":[""],"path":["api","v1","surveys",":surveyId","participants",":participantId"],"query":[{"key":"include","value":"","description":"Possible includes are `answers.question` and `tags.tag`","disabled":true}],"variable":[{"key":"surveyId","value":"1"},{"key":"participantId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 18 Jun 2020 10:12:32 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"55"},{"key":"phpdebugbar-id","value":"X7724d6a5d4a96845231bed6837d1d845"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"email\": null,\n        \"invited_at\": null,\n        \"responded_at\": \"18-06-2020 12:08\",\n        \"answers\": [\n            {\n                \"id\": 1,\n                \"value\": \"Antwoord op vraag 1\",\n                \"explanation\": \"\",\n                \"file\": null,\n                \"question\": {\n                    \"id\": 1,\n                    \"name\": \"Verplichte tekstregel\",\n                    \"description\": null,\n                    \"settings\": null,\n                    \"type\": \"input\",\n                    \"required\": true,\n                    \"hidden\": false,\n                    \"values\": null,\n                    \"options\": [],\n                    \"group_id\": 1,\n                    \"element_type\": \"question\",\n                    \"element_id\": 2,\n                    \"order\": 1\n                }\n            },\n            {\n                \"id\": 2,\n                \"value\": \"\",\n                \"explanation\": \"\",\n                \"file\": null,\n                \"question\": {\n                    \"id\": 2,\n                    \"name\": \"Optionele tekstregel\",\n                    \"description\": null,\n                    \"settings\": null,\n                    \"type\": \"input\",\n                    \"required\": false,\n                    \"hidden\": false,\n                    \"values\": null,\n                    \"options\": [],\n                    \"group_id\": 1,\n                    \"element_type\": \"question\",\n                    \"element_id\": 3,\n                    \"order\": 2\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"a949bdb6-9f2d-48e5-9b8a-11a1785edb0d"}],"id":"d9e8ae6c-132e-430f-9d46-c884c62f8288","_postman_id":"d9e8ae6c-132e-430f-9d46-c884c62f8288","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"17593b69-6f16-4eee-a077-8ad6025db3ea","id":"17593b69-6f16-4eee-a077-8ad6025db3ea","name":"Api Documentation","type":"collection"}}},{"name":"Blacklist","item":[{"name":"List Blacklists","id":"601456f9-5ce4-47a5-bea6-e90c3cd05807","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"/api/v1/surveys/:surveyId/blacklist","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"17593b69-6f16-4eee-a077-8ad6025db3ea","id":"17593b69-6f16-4eee-a077-8ad6025db3ea","name":"Api Documentation","type":"collection"}},"urlObject":{"path":["api","v1","surveys",":surveyId","blacklist"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>Possible includes are <code>answers.question</code> and <code>tags.tag</code></p>\n","type":"text/plain"},"key":"include","value":""}],"variable":[{"type":"any","value":"103","key":"surveyId"}]}},"response":[{"id":"50db37fc-371f-4a1c-8671-ebef1a216d1a","name":"List Blacklists","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"/api/v1/surveys/:surveyId/blacklist","host":[""],"path":["api","v1","surveys",":surveyId","blacklist"],"query":[{"key":"include","value":"","description":"Possible includes are `answers.question` and `tags.tag`","disabled":true}],"variable":[{"key":"surveyId","value":"1","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.3.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 17 Apr 2024 12:40:07 GMT"},{"key":"X-RateLimit-Limit","value":"300"},{"key":"X-RateLimit-Remaining","value":"299"},{"key":"phpdebugbar-id","value":"Xd796e5e5555df1629b0c82d9cd14993b"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"email\": \"info@mach3builders.nl\",\n            \"created_at\": \"2024-04-16T12:20:56.000000Z\"\n        },\n        {\n            \"email\": \"info@mach3builders.nl\",\n            \"created_at\": \"2024-04-16T12:20:56.000000Z\"\n        },\n        {\n            \"email\": \"info@mach3builders.nl\",\n            \"created_at\": \"2024-04-16T12:20:56.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"601456f9-5ce4-47a5-bea6-e90c3cd05807"}],"id":"7dacb3db-a873-417a-a238-fb9d5cdeea50","_postman_id":"7dacb3db-a873-417a-a238-fb9d5cdeea50","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"17593b69-6f16-4eee-a077-8ad6025db3ea","id":"17593b69-6f16-4eee-a077-8ad6025db3ea","name":"Api Documentation","type":"collection"}}},{"name":"List Surveys","id":"f9cf3bb6-0f37-4416-bb85-64624fc74bc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"/api/v1/surveys","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"17593b69-6f16-4eee-a077-8ad6025db3ea","id":"17593b69-6f16-4eee-a077-8ad6025db3ea","name":"Api Documentation","type":"collection"}},"urlObject":{"path":["api","v1","surveys"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>Possible includes are <code>groups.questions.options</code> and <code>invitation</code></p>\n","type":"text/plain"},"key":"include","value":""},{"disabled":true,"description":{"content":"<p>Possible filters are <code>name</code> and <code>private</code></p>\n","type":"text/plain"},"key":"filter","value":""}],"variable":[]}},"response":[],"_postman_id":"f9cf3bb6-0f37-4416-bb85-64624fc74bc9"},{"name":"Show Survey","id":"39af0f1e-f71d-4143-a928-780981e7b87a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"/api/v1/surveys/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"17593b69-6f16-4eee-a077-8ad6025db3ea","id":"17593b69-6f16-4eee-a077-8ad6025db3ea","name":"Api Documentation","type":"collection"}},"urlObject":{"path":["api","v1","surveys",":id"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>Possible includes are <code>groups.questions.options</code> and <code>invitation</code></p>\n","type":"text/plain"},"key":"include","value":""}],"variable":[{"type":"string","value":"1","key":"id"}]}},"response":[{"id":"0614d506-a778-4303-8143-8b3a22799b84","name":"Show Survey","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer "}],"url":{"raw":"/api/v1/surveys/:id","host":[""],"path":["api","v1","surveys",":id"],"query":[{"key":"include","value":"","description":"Possible includes are `invitation`","disabled":true}],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 06 Dec 2019 21:41:48 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"design_id\": null,\n        \"name\": \"My Survey\",\n        \"footer\": \"Quae assumenda voluptatem repellat suscipit. Ut et eius repudiandae placeat culpa. Alias quisquam deleniti id molestiae in vero officia. Dolor aut et quia. Aliquid quam quod et numquam.\",\n        \"message\": \"Quod consequuntur dolorem assumenda dolor earum deleniti at autem. Ratione consequuntur maiores autem neque ut. Consequatur minima nihil illo ullam.\",\n        \"send_button\": \"Complete survey\",\n        \"token\": \"GHRCTDkuJfDbV1HI\",\n        \"private\": 0,\n        \"groups\": [\n            {\n                \"id\": 1,\n                \"survey_id\": 1,\n                \"name\": \"Group #1\",\n                \"description\": null,\n                \"order\": 0,\n                \"questions\": [\n                    {\n                        \"id\": 1,\n                        \"group_id\": 1,\n                        \"name\": \"Question #1\",\n                        \"description\": null,\n                        \"settings\": null,\n                        \"type\": \"text\",\n                        \"required\": false,\n                        \"order\": 0,\n                        \"hidden\": false,\n                        \"options\": []\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"39af0f1e-f71d-4143-a928-780981e7b87a"}],"id":"db1f4ea2-61fe-4c09-9702-690cd0232675","_postman_id":"db1f4ea2-61fe-4c09-9702-690cd0232675","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"17593b69-6f16-4eee-a077-8ad6025db3ea","id":"17593b69-6f16-4eee-a077-8ad6025db3ea","name":"Api Documentation","type":"collection"}}},{"name":"Users","item":[{"name":"List Users","id":"4dc3d98b-b7cb-4bf7-9626-10f9312fd766","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"/api/v1/users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"17593b69-6f16-4eee-a077-8ad6025db3ea","id":"17593b69-6f16-4eee-a077-8ad6025db3ea","name":"Api Documentation","type":"collection"}},"urlObject":{"path":["api","v1","users"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"005258bb-cb52-4cff-88eb-8e39af48db1b","name":"List Users","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer "}],"url":"/api/v1/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 06 Dec 2019 21:50:12 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"email\": \"johndoe@example.com\",\n            \"active\": 1,\n            \"locale\": \"en\"\n        }\n    ]\n}"}],"_postman_id":"4dc3d98b-b7cb-4bf7-9626-10f9312fd766"},{"name":"Show User","id":"3d7e0d76-ca2d-4c5a-a7e9-666c546a3909","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"/api/v1/users/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"17593b69-6f16-4eee-a077-8ad6025db3ea","id":"17593b69-6f16-4eee-a077-8ad6025db3ea","name":"Api Documentation","type":"collection"}},"urlObject":{"path":["api","v1","users",":id"],"host":[""],"query":[],"variable":[{"type":"string","value":"1","key":"id"}]}},"response":[{"id":"26d346b0-f299-4cac-b891-18caae95c004","name":"Show User","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer "}],"url":{"raw":"/api/v1/users/:id","host":[""],"path":["api","v1","users",":id"],"variable":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.3.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 06 Dec 2019 21:50:22 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"email\": \"johndoe@example.com\",\n        \"active\": 1,\n        \"locale\": \"en\"\n    }\n}"}],"_postman_id":"3d7e0d76-ca2d-4c5a-a7e9-666c546a3909"}],"id":"e8af21a6-dec1-41b2-9380-95c5c8ccb4a5","_postman_id":"e8af21a6-dec1-41b2-9380-95c5c8ccb4a5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"17593b69-6f16-4eee-a077-8ad6025db3ea","id":"17593b69-6f16-4eee-a077-8ad6025db3ea","name":"Api Documentation","type":"collection"}}},{"name":"Blacklist","item":[{"name":"List Blacklists","id":"c4148b36-380a-4ad0-9b79-4c5e671ccaf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"/api/v1/blacklist","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"17593b69-6f16-4eee-a077-8ad6025db3ea","id":"17593b69-6f16-4eee-a077-8ad6025db3ea","name":"Api Documentation","type":"collection"}},"urlObject":{"path":["api","v1","blacklist"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>Possible includes are <code>answers.question</code> and <code>tags.tag</code></p>\n","type":"text/plain"},"key":"include","value":""}],"variable":[]}},"response":[{"id":"5673a1a7-7e40-482f-a98e-65f64d0b7c7c","name":"List Blacklists","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"/api/v1/blacklist","host":[""],"path":["api","v1","blacklist"],"query":[{"key":"include","value":"","description":"Possible includes are `answers.question` and `tags.tag`","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.3.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 17 Apr 2024 12:41:12 GMT"},{"key":"X-RateLimit-Limit","value":"300"},{"key":"X-RateLimit-Remaining","value":"299"},{"key":"phpdebugbar-id","value":"X9e3708148fc66048d1bbc96322677845"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"email\": \"info@mach3builders.nl\",\n            \"created_at\": \"2024-04-16T12:20:56.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"c4148b36-380a-4ad0-9b79-4c5e671ccaf2"}],"id":"f06667b5-be8e-42ae-a06f-23dcedec53e6","_postman_id":"f06667b5-be8e-42ae-a06f-23dcedec53e6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"17593b69-6f16-4eee-a077-8ad6025db3ea","id":"17593b69-6f16-4eee-a077-8ad6025db3ea","name":"Api Documentation","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"b6f5ead8-a886-450e-b23e-bf93fb22856e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"686fee4a-51e8-465c-ba64-694401608e6f","type":"text/javascript","exec":[""]}}],"variable":[{"key":"url","value":"","type":"string"},{"key":"token","value":"","type":"string"}]}