{"info":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","description":"<html><head></head><body><p>Welcome to the StudentConvert API documentation. The Location API Key can be found under Company Settings.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"15356147","collectionId":"b2334288-042a-4f39-bea5-11026db2b80f","publishedId":"2s8YzMWjah","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-12-03T04:22:58.000Z"},"item":[{"name":"Calendar","item":[{"name":"Calendar/Team","item":[{"name":"/v1/calendars/teams","id":"3f5a3c7b-fd6b-4756-a86f-5b8bd536f994","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/calendars/teams","description":"<h4>Get all teams. <h4><strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p></h4></h4>","urlObject":{"path":["v1","calendars","teams"],"host":["https://api.studentconvert.com"],"query":[],"variable":[]}},"response":[{"id":"75e73d1f-2798-49c5-b283-0c6c37dc19b0","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/calendars/teams"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"teams\": [\n  {\n   \"id\": \"OW59k4IchTgKjIDy3VMO\",\n   \"name\": \"Test Team\",\n   \"members\": [\n    {\n     \"id\": \"mnUXmpG2MhhHKmjegzBZ\",\n     \"name\": \"Elon Musk\",\n     \"email\": \"elon@musk.com\"\n    },\n    {\n     \"id\": \"mnUXmpG2MhhHKmjegzBZ\",\n     \"name\": \"Elon Musk\",\n     \"email\": \"elon@musk.com\"\n    }\n   ],\n   \"calendarConfig\": {\n    \"calendarName\": \"Test Calendar\",\n    \"description\": \"Desc.\",\n    \"slug\": \"slug\",\n    \"link\": \"/widget/appointment/slug\",\n    \"shouldAssignContactToTeamMember\": false,\n    \"shouldSkipAssigningContactForExisting\": false\n   }\n  },\n  {\n   \"id\": \"OW59k4IchTgKjIDy3VMO\",\n   \"name\": \"Test Team\",\n   \"members\": [\n    {\n     \"id\": \"mnUXmpG2MhhHKmjegzBZ\",\n     \"name\": \"Elon Musk\",\n     \"email\": \"elon@musk.com\"\n    },\n    {\n     \"id\": \"mnUXmpG2MhhHKmjegzBZ\",\n     \"name\": \"Elon Musk\",\n     \"email\": \"elon@musk.com\"\n    }\n   ],\n   \"calendarConfig\": {\n    \"calendarName\": \"Test Calendar\",\n    \"description\": \"Desc.\",\n    \"slug\": \"slug\",\n    \"link\": \"/widget/appointment/slug\",\n    \"shouldAssignContactToTeamMember\": false,\n    \"shouldSkipAssigningContactForExisting\": false\n   }\n  }\n ]\n}"},{"id":"b9bafc5e-f221-4123-9e03-1b42a908f341","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/calendars/teams"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"7b67b83a-bc5d-4283-bc36-23fc5b80c590","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/calendars/teams"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"3f5a3c7b-fd6b-4756-a86f-5b8bd536f994"},{"name":"/v1/calendars/check-slug-availability/:slug","id":"018fc93f-8920-43fd-ab86-9c3db8b8e15b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/calendars/check-slug-availability/:slug","description":"<h4>Check Calendar (Provider) slug availability.</h4><strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","calendars","check-slug-availability",":slug"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"1d0db4f7-457e-48f9-9eb0-f42e5fdde834","description":{"content":"<p>(Required) Slug</p>\n","type":"text/plain"},"type":"any","value":"xyz","key":"slug"}]}},"response":[{"id":"1f970cfd-dca6-4db6-bca5-cbd7562af8fd","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/calendars/check-slug-availability/:slug","host":["https://api.studentconvert.com"],"path":["v1","calendars","check-slug-availability",":slug"],"variable":[{"key":"slug","value":"xyz","description":"(Required) Slug"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"slug\": \"sales-services\",\n \"isSlugAvailable\": true\n}"},{"id":"8aca8aaa-ba9a-4f56-b800-f4d4d6d05f7e","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/calendars/check-slug-availability/:slug","host":["https://api.studentconvert.com"],"path":["v1","calendars","check-slug-availability",":slug"],"variable":[{"key":"slug","value":"xyz","description":"(Required) Slug"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"fd651ec4-3fe6-426d-a6d3-138a18055ac7","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/calendars/check-slug-availability/:slug","host":["https://api.studentconvert.com"],"path":["v1","calendars","check-slug-availability",":slug"],"variable":[{"key":"slug","value":"xyz","description":"(Required) Slug"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"93e82539-5cfc-4ce2-b6d1-bed5a3ce8f59","name":"Unprocessable Entity","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/calendars/check-slug-availability/:slug","host":["https://api.studentconvert.com"],"path":["v1","calendars","check-slug-availability",":slug"],"variable":[{"key":"slug","value":"xyz","description":"(Required) Slug"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"email or phone\": {\n  \"message\": \"The email or phone field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"018fc93f-8920-43fd-ab86-9c3db8b8e15b"},{"name":"/v1/calendars/teams/","id":"f24cbd07-9bd5-4847-a61c-7443c4b78889","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sales Team\",\n    \"userIds\": [\n        \"nisi incididunt\",\n        \"laboris veniam Ut\"\n    ],\n    \"calendarConfig\": {\n        \"calendarName\": \"Sales Team Calendar\",\n        \"description\": \"Sales Team Calendar Services\",\n        \"slug\": \"sales-team\",\n        \"shouldAssignContactToTeamMember\": false,\n        \"shouldSkipAssigningContactForExisting\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/calendars/teams/","description":"<h4>Create a team.</h4> <p>Required JSON fields in the body</p><table><thead><th>Fields</th><th>Types</th><th>Example</th></thead><tbody><tr><td>name</td><td>string</td><td>Test Team</td></tr><tr><td>userIds</td><td>array</td><td><code>[\"J37gEVtdFMRYVQWPdXIc\"]</code></td></tr><tr><td>calendarConfig</td><td>object</td><td><code>{\"calendarName\": \"test\", \"description\": \"dfsadfsd\", \"slug\": \"tesfdsafdsa\", \"link\": \"/widget/appointment/tesfdsafdsa\", \"shouldAssignContactToTeamMember\": false, \"shouldSkipAssigningContactForExisting\": false}</code></td></tr></tbody></table><p>Required JSON fields in the <code>calendarConfig</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th></thead><tbody><tr><td>calendarName</td><td>string</td><td>First Calendar</td></tr><tr><td>description</td><td>string</td><td>Some description</td></tr><tr><td>slug</td><td>string</td><td>first-calendar</td></tr></tbody></table><p>Allowed JSON fields in the <code>calendarConfig</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th></thead><tbody><tr><td>shouldAssignContactToTeamMember</td><td>boolean</td><td><code>false</code></td></tr><tr><td>shouldSkipAssigningContactForExisting</td><td>boolean</td><td><code>false</code></td></tr></tbody></table><br /><strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","calendars","teams",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[]}},"response":[{"id":"bad7bdb7-9c44-490e-8b4f-a5f3a7f6a1a9","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sales Team\",\n    \"userIds\": [\n        \"ea est esse ad velit\",\n        \"ex ut et eiusmod\"\n    ],\n    \"calendarConfig\": {\n        \"calendarName\": \"Sales Team Calendar\",\n        \"description\": \"Sales Team Calendar Services\",\n        \"slug\": \"sales-team\",\n        \"shouldAssignContactToTeamMember\": false,\n        \"shouldSkipAssigningContactForExisting\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/calendars/teams/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"OW59k4IchTgKjIDy3VMO\",\n \"name\": \"Test Team\",\n \"members\": [\n  {\n   \"id\": \"mnUXmpG2MhhHKmjegzBZ\",\n   \"name\": \"Elon Musk\",\n   \"email\": \"elon@musk.com\"\n  },\n  {\n   \"id\": \"mnUXmpG2MhhHKmjegzBZ\",\n   \"name\": \"Elon Musk\",\n   \"email\": \"elon@musk.com\"\n  }\n ],\n \"calendarConfig\": {\n  \"calendarName\": \"Test Calendar\",\n  \"description\": \"Desc.\",\n  \"slug\": \"slug\",\n  \"link\": \"/widget/appointment/slug\",\n  \"shouldAssignContactToTeamMember\": false,\n  \"shouldSkipAssigningContactForExisting\": false\n }\n}"},{"id":"58e3d0d7-a021-4920-8ade-f99ee3bdf87f","name":"Bad Request. please contact support!","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sales Team\",\n    \"userIds\": [\n        \"ea est esse ad velit\",\n        \"ex ut et eiusmod\"\n    ],\n    \"calendarConfig\": {\n        \"calendarName\": \"Sales Team Calendar\",\n        \"description\": \"Sales Team Calendar Services\",\n        \"slug\": \"sales-team\",\n        \"shouldAssignContactToTeamMember\": false,\n        \"shouldSkipAssigningContactForExisting\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/calendars/teams/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"f48b6ce1-7dc8-4f81-aa45-6a87e4280039","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sales Team\",\n    \"userIds\": [\n        \"ea est esse ad velit\",\n        \"ex ut et eiusmod\"\n    ],\n    \"calendarConfig\": {\n        \"calendarName\": \"Sales Team Calendar\",\n        \"description\": \"Sales Team Calendar Services\",\n        \"slug\": \"sales-team\",\n        \"shouldAssignContactToTeamMember\": false,\n        \"shouldSkipAssigningContactForExisting\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/calendars/teams/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"45836f19-bf04-47d6-91ca-8d681cf36195","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sales Team\",\n    \"userIds\": [\n        \"ea est esse ad velit\",\n        \"ex ut et eiusmod\"\n    ],\n    \"calendarConfig\": {\n        \"calendarName\": \"Sales Team Calendar\",\n        \"description\": \"Sales Team Calendar Services\",\n        \"slug\": \"sales-team\",\n        \"shouldAssignContactToTeamMember\": false,\n        \"shouldSkipAssigningContactForExisting\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/calendars/teams/"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"name\": {\n  \"message\": \"The name field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"userIds\": {\n  \"message\": \"The user ids field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"calendarConfig.calendarName\": {\n  \"message\": \"The calendarConfig.calendarName field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"calendarConfig.description\": {\n  \"message\": \"The calendarConfig.description field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"calendarConfig.slug\": {\n  \"message\": \"The calendarConfig.slug field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"f24cbd07-9bd5-4847-a61c-7443c4b78889"},{"name":"/v1/calendars/teams/:teamId","id":"70d6ec6d-6131-4d8e-82df-e4e7817ea670","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sales Team\",\n    \"userIds\": [\n        \"ea est esse ad velit\",\n        \"ex ut et eiusmod\"\n    ],\n    \"calendarConfig\": {\n        \"calendarName\": \"Sales Team Calendar\",\n        \"description\": \"Sales Team Calendar Services\",\n        \"slug\": \"sales-team\",\n        \"shouldAssignContactToTeamMember\": false,\n        \"shouldSkipAssigningContactForExisting\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/calendars/teams/:teamId","description":"<h4>Updating existing team.</h4> <p>Required JSON fields in the body</p><table><thead><th>Fields</th><th>Types</th><th>Example</th></thead><tbody><tr><td>name</td><td>string</td><td>Test Team</td></tr><tr><td>userIds</td><td>array</td><td><code>[\"J37gEVtdFMRYVQWPdXIc\"]</code></td></tr><tr><td>calendarConfig</td><td>object</td><td><code>{\"calendarName\": \"test\", \"description\": \"dfsadfsd\", \"slug\": \"tesfdsafdsa\", \"link\": \"/widget/appointment/tesfdsafdsa\", \"shouldAssignContactToTeamMember\": false, \"shouldSkipAssigningContactForExisting\": false}</code></td></tr></tbody></table><p>Required JSON fields in the <code>calendarConfig</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th></thead><tbody><tr><td>calendarName</td><td>string</td><td>First Calendar</td></tr><tr><td>description</td><td>string</td><td>Some description</td></tr><tr><td>slug</td><td>string</td><td>first-calendar</td></tr></tbody></table><p>Allowed JSON fields in the <code>calendarConfig</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th></thead><tbody><tr><td>shouldAssignContactToTeamMember</td><td>boolean</td><td><code>false</code></td></tr><tr><td>shouldSkipAssigningContactForExisting</td><td>boolean</td><td><code>false</code></td></tr></tbody></table><br /><strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","calendars","teams",":teamId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"04550209-6abc-46a5-8193-cdf90d1bab01","description":{"content":"<p>(Required) Team Id</p>\n","type":"text/plain"},"type":"any","value":"0nU7uKSrtT2RVM1KknuF","key":"teamId"}]}},"response":[{"id":"415509e9-34f7-4e04-b1c3-c1cbfb96fb82","name":"Successful response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sales Team\",\n    \"userIds\": [\n        \"ea est esse ad velit\",\n        \"ex ut et eiusmod\"\n    ],\n    \"calendarConfig\": {\n        \"calendarName\": \"Sales Team Calendar\",\n        \"description\": \"Sales Team Calendar Services\",\n        \"slug\": \"sales-team\",\n        \"shouldAssignContactToTeamMember\": false,\n        \"shouldSkipAssigningContactForExisting\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/calendars/teams/:teamId","host":["https://api.studentconvert.com"],"path":["v1","calendars","teams",":teamId"],"variable":[{"key":"teamId","value":"0nU7uKSrtT2RVM1KknuF","description":"(Required) Team Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"OW59k4IchTgKjIDy3VMO\",\n \"name\": \"Test Team\",\n \"members\": [\n  {\n   \"id\": \"mnUXmpG2MhhHKmjegzBZ\",\n   \"name\": \"Elon Musk\",\n   \"email\": \"elon@musk.com\"\n  },\n  {\n   \"id\": \"mnUXmpG2MhhHKmjegzBZ\",\n   \"name\": \"Elon Musk\",\n   \"email\": \"elon@musk.com\"\n  }\n ],\n \"calendarConfig\": {\n  \"calendarName\": \"Test Calendar\",\n  \"description\": \"Desc.\",\n  \"slug\": \"slug\",\n  \"link\": \"/widget/appointment/slug\",\n  \"shouldAssignContactToTeamMember\": false,\n  \"shouldSkipAssigningContactForExisting\": false\n }\n}"},{"id":"8cb1b7a4-f843-4a07-9029-254248e77b55","name":"Bad Request. please contact support!","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sales Team\",\n    \"userIds\": [\n        \"ea est esse ad velit\",\n        \"ex ut et eiusmod\"\n    ],\n    \"calendarConfig\": {\n        \"calendarName\": \"Sales Team Calendar\",\n        \"description\": \"Sales Team Calendar Services\",\n        \"slug\": \"sales-team\",\n        \"shouldAssignContactToTeamMember\": false,\n        \"shouldSkipAssigningContactForExisting\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/calendars/teams/:teamId","host":["https://api.studentconvert.com"],"path":["v1","calendars","teams",":teamId"],"variable":[{"key":"teamId","value":"0nU7uKSrtT2RVM1KknuF","description":"(Required) Team Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"06857cf9-4cb9-44d2-8567-ad40e64b4984","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sales Team\",\n    \"userIds\": [\n        \"ea est esse ad velit\",\n        \"ex ut et eiusmod\"\n    ],\n    \"calendarConfig\": {\n        \"calendarName\": \"Sales Team Calendar\",\n        \"description\": \"Sales Team Calendar Services\",\n        \"slug\": \"sales-team\",\n        \"shouldAssignContactToTeamMember\": false,\n        \"shouldSkipAssigningContactForExisting\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/calendars/teams/:teamId","host":["https://api.studentconvert.com"],"path":["v1","calendars","teams",":teamId"],"variable":[{"key":"teamId","value":"0nU7uKSrtT2RVM1KknuF","description":"(Required) Team Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"fa57c5ba-b737-452f-adba-844a862a0b50","name":"Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sales Team\",\n    \"userIds\": [\n        \"ea est esse ad velit\",\n        \"ex ut et eiusmod\"\n    ],\n    \"calendarConfig\": {\n        \"calendarName\": \"Sales Team Calendar\",\n        \"description\": \"Sales Team Calendar Services\",\n        \"slug\": \"sales-team\",\n        \"shouldAssignContactToTeamMember\": false,\n        \"shouldSkipAssigningContactForExisting\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/calendars/teams/:teamId","host":["https://api.studentconvert.com"],"path":["v1","calendars","teams",":teamId"],"variable":[{"key":"teamId","value":"0nU7uKSrtT2RVM1KknuF","description":"(Required) Team Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"name\": {\n  \"message\": \"The name field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"userIds\": {\n  \"message\": \"The user ids field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"calendarConfig.calendarName\": {\n  \"message\": \"The calendarConfig.calendarName field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"calendarConfig.description\": {\n  \"message\": \"The calendarConfig.description field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"calendarConfig.slug\": {\n  \"message\": \"The calendarConfig.slug field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"70d6ec6d-6131-4d8e-82df-e4e7817ea670"},{"name":"/v1/calendars/teams/:teamId","id":"94858882-bd18-4379-b7a9-42b0592f42a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.studentconvert.com/v1/calendars/teams/:teamId","description":"<h4>Delete Team. </h4><strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","calendars","teams",":teamId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"a1f37cfa-2d1a-44a9-8d2c-96f34c127933","description":{"content":"<p>(Required) Team Id</p>\n","type":"text/plain"},"type":"any","value":"0nU7uKSrtT2RVM1KknuF","key":"teamId"}]}},"response":[{"id":"8348111d-b947-49c8-ae50-4a1bb230f3e4","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/calendars/teams/:teamId","host":["https://api.studentconvert.com"],"path":["v1","calendars","teams",":teamId"],"variable":[{"key":"teamId","value":"0nU7uKSrtT2RVM1KknuF","description":"(Required) Team Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"89313a21-2444-42cf-8287-b89c6a184fea","name":"Bad Request. please contact support!","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/calendars/teams/:teamId","host":["https://api.studentconvert.com"],"path":["v1","calendars","teams",":teamId"],"variable":[{"key":"teamId","value":"0nU7uKSrtT2RVM1KknuF","description":"(Required) Team Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"3f915704-72fc-4311-bb7e-8cdd6d2c3579","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/calendars/teams/:teamId","host":["https://api.studentconvert.com"],"path":["v1","calendars","teams",":teamId"],"variable":[{"key":"teamId","value":"0nU7uKSrtT2RVM1KknuF","description":"(Required) Team Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"94858882-bd18-4379-b7a9-42b0592f42a4"}],"id":"1b549574-3eff-488a-8083-22a4e0b12330","description":"<p>Fetch calendar and team</p>\n","_postman_id":"1b549574-3eff-488a-8083-22a4e0b12330","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}},{"name":"Calendar/Service","item":[{"name":"/v1/calendars/services","id":"16d5b92b-f3cd-4b5d-a770-ccdf4f99057b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/calendars/services?teamId=ABXdTR0kegkPcTvtdr1L","description":"<h4>Get all calendar services.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","calendars","services"],"host":["https://api.studentconvert.com"],"query":[{"description":{"content":"<p>Filter service by team id.</p>\n","type":"text/plain"},"key":"teamId","value":"ABXdTR0kegkPcTvtdr1L"}],"variable":[]}},"response":[{"id":"f85a2fe3-7d8c-4aa1-b9e1-1663262a7600","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/calendars/services?teamId=ABXdTR0kegkPcTvtdr1L","host":["https://api.studentconvert.com"],"path":["v1","calendars","services"],"query":[{"key":"teamId","value":"ABXdTR0kegkPcTvtdr1L"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"services\": [\n  {\n   \"id\": \"OW59k4IchTgKjIDy3VMO\",\n   \"name\": \"Test Service\",\n   \"description\": \"Test Service Desc.\",\n   \"appointmentTitle\": \"{{contact.name}}\",\n   \"meetingLocation\": \"location\",\n   \"eventColor\": \"#FF0000\",\n   \"teamId\": \"#FF0000\",\n   \"linkedCalendars\": {\n    \"google\": {\n     \"id\": \"eiusmod commodo non\",\n     \"name\": \"pari\"\n    },\n    \"clio\": {\n     \"id\": \"in labore Lorem ex\",\n     \"name\": \"est nostrud\"\n    },\n    \"drchrono\": {\n     \"id\": \"mollit sint\",\n     \"name\": \"fugiat dolore non\"\n    }\n   },\n   \"syncOption\": \"oneway\",\n   \"teamMembers\": [\n    {\n     \"userId\": \"\",\n     \"priority\": 0,\n     \"selected\": false,\n     \"meetingLocation\": \"https://zoom.us\"\n    },\n    {\n     \"userId\": \"\",\n     \"priority\": 0,\n     \"selected\": false,\n     \"meetingLocation\": \"https://zoom.us\"\n    }\n   ],\n   \"availability\": {\n    \"eventTiming\": {\n     \"slotDuration\": 30,\n     \"slotInterval\": 30,\n     \"slotBuffer\": 0\n    },\n    \"appointmentInfo\": {\n     \"perSlot\": 1,\n     \"perDay\": 8\n    },\n    \"schedule\": {\n     \"allowBookingAfter\": 1,\n     \"allowBookingAfterUnit\": \"Hours\",\n     \"allowBookingFor\": 8,\n     \"allowBookingForUnit\": \"Hours\"\n    },\n    \"officeHours\": {\n     \"monday\": [\n      {\n       \"openMinute\": 0,\n       \"closeMinute\": 0,\n       \"closeHour\": 17,\n       \"openHour\": 8\n      },\n      {\n       \"openMinute\": 0,\n       \"closeMinute\": 0,\n       \"closeHour\": 17,\n       \"openHour\": 8\n      }\n     ],\n     \"tuesday\": [\n      {\n       \"openMinute\": 0,\n       \"closeMinute\": 0,\n       \"closeHour\": 17,\n       \"openHour\": 8\n      },\n      {\n       \"openMinute\": 0,\n       \"closeMinute\": 0,\n       \"closeHour\": 17,\n       \"openHour\": 8\n      }\n     ],\n     \"wednesday\": [\n      {\n       \"openMinute\": 0,\n       \"closeMinute\": 0,\n       \"closeHour\": 17,\n       \"openHour\": 8\n      },\n      {\n       \"openMinute\": 0,\n       \"closeMinute\": 0,\n       \"closeHour\": 17,\n       \"openHour\": 8\n      }\n     ],\n     \"thursday\": [\n      {\n       \"openMinute\": 0,\n       \"closeMinute\": 0,\n       \"closeHour\": 17,\n       \"openHour\": 8\n      },\n      {\n       \"openMinute\": 0,\n       \"closeMinute\": 0,\n       \"closeHour\": 17,\n       \"openHour\": 8\n      }\n     ],\n     \"friday\": [\n      {\n       \"openMinute\": 0,\n       \"closeMinute\": 0,\n       \"closeHour\": 17,\n       \"openHour\": 8\n      },\n      {\n       \"openMinute\": 0,\n       \"closeMinute\": 0,\n       \"closeHour\": 17,\n       \"openHour\": 8\n      }\n     ]\n    }\n   },\n   \"confirmation\": {\n    \"form\": {\n     \"customFormId\": \"jjusM6EOngDExnbo2DbU\",\n     \"stickyContact\": false\n    },\n    \"notificationAndOther\": {\n     \"alertEmail\": \"quis aute\",\n     \"hasAutoConfirm\": false,\n     \"hasGoogleSendInvitationEmail\": false,\n     \"hasAllowReschedule\": false,\n     \"hasAllowCancellation\": false,\n     \"hasSendEmailToAssignedMember\": false,\n     \"notes\": \"\",\n     \"facebookPixelId\": \"\",\n     \"customCode\": \"\"\n    },\n    \"formSubmission\": {\n     \"type\": \"ThankYouMessage\",\n     \"content\": \"\"\n    }\n   }\n  },\n  {\n   \"id\": \"OW59k4IchTgKjIDy3VMO\",\n   \"name\": \"Test Service\",\n   \"description\": \"Test Service Desc.\",\n   \"appointmentTitle\": \"{{contact.name}}\",\n   \"meetingLocation\": \"location\",\n   \"eventColor\": \"#FF0000\",\n   \"teamId\": \"#FF0000\",\n   \"linkedCalendars\": {\n    \"google\": {\n     \"id\": \"in esse do non\",\n     \"name\": \"laborum non proident veniam\"\n    },\n    \"clio\": {\n     \"id\": \"aliqua aute dolore\",\n     \"name\": \"esse\"\n    },\n    \"drchrono\": {\n     \"id\": \"ullamco deserunt in\",\n     \"name\": \"incidid\"\n    }\n   },\n   \"syncOption\": \"oneway\",\n   \"teamMembers\": [\n    {\n     \"userId\": \"\",\n     \"priority\": 0,\n     \"selected\": false,\n     \"meetingLocation\": \"https://zoom.us\"\n    },\n    {\n     \"userId\": \"\",\n     \"priority\": 0,\n     \"selected\": false,\n     \"meetingLocation\": \"https://zoom.us\"\n    }\n   ],\n   \"availability\": {\n    \"eventTiming\": {\n     \"slotDuration\": 30,\n     \"slotInterval\": 30,\n     \"slotBuffer\": 0\n    },\n    \"appointmentInfo\": {\n     \"perSlot\": 1,\n     \"perDay\": 8\n    },\n    \"schedule\": {\n     \"allowBookingAfter\": 1,\n     \"allowBookingAfterUnit\": \"Hours\",\n     \"allowBookingFor\": 8,\n     \"allowBookingForUnit\": \"Hours\"\n    },\n    \"officeHours\": {\n     \"monday\": [\n      {\n       \"openMinute\": 0,\n       \"closeMinute\": 0,\n       \"closeHour\": 17,\n       \"openHour\": 8\n      },\n      {\n       \"openMinute\": 0,\n       \"closeMinute\": 0,\n       \"closeHour\": 17,\n       \"openHour\": 8\n      }\n     ],\n     \"tuesday\": [\n      {\n       \"openMinute\": 0,\n       \"closeMinute\": 0,\n       \"closeHour\": 17,\n       \"openHour\": 8\n      },\n      {\n       \"openMinute\": 0,\n       \"closeMinute\": 0,\n       \"closeHour\": 17,\n       \"openHour\": 8\n      }\n     ],\n     \"wednesday\": [\n      {\n       \"openMinute\": 0,\n       \"closeMinute\": 0,\n       \"closeHour\": 17,\n       \"openHour\": 8\n      },\n      {\n       \"openMinute\": 0,\n       \"closeMinute\": 0,\n       \"closeHour\": 17,\n       \"openHour\": 8\n      }\n     ],\n     \"thursday\": [\n      {\n       \"openMinute\": 0,\n       \"closeMinute\": 0,\n       \"closeHour\": 17,\n       \"openHour\": 8\n      },\n      {\n       \"openMinute\": 0,\n       \"closeMinute\": 0,\n       \"closeHour\": 17,\n       \"openHour\": 8\n      }\n     ],\n     \"friday\": [\n      {\n       \"openMinute\": 0,\n       \"closeMinute\": 0,\n       \"closeHour\": 17,\n       \"openHour\": 8\n      },\n      {\n       \"openMinute\": 0,\n       \"closeMinute\": 0,\n       \"closeHour\": 17,\n       \"openHour\": 8\n      }\n     ]\n    }\n   },\n   \"confirmation\": {\n    \"form\": {\n     \"customFormId\": \"jjusM6EOngDExnbo2DbU\",\n     \"stickyContact\": false\n    },\n    \"notificationAndOther\": {\n     \"alertEmail\": \"incididunt Duis\",\n     \"hasAutoConfirm\": false,\n     \"hasGoogleSendInvitationEmail\": false,\n     \"hasAllowReschedule\": false,\n     \"hasAllowCancellation\": false,\n     \"hasSendEmailToAssignedMember\": false,\n     \"notes\": \"\",\n     \"facebookPixelId\": \"\",\n     \"customCode\": \"\"\n    },\n    \"formSubmission\": {\n     \"type\": \"ThankYouMessage\",\n     \"content\": \"\"\n    }\n   }\n  }\n ]\n}"},{"id":"c5b9eb6c-dc4f-4103-b2d4-8c73491af962","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/calendars/services?teamId=ABXdTR0kegkPcTvtdr1L","host":["https://api.studentconvert.com"],"path":["v1","calendars","services"],"query":[{"key":"teamId","value":"ABXdTR0kegkPcTvtdr1L"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"6122436d-6f18-4918-81a9-011a79138842","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/calendars/services?teamId=ABXdTR0kegkPcTvtdr1L","host":["https://api.studentconvert.com"],"path":["v1","calendars","services"],"query":[{"key":"teamId","value":"ABXdTR0kegkPcTvtdr1L"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"16d5b92b-f3cd-4b5d-a770-ccdf4f99057b"},{"name":"/v1/calendars/services/","id":"5f71c338-de2f-4fc2-b296-d70d425a4d46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"teamId\": \"0RXEzw5UVe5oLFm6GQls\",\n    \"eventType\": \"RoundRobin_OptimizeForAvailability\",\n    \"teamMembers\": [\n        {\n            \"selected\": true,\n            \"userId\": \"0nU7uKSrtT2RVM1KknuF\",\n            \"priority\": \"Low\",\n            \"meetingLocation\": \"PhoneNumber/ZoomLink/GoogleMeet/Location\"\n        },\n        {\n            \"selected\": true,\n            \"userId\": \"0nU7uKSrtT2RVM1KknuF\",\n            \"priority\": \"Low\",\n            \"meetingLocation\": \"PhoneNumber/ZoomLink/GoogleMeet/Location\"\n        }\n    ],\n    \"name\": \"30 Mins Call\",\n    \"description\": \"30 Minutes Call\",\n    \"slug\": \"30-mins-call\",\n    \"eventColor\": \"Peacock\",\n    \"availability\": {\n        \"eventTiming\": {\n            \"slotDuration\": 30,\n            \"slotInterval\": 30,\n            \"slotBuffer\": 0\n        },\n        \"appointmentInfo\": {\n            \"perSlot\": 0,\n            \"perDay\": 0\n        },\n        \"schedule\": {\n            \"allowBookingAfter\": 0,\n            \"allowBookingAfterUnit\": \"days\",\n            \"allowBookingFor\": 0,\n            \"allowBookingForUnit\": \"days\"\n        },\n        \"officeHours\": {\n            \"sunday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"monday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"tuesday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"wednesday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"thursday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"friday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"saturday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ]\n        }\n    },\n    \"confirmation\": {\n        \"form\": {\n            \"customFormId\": \"\",\n            \"stickyContact\": false,\n            \"stripe\": {\n                \"amount\": 0,\n                \"currency\": \"USD\",\n                \"chargeDescription\": \"Your will be billed X amount for this appointment\"\n            }\n        },\n        \"notificationAndOther\": {\n            \"autoConfirm\": true,\n            \"shouldSendAlertEmailsToAssignedMember\": true,\n            \"googleInvitationEmails\": false,\n            \"allowReschedule\": true,\n            \"allowCancellation\": true,\n            \"notes\": \"Phone:- {{contact.phone}} Email:- {{contact.email}} Need to make a change to this event? Reschedule:- {{reschedule_link}} Cancel:- {{cancellation_link}}\",\n            \"facebookPixelId\": \"\"\n        },\n        \"formSubmission\": {\n            \"type\": \"ThankYouMessage\",\n            \"content\": \"https://www.bing.com or Thank you for your appointment request. We will contact you shortly to confirm your request. Please call our office at {{contactMethod}} if you have any questions.\"\n        }\n    },\n    \"appointmentTitle\": \"{{contact.name}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/calendars/services/","description":"<h4>Create a service</h4> <p>Required JSON fields in the body</p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>Allowed Option?</th></thead><tbody><tr><td>teamId</td><td>string</td><td>O4qa8K1M6xA4oPXu1b8O</td><td></td></tr><tr><td>name</td><td>string</td><td>Awsome Service</td><td></td></tr><tr><td>description</td><td>string</td><td>Awsome description</td><td></td></tr><tr><td>eventType</td><td>string</td><td>RoundRobin_OptimizeForAvailability</td><td><ul><li>RoundRobin_OptimizeForAvailability</li><li>RoundRobin_OptimizeForEqualDistribution</li></ul></td></tr><tr><td>teamMembers</td><td>obbject</td><td>See field info on the <code>teamMembers</code> table</td><td></td></tr><tr><td>slug</td><td>string</td><td>awsome-service</td><td></td></tr><tr><td>appointmentTitle</td><td>string</td><td><code>{{contact.name}}</code></td><td></td></tr><tr><td>eventColor</td><td>string</td><td>Tomato</td><td><ul><li>Banana</li><li>Basil</li><li>Blueberry</li><li>Flamingo</li><li>Grape</li><li>Graphite</li><li>Lavender</li><li>Peacock</li><li>Sage</li><li>Tangerine</li><li>Tomato</li></ul></td></tr><tr><td>availability</td><td>object</td><td>See field info on <code>availability</code> table.</td><td></td></tr><tr><td>confirmation</td><td>object</td><td>See field info on <code>confirmation</code> table.</td><td></td></tr></tbody></table><p>Allowed JSON fields in the body</p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>Allowed Option</th></thead><tbody><tr><td>isActive</td><td>boolean</td><td><code>true</code></td><td></td></tr><tr><td>syncOption</td><td>string</td><td>oneway</td><td><ul><li>oneway</li><li>twoway</li></ul></td></tr><tr><td>slug</td><td>string</td><td>first-calendar</td></tr></tbody></table><p>Allowed JSON fields in the <code>teamMembers</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>Allowed Options</th><th>is Required?</th></thead><tbody><tr><td>userId</td><td>string</td><td>GCs5KuzPqTls7vWclkEV</td><td></td><td>Yes</td></tr><tr><td>priority</td><td>string</td><td>High</td><td><ul><li>High</li><li>Medium</li><li>Low</li></ul></td><td>Yes</td></tr><tr><td>selected</td><td>boolean</td><td>true</td><td></td><td>Yes</td></tr><tr><td>meetingLocation</td><td>string</td><td>https://zoom.us/j/XXXXXXXXXX</td><td></td><td>No</td></tr></tbody></table><p>Allowed JSON fields in the <code>availability</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>is Required?</th></thead><tbody><tr><td>eventTiming</td><td>object</td><td>See field info on <code>availability.eventTiming</code> table.</td><td>Yes</td></tr><tr><td>officeHours</td><td>object</td><td>See field info on <code>availability.officeHours</code> table.</td><td>Yes</td></tr><tr><td>appointmentInfo</td><td>object</td><td>See field info on <code>availability.appointmentInfo</code> table.</td><td>No</td></tr><tr><td>schedule</td><td>object</td><td>See field info on <code>availability.schedule</code> table.</td><td>No</td></tr></tbody></table><p>Allowed JSON fields in the <code>availability.eventTiming</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>Allowed Options</th><th>is Required?</th></thead><tbody><tr><td>slotDuration</td><td>number</td><td>30</td><td><ul><li>10</li><li>15</li><li>20</li><li>30</li><li>45</li><li>60</li><li>90</li><li>120</li><li>180</li><li>240</li><li>300</li><li>360</li><li>420</li><li>480</li></ul></td><td>Yes</td></tr><tr><td>slotInterval</td><td>number</td><td>30</td><td><ul><li>10</li><li>15</li><li>20</li><li>30</li><li>45</li><li>60</li><li>90</li><li>120</li><li>180</li><li>240</li><li>300</li><li>360</li><li>420</li><li>480</li></ul></td><td>Yes</td></tr><tr><td>slotBuffer</td><td>number</td><td>1</td><td></td><td>No</td></tr></tbody></table><p>Allowed JSON fields in the <code>availability.appointmentInfo</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>is Required?</th></thead><tbody><tr><td>perSlot</td><td>number</td><td>1</td><td>No</td></tr><tr><td>perDay</td><td>number</td><td>5</td><td>No</td></tr></tbody></table><p>Allowed JSON fields in the <code>availability.schedule</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>Allowed Options</th><th>is Required?</th></thead><tbody><tr><td>allowBookingAfter</td><td>number</td><td>1</td><td></td><td>No</td></tr><tr><td>allowBookingAfterUnit</td><td>string</td><td>days</td><td><ul><li>hours</li><li>days</li><li>weeks</li><li>months</li></ul></td><td>No</td></tr><tr><td>allowBookingFor</td><td>number</td><td>5</td><td>No</td></tr><tr><td>allowBookingForUnit</td><td>string</td><td>days</td><td><ul><li>hours</li><li>days</li><li>weeks</li><li>months</li></ul></td><td>No</td></tr></tbody></table><p>Allowed JSON fields in the <code>availability.officeHours</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>is Required?</th></thead><tbody><tr><td>monday</td><td>array</td><td>Please see field info <code>availability.officeHours.days</code> table. include as a array.</td><td>Yes</td></tr><tr><td>tuesday</td><td>array</td><td>Please see field info <code>availability.officeHours.days</code> table. include as a array.</td><td>Yes</td></tr><tr><td>wednesday</td><td>array</td><td>Please see field info <code>availability.officeHours.days</code> table. include as a array.</td><td>Yes</td></tr><tr><td>thursday</td><td>array</td><td>Please see field info <code>availability.officeHours.days</code> table. include as a array.</td><td>Yes</td></tr><tr><td>friday</td><td>array</td><td>Please see field info <code>availability.officeHours.days</code> table. include as a array.</td><td>Yes</td></tr></tbody></table><p>Allowed JSON fields in the <code>availability.officeHours.days</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>is Required?</th></thead><tbody><tr><td>openMinute</td><td>number</td><td>0</td><td>Yes</td></tr><tr><td>openHour</td><td>number</td><td>8</td><td>Yes</td></tr><tr><td>closeMinute</td><td>number</td><td>0</td><td>Yes</td></tr><tr><td>closeHour</td><td>number</td><td>17</td><td>Yes</td></tr></tbody></table><p>Allowed JSON fields in the <code>confirmation</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>is Required?</th></thead><tbody><tr><td>form</td><td>object</td><td>See field info on <code>confirmation.form</code> table.</td><td>No</td></tr><tr><td>notificationAndOther</td><td>object</td><td>See field info on <code>confirmation.notificationAndOther</code> table.</td><td>Yes</td></tr><tr><td>formSubmission</td><td>object</td><td>See field info on <code>confirmation.formSubmission</code> table.</td><td>Yes</td></tr></tbody></table><p>Allowed JSON fields in the <code>confirmation.form</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>is Required?</th></thead><tbody><tr><td>customFormId</td><td>string</td><td>jjusM6EOngDExnbo2DbU</td><td>No</td></tr><tr><td>stickyContact</td><td>boolean</td><td>false</td><td>No</td></tr></tbody></table><p>Allowed JSON fields in the <code>confirmation.notificationAndOther</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>is Required?</th></thead><tbody><tr><td>autoConfirm</td><td>boolean</td><td>false</td><td>Yes</td></tr><tr><td>shouldSendAlertEmailsToAssignedMember</td><td>boolean</td><td>false</td><td>Yes</td></tr><tr><td>googleInvitationEmails</td><td>boolean</td><td>false</td><td>Yes</td></tr><tr><td>allowReschedule</td><td>boolean</td><td>false</td><td>Yes</td></tr><tr><td>allowCancellation</td><td>boolean</td><td>false</td><td>Yes</td></tr><tr><td>alertEmail</td><td>string</td><td>john@deo.com</td><td>No</td></tr><tr><td>notes</td><td>string</td><td>Awesome Notes</td><td>No</td></tr><tr><td>facebookPixelId</td><td>string</td><td>XXXXXXXXXX</td><td>No</td></tr></tbody></table><p>Allowed JSON fields in the <code>confirmation.formSubmission</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>Allowed Options</th><th>is Required?</th></thead><tbody><tr><td>type</td><td>string</td><td>ThankYouMessage</td><td><ul><li>ThankYouMessage</li><li>RedirectURL</li></ul></td><td>Yes</td></tr><tr><td>content</td><td>string</td><td>Thank you for your appointment request.</td><td></td><td>Yes</td></tr></tbody></table><br /><strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","calendars","services",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[]}},"response":[{"id":"bbdf0dba-8169-4743-84be-1b38ba195d7f","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"teamId\": \"0RXEzw5UVe5oLFm6GQls\",\n    \"eventType\": \"RoundRobin_OptimizeForAvailability\",\n    \"teamMembers\": [\n        {\n            \"selected\": true,\n            \"userId\": \"0nU7uKSrtT2RVM1KknuF\",\n            \"priority\": \"Low\",\n            \"meetingLocation\": \"PhoneNumber/ZoomLink/GoogleMeet/Location\"\n        },\n        {\n            \"selected\": true,\n            \"userId\": \"0nU7uKSrtT2RVM1KknuF\",\n            \"priority\": \"Low\",\n            \"meetingLocation\": \"PhoneNumber/ZoomLink/GoogleMeet/Location\"\n        }\n    ],\n    \"name\": \"30 Mins Call\",\n    \"description\": \"30 Minutes Call\",\n    \"slug\": \"30-mins-call\",\n    \"eventColor\": \"Peacock\",\n    \"availability\": {\n        \"eventTiming\": {\n            \"slotDuration\": 30,\n            \"slotInterval\": 30,\n            \"slotBuffer\": 0\n        },\n        \"appointmentInfo\": {\n            \"perSlot\": 0,\n            \"perDay\": 0\n        },\n        \"schedule\": {\n            \"allowBookingAfter\": 0,\n            \"allowBookingAfterUnit\": \"days\",\n            \"allowBookingFor\": 0,\n            \"allowBookingForUnit\": \"days\"\n        },\n        \"officeHours\": {\n            \"sunday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"monday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"tuesday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"wednesday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"thursday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"friday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"saturday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ]\n        }\n    },\n    \"confirmation\": {\n        \"form\": {\n            \"customFormId\": \"\",\n            \"stickyContact\": false,\n            \"stripe\": {\n                \"amount\": 0,\n                \"currency\": \"USD\",\n                \"chargeDescription\": \"Your will be billed X amount for this appointment\"\n            }\n        },\n        \"notificationAndOther\": {\n            \"autoConfirm\": true,\n            \"shouldSendAlertEmailsToAssignedMember\": true,\n            \"googleInvitationEmails\": false,\n            \"allowReschedule\": true,\n            \"allowCancellation\": true,\n            \"notes\": \"Phone:- {{contact.phone}} Email:- {{contact.email}} Need to make a change to this event? Reschedule:- {{reschedule_link}} Cancel:- {{cancellation_link}}\",\n            \"facebookPixelId\": \"\"\n        },\n        \"formSubmission\": {\n            \"type\": \"ThankYouMessage\",\n            \"content\": \"https://www.bing.com or Thank you for your appointment request. We will contact you shortly to confirm your request. Please call our office at {{contactMethod}} if you have any questions.\"\n        }\n    },\n    \"appointmentTitle\": \"{{contact.name}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/calendars/services/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"OW59k4IchTgKjIDy3VMO\",\n \"name\": \"Test Service\",\n \"description\": \"Test Service Desc.\",\n \"appointmentTitle\": \"{{contact.name}}\",\n \"meetingLocation\": \"location\",\n \"eventColor\": \"#FF0000\",\n \"teamId\": \"#FF0000\",\n \"linkedCalendars\": {\n  \"google\": {\n   \"id\": \"adipisicing laboris veniam \",\n   \"name\": \"ipsum fugiat ut\"\n  },\n  \"clio\": {\n   \"id\": \"esse non adip\",\n   \"name\": \"tempor Excepteur\"\n  },\n  \"drchrono\": {\n   \"id\": \"magna in sunt veniam\",\n   \"name\": \"ut sed adipisicing nisi\"\n  }\n },\n \"syncOption\": \"oneway\",\n \"teamMembers\": [\n  {\n   \"userId\": \"\",\n   \"priority\": 0,\n   \"selected\": false,\n   \"meetingLocation\": \"https://zoom.us\"\n  },\n  {\n   \"userId\": \"\",\n   \"priority\": 0,\n   \"selected\": false,\n   \"meetingLocation\": \"https://zoom.us\"\n  }\n ],\n \"availability\": {\n  \"eventTiming\": {\n   \"slotDuration\": 30,\n   \"slotInterval\": 30,\n   \"slotBuffer\": 0\n  },\n  \"appointmentInfo\": {\n   \"perSlot\": 1,\n   \"perDay\": 8\n  },\n  \"schedule\": {\n   \"allowBookingAfter\": 1,\n   \"allowBookingAfterUnit\": \"Hours\",\n   \"allowBookingFor\": 8,\n   \"allowBookingForUnit\": \"Hours\"\n  },\n  \"officeHours\": {\n   \"monday\": [\n    {\n     \"openMinute\": 0,\n     \"closeMinute\": 0,\n     \"closeHour\": 17,\n     \"openHour\": 8\n    },\n    {\n     \"openMinute\": 0,\n     \"closeMinute\": 0,\n     \"closeHour\": 17,\n     \"openHour\": 8\n    }\n   ],\n   \"tuesday\": [\n    {\n     \"openMinute\": 0,\n     \"closeMinute\": 0,\n     \"closeHour\": 17,\n     \"openHour\": 8\n    },\n    {\n     \"openMinute\": 0,\n     \"closeMinute\": 0,\n     \"closeHour\": 17,\n     \"openHour\": 8\n    }\n   ],\n   \"wednesday\": [\n    {\n     \"openMinute\": 0,\n     \"closeMinute\": 0,\n     \"closeHour\": 17,\n     \"openHour\": 8\n    },\n    {\n     \"openMinute\": 0,\n     \"closeMinute\": 0,\n     \"closeHour\": 17,\n     \"openHour\": 8\n    }\n   ],\n   \"thursday\": [\n    {\n     \"openMinute\": 0,\n     \"closeMinute\": 0,\n     \"closeHour\": 17,\n     \"openHour\": 8\n    },\n    {\n     \"openMinute\": 0,\n     \"closeMinute\": 0,\n     \"closeHour\": 17,\n     \"openHour\": 8\n    }\n   ],\n   \"friday\": [\n    {\n     \"openMinute\": 0,\n     \"closeMinute\": 0,\n     \"closeHour\": 17,\n     \"openHour\": 8\n    },\n    {\n     \"openMinute\": 0,\n     \"closeMinute\": 0,\n     \"closeHour\": 17,\n     \"openHour\": 8\n    }\n   ]\n  }\n },\n \"confirmation\": {\n  \"form\": {\n   \"customFormId\": \"jjusM6EOngDExnbo2DbU\",\n   \"stickyContact\": false\n  },\n  \"notificationAndOther\": {\n   \"alertEmail\": \"dolor elit\",\n   \"hasAutoConfirm\": false,\n   \"hasGoogleSendInvitationEmail\": false,\n   \"hasAllowReschedule\": false,\n   \"hasAllowCancellation\": false,\n   \"hasSendEmailToAssignedMember\": false,\n   \"notes\": \"\",\n   \"facebookPixelId\": \"\",\n   \"customCode\": \"\"\n  },\n  \"formSubmission\": {\n   \"type\": \"ThankYouMessage\",\n   \"content\": \"\"\n  }\n }\n}"},{"id":"a34fdef6-52c7-4bd6-8d74-8000d2df8588","name":"Bad Request. please contact support!","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"teamId\": \"0RXEzw5UVe5oLFm6GQls\",\n    \"eventType\": \"RoundRobin_OptimizeForAvailability\",\n    \"teamMembers\": [\n        {\n            \"selected\": true,\n            \"userId\": \"0nU7uKSrtT2RVM1KknuF\",\n            \"priority\": \"Low\",\n            \"meetingLocation\": \"PhoneNumber/ZoomLink/GoogleMeet/Location\"\n        },\n        {\n            \"selected\": true,\n            \"userId\": \"0nU7uKSrtT2RVM1KknuF\",\n            \"priority\": \"Low\",\n            \"meetingLocation\": \"PhoneNumber/ZoomLink/GoogleMeet/Location\"\n        }\n    ],\n    \"name\": \"30 Mins Call\",\n    \"description\": \"30 Minutes Call\",\n    \"slug\": \"30-mins-call\",\n    \"eventColor\": \"Peacock\",\n    \"availability\": {\n        \"eventTiming\": {\n            \"slotDuration\": 30,\n            \"slotInterval\": 30,\n            \"slotBuffer\": 0\n        },\n        \"appointmentInfo\": {\n            \"perSlot\": 0,\n            \"perDay\": 0\n        },\n        \"schedule\": {\n            \"allowBookingAfter\": 0,\n            \"allowBookingAfterUnit\": \"days\",\n            \"allowBookingFor\": 0,\n            \"allowBookingForUnit\": \"days\"\n        },\n        \"officeHours\": {\n            \"sunday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"monday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"tuesday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"wednesday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"thursday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"friday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"saturday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ]\n        }\n    },\n    \"confirmation\": {\n        \"form\": {\n            \"customFormId\": \"\",\n            \"stickyContact\": false,\n            \"stripe\": {\n                \"amount\": 0,\n                \"currency\": \"USD\",\n                \"chargeDescription\": \"Your will be billed X amount for this appointment\"\n            }\n        },\n        \"notificationAndOther\": {\n            \"autoConfirm\": true,\n            \"shouldSendAlertEmailsToAssignedMember\": true,\n            \"googleInvitationEmails\": false,\n            \"allowReschedule\": true,\n            \"allowCancellation\": true,\n            \"notes\": \"Phone:- {{contact.phone}} Email:- {{contact.email}} Need to make a change to this event? Reschedule:- {{reschedule_link}} Cancel:- {{cancellation_link}}\",\n            \"facebookPixelId\": \"\"\n        },\n        \"formSubmission\": {\n            \"type\": \"ThankYouMessage\",\n            \"content\": \"https://www.bing.com or Thank you for your appointment request. We will contact you shortly to confirm your request. Please call our office at {{contactMethod}} if you have any questions.\"\n        }\n    },\n    \"appointmentTitle\": \"{{contact.name}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/calendars/services/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"18f65396-2b10-4c3b-b0b5-c1c8c02133c3","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"teamId\": \"0RXEzw5UVe5oLFm6GQls\",\n    \"eventType\": \"RoundRobin_OptimizeForAvailability\",\n    \"teamMembers\": [\n        {\n            \"selected\": true,\n            \"userId\": \"0nU7uKSrtT2RVM1KknuF\",\n            \"priority\": \"Low\",\n            \"meetingLocation\": \"PhoneNumber/ZoomLink/GoogleMeet/Location\"\n        },\n        {\n            \"selected\": true,\n            \"userId\": \"0nU7uKSrtT2RVM1KknuF\",\n            \"priority\": \"Low\",\n            \"meetingLocation\": \"PhoneNumber/ZoomLink/GoogleMeet/Location\"\n        }\n    ],\n    \"name\": \"30 Mins Call\",\n    \"description\": \"30 Minutes Call\",\n    \"slug\": \"30-mins-call\",\n    \"eventColor\": \"Peacock\",\n    \"availability\": {\n        \"eventTiming\": {\n            \"slotDuration\": 30,\n            \"slotInterval\": 30,\n            \"slotBuffer\": 0\n        },\n        \"appointmentInfo\": {\n            \"perSlot\": 0,\n            \"perDay\": 0\n        },\n        \"schedule\": {\n            \"allowBookingAfter\": 0,\n            \"allowBookingAfterUnit\": \"days\",\n            \"allowBookingFor\": 0,\n            \"allowBookingForUnit\": \"days\"\n        },\n        \"officeHours\": {\n            \"sunday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"monday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"tuesday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"wednesday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"thursday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"friday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"saturday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ]\n        }\n    },\n    \"confirmation\": {\n        \"form\": {\n            \"customFormId\": \"\",\n            \"stickyContact\": false,\n            \"stripe\": {\n                \"amount\": 0,\n                \"currency\": \"USD\",\n                \"chargeDescription\": \"Your will be billed X amount for this appointment\"\n            }\n        },\n        \"notificationAndOther\": {\n            \"autoConfirm\": true,\n            \"shouldSendAlertEmailsToAssignedMember\": true,\n            \"googleInvitationEmails\": false,\n            \"allowReschedule\": true,\n            \"allowCancellation\": true,\n            \"notes\": \"Phone:- {{contact.phone}} Email:- {{contact.email}} Need to make a change to this event? Reschedule:- {{reschedule_link}} Cancel:- {{cancellation_link}}\",\n            \"facebookPixelId\": \"\"\n        },\n        \"formSubmission\": {\n            \"type\": \"ThankYouMessage\",\n            \"content\": \"https://www.bing.com or Thank you for your appointment request. We will contact you shortly to confirm your request. Please call our office at {{contactMethod}} if you have any questions.\"\n        }\n    },\n    \"appointmentTitle\": \"{{contact.name}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/calendars/services/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"87bcabaf-9d73-454b-8af7-42da86096990","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"teamId\": \"0RXEzw5UVe5oLFm6GQls\",\n    \"eventType\": \"RoundRobin_OptimizeForAvailability\",\n    \"teamMembers\": [\n        {\n            \"selected\": true,\n            \"userId\": \"0nU7uKSrtT2RVM1KknuF\",\n            \"priority\": \"Low\",\n            \"meetingLocation\": \"PhoneNumber/ZoomLink/GoogleMeet/Location\"\n        },\n        {\n            \"selected\": true,\n            \"userId\": \"0nU7uKSrtT2RVM1KknuF\",\n            \"priority\": \"Low\",\n            \"meetingLocation\": \"PhoneNumber/ZoomLink/GoogleMeet/Location\"\n        }\n    ],\n    \"name\": \"30 Mins Call\",\n    \"description\": \"30 Minutes Call\",\n    \"slug\": \"30-mins-call\",\n    \"eventColor\": \"Peacock\",\n    \"availability\": {\n        \"eventTiming\": {\n            \"slotDuration\": 30,\n            \"slotInterval\": 30,\n            \"slotBuffer\": 0\n        },\n        \"appointmentInfo\": {\n            \"perSlot\": 0,\n            \"perDay\": 0\n        },\n        \"schedule\": {\n            \"allowBookingAfter\": 0,\n            \"allowBookingAfterUnit\": \"days\",\n            \"allowBookingFor\": 0,\n            \"allowBookingForUnit\": \"days\"\n        },\n        \"officeHours\": {\n            \"sunday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"monday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"tuesday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"wednesday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"thursday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"friday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"saturday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ]\n        }\n    },\n    \"confirmation\": {\n        \"form\": {\n            \"customFormId\": \"\",\n            \"stickyContact\": false,\n            \"stripe\": {\n                \"amount\": 0,\n                \"currency\": \"USD\",\n                \"chargeDescription\": \"Your will be billed X amount for this appointment\"\n            }\n        },\n        \"notificationAndOther\": {\n            \"autoConfirm\": true,\n            \"shouldSendAlertEmailsToAssignedMember\": true,\n            \"googleInvitationEmails\": false,\n            \"allowReschedule\": true,\n            \"allowCancellation\": true,\n            \"notes\": \"Phone:- {{contact.phone}} Email:- {{contact.email}} Need to make a change to this event? Reschedule:- {{reschedule_link}} Cancel:- {{cancellation_link}}\",\n            \"facebookPixelId\": \"\"\n        },\n        \"formSubmission\": {\n            \"type\": \"ThankYouMessage\",\n            \"content\": \"https://www.bing.com or Thank you for your appointment request. We will contact you shortly to confirm your request. Please call our office at {{contactMethod}} if you have any questions.\"\n        }\n    },\n    \"appointmentTitle\": \"{{contact.name}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/calendars/services/"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"teamId\": {\n  \"message\": \"The team id field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"name\": {\n  \"message\": \"The name field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"description\": {\n  \"message\": \"The description field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"eventType\": {\n  \"message\": \"The event type field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"teamMembers\": {\n  \"message\": \"The team members field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"slug\": {\n  \"message\": \"The slug field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"appointmentTitle\": {\n  \"message\": \"The team members field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"eventColor\": {\n  \"message\": \"The event color field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"availability.eventTiming.slotDuration\": {\n  \"message\": \"The availability.eventTiming.slotDuration members field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"availability.eventTiming.slotInterval\": {\n  \"message\": \"The availability.eventTiming.slotInterval members field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"availability.officeHours\": {\n  \"message\": \"The availability.officeHours members field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"confirmation.notificationAndOther.autoConfirm\": {\n  \"message\": \"The confirmation.notificationAndOther.autoConfirm members field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"confirmation.notificationAndOther.shouldSendAlertEmailsToAssignedMember\": {\n  \"message\": \"The confirmation.notificationAndOther.shouldSendAlertEmailsToAssignedMember members field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"confirmation.notificationAndOther.googleInvitationEmails\": {\n  \"message\": \"The confirmation.notificationAndOther.googleInvitationEmails members field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"confirmation.notificationAndOther.allowReschedule\": {\n  \"message\": \"The confirmation.notificationAndOther.allowReschedule members field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"confirmation.notificationAndOther.allowCancellation\": {\n  \"message\": \"The confirmation.notificationAndOther.allowCancellation members field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"confirmation.formSubmission.type\": {\n  \"message\": \"The confirmation.formSubmission.type members field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"confirmation.formSubmission.content\": {\n  \"message\": \"The confirmation.formSubmission.content members field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"5f71c338-de2f-4fc2-b296-d70d425a4d46"},{"name":"/v1/calendars/services/:serviceId","id":"4c357c6b-5834-4aa2-9b02-b1400349454e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"teamId\": \"0RXEzw5UVe5oLFm6GQls\",\n    \"eventType\": \"RoundRobin_OptimizeForAvailability\",\n    \"teamMembers\": [\n        {\n            \"selected\": true,\n            \"userId\": \"0nU7uKSrtT2RVM1KknuF\",\n            \"priority\": \"Low\",\n            \"meetingLocation\": \"PhoneNumber/ZoomLink/GoogleMeet/Location\"\n        },\n        {\n            \"selected\": true,\n            \"userId\": \"0nU7uKSrtT2RVM1KknuF\",\n            \"priority\": \"Low\",\n            \"meetingLocation\": \"PhoneNumber/ZoomLink/GoogleMeet/Location\"\n        }\n    ],\n    \"name\": \"30 Mins Call\",\n    \"description\": \"30 Minutes Call\",\n    \"slug\": \"30-mins-call\",\n    \"eventColor\": \"Peacock\",\n    \"availability\": {\n        \"eventTiming\": {\n            \"slotDuration\": 30,\n            \"slotInterval\": 30,\n            \"slotBuffer\": 0\n        },\n        \"appointmentInfo\": {\n            \"perSlot\": 0,\n            \"perDay\": 0\n        },\n        \"schedule\": {\n            \"allowBookingAfter\": 0,\n            \"allowBookingAfterUnit\": \"days\",\n            \"allowBookingFor\": 0,\n            \"allowBookingForUnit\": \"days\"\n        },\n        \"officeHours\": {\n            \"sunday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"monday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"tuesday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"wednesday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"thursday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"friday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"saturday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ]\n        }\n    },\n    \"confirmation\": {\n        \"form\": {\n            \"customFormId\": \"\",\n            \"stickyContact\": false,\n            \"stripe\": {\n                \"amount\": 0,\n                \"currency\": \"USD\",\n                \"chargeDescription\": \"Your will be billed X amount for this appointment\"\n            }\n        },\n        \"notificationAndOther\": {\n            \"autoConfirm\": true,\n            \"shouldSendAlertEmailsToAssignedMember\": true,\n            \"googleInvitationEmails\": false,\n            \"allowReschedule\": true,\n            \"allowCancellation\": true,\n            \"notes\": \"Phone:- {{contact.phone}} Email:- {{contact.email}} Need to make a change to this event? Reschedule:- {{reschedule_link}} Cancel:- {{cancellation_link}}\",\n            \"facebookPixelId\": \"\"\n        },\n        \"formSubmission\": {\n            \"type\": \"ThankYouMessage\",\n            \"content\": \"https://www.bing.com or Thank you for your appointment request. We will contact you shortly to confirm your request. Please call our office at {{contactMethod}} if you have any questions.\"\n        }\n    },\n    \"appointmentTitle\": \"{{contact.name}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/calendars/services/:serviceId","description":"<h4>Update existing service</h4> <p>Required JSON fields in the body</p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>Allowed Option?</th></thead><tbody><tr><td>teamId</td><td>string</td><td>O4qa8K1M6xA4oPXu1b8O</td><td></td></tr><tr><td>name</td><td>string</td><td>Awsome Service</td><td></td></tr><tr><td>description</td><td>string</td><td>Awsome description</td><td></td></tr><tr><td>eventType</td><td>string</td><td>RoundRobin_OptimizeForAvailability</td><td><ul><li>RoundRobin_OptimizeForAvailability</li><li>RoundRobin_OptimizeForEqualDistribution</li></ul></td></tr><tr><td>teamMembers</td><td>obbject</td><td>See field info on the <code>teamMembers</code> table</td><td></td></tr><tr><td>slug</td><td>string</td><td>awsome-service</td><td></td></tr><tr><td>appointmentTitle</td><td>string</td><td><code>{{contact.name}}</code></td><td></td></tr><tr><td>eventColor</td><td>string</td><td>Tomato</td><td><ul><li>Banana</li><li>Basil</li><li>Blueberry</li><li>Flamingo</li><li>Grape</li><li>Graphite</li><li>Lavender</li><li>Peacock</li><li>Sage</li><li>Tangerine</li><li>Tomato</li></ul></td></tr><tr><td>availability</td><td>object</td><td>See field info on <code>availability</code> table.</td><td></td></tr><tr><td>confirmation</td><td>object</td><td>See field info on <code>confirmation</code> table.</td><td></td></tr></tbody></table><p>Allowed JSON fields in the body</p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>Allowed Option</th></thead><tbody><tr><td>isActive</td><td>boolean</td><td><code>true</code></td><td></td></tr><tr><td>syncOption</td><td>string</td><td>oneway</td><td><ul><li>oneway</li><li>twoway</li></ul></td></tr><tr><td>slug</td><td>string</td><td>first-calendar</td></tr></tbody></table><p>Allowed JSON fields in the <code>teamMembers</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>Allowed Options</th><th>is Required?</th></thead><tbody><tr><td>userId</td><td>string</td><td>GCs5KuzPqTls7vWclkEV</td><td></td><td>Yes</td></tr><tr><td>priority</td><td>string</td><td>High</td><td><ul><li>High</li><li>Medium</li><li>Low</li></ul></td><td>Yes</td></tr><tr><td>selected</td><td>boolean</td><td>true</td><td></td><td>Yes</td></tr><tr><td>meetingLocation</td><td>string</td><td>https://zoom.us/j/XXXXXXXXXX</td><td></td><td>No</td></tr></tbody></table><p>Allowed JSON fields in the <code>availability</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>is Required?</th></thead><tbody><tr><td>eventTiming</td><td>object</td><td>See field info on <code>availability.eventTiming</code> table.</td><td>Yes</td></tr><tr><td>officeHours</td><td>object</td><td>See field info on <code>availability.officeHours</code> table.</td><td>Yes</td></tr><tr><td>appointmentInfo</td><td>object</td><td>See field info on <code>availability.appointmentInfo</code> table.</td><td>No</td></tr><tr><td>schedule</td><td>object</td><td>See field info on <code>availability.schedule</code> table.</td><td>No</td></tr></tbody></table><p>Allowed JSON fields in the <code>availability.eventTiming</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>Allowed Options</th><th>is Required?</th></thead><tbody><tr><td>slotDuration</td><td>number</td><td>30</td><td><ul><li>10</li><li>15</li><li>20</li><li>30</li><li>45</li><li>60</li><li>90</li><li>120</li><li>180</li><li>240</li><li>300</li><li>360</li><li>420</li><li>480</li></ul></td><td>Yes</td></tr><tr><td>slotInterval</td><td>number</td><td>30</td><td><ul><li>10</li><li>15</li><li>20</li><li>30</li><li>45</li><li>60</li><li>90</li><li>120</li><li>180</li><li>240</li><li>300</li><li>360</li><li>420</li><li>480</li></ul></td><td>Yes</td></tr><tr><td>slotBuffer</td><td>number</td><td>1</td><td></td><td>No</td></tr></tbody></table><p>Allowed JSON fields in the <code>availability.appointmentInfo</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>is Required?</th></thead><tbody><tr><td>perSlot</td><td>number</td><td>1</td><td>No</td></tr><tr><td>perDay</td><td>number</td><td>5</td><td>No</td></tr></tbody></table><p>Allowed JSON fields in the <code>availability.schedule</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>Allowed Options</th><th>is Required?</th></thead><tbody><tr><td>allowBookingAfter</td><td>number</td><td>1</td><td></td><td>No</td></tr><tr><td>allowBookingAfterUnit</td><td>string</td><td>days</td><td><ul><li>hours</li><li>days</li><li>weeks</li><li>months</li></ul></td><td>No</td></tr><tr><td>allowBookingFor</td><td>number</td><td>5</td><td>No</td></tr><tr><td>allowBookingForUnit</td><td>string</td><td>days</td><td><ul><li>hours</li><li>days</li><li>weeks</li><li>months</li></ul></td><td>No</td></tr></tbody></table><p>Allowed JSON fields in the <code>availability.officeHours</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>is Required?</th></thead><tbody><tr><td>monday</td><td>array</td><td>Please see field info <code>availability.officeHours.days</code> table. include as a array.</td><td>Yes</td></tr><tr><td>tuesday</td><td>array</td><td>Please see field info <code>availability.officeHours.days</code> table. include as a array.</td><td>Yes</td></tr><tr><td>wednesday</td><td>array</td><td>Please see field info <code>availability.officeHours.days</code> table. include as a array.</td><td>Yes</td></tr><tr><td>thursday</td><td>array</td><td>Please see field info <code>availability.officeHours.days</code> table. include as a array.</td><td>Yes</td></tr><tr><td>friday</td><td>array</td><td>Please see field info <code>availability.officeHours.days</code> table. include as a array.</td><td>Yes</td></tr></tbody></table><p>Allowed JSON fields in the <code>availability.officeHours.days</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>is Required?</th></thead><tbody><tr><td>openMinute</td><td>number</td><td>0</td><td>Yes</td></tr><tr><td>openHour</td><td>number</td><td>8</td><td>Yes</td></tr><tr><td>closeMinute</td><td>number</td><td>0</td><td>Yes</td></tr><tr><td>closeHour</td><td>number</td><td>17</td><td>Yes</td></tr></tbody></table><p>Allowed JSON fields in the <code>confirmation</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>is Required?</th></thead><tbody><tr><td>form</td><td>object</td><td>See field info on <code>confirmation.form</code> table.</td><td>No</td></tr><tr><td>notificationAndOther</td><td>object</td><td>See field info on <code>confirmation.notificationAndOther</code> table.</td><td>Yes</td></tr><tr><td>formSubmission</td><td>object</td><td>See field info on <code>confirmation.formSubmission</code> table.</td><td>Yes</td></tr></tbody></table><p>Allowed JSON fields in the <code>confirmation.form</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>is Required?</th></thead><tbody><tr><td>customFormId</td><td>string</td><td>jjusM6EOngDExnbo2DbU</td><td>No</td></tr><tr><td>stickyContact</td><td>boolean</td><td>false</td><td>No</td></tr></tbody></table><p>Allowed JSON fields in the <code>confirmation.notificationAndOther</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>is Required?</th></thead><tbody><tr><td>autoConfirm</td><td>boolean</td><td>false</td><td>Yes</td></tr><tr><td>shouldSendAlertEmailsToAssignedMember</td><td>boolean</td><td>false</td><td>Yes</td></tr><tr><td>googleInvitationEmails</td><td>boolean</td><td>false</td><td>Yes</td></tr><tr><td>allowReschedule</td><td>boolean</td><td>false</td><td>Yes</td></tr><tr><td>allowCancellation</td><td>boolean</td><td>false</td><td>Yes</td></tr><tr><td>alertEmail</td><td>string</td><td>john@deo.com</td><td>No</td></tr><tr><td>notes</td><td>string</td><td>Awesome Notes</td><td>No</td></tr><tr><td>facebookPixelId</td><td>string</td><td>XXXXXXXXXX</td><td>No</td></tr></tbody></table><p>Allowed JSON fields in the <code>confirmation.formSubmission</code></p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>Allowed Options</th><th>is Required?</th></thead><tbody><tr><td>type</td><td>string</td><td>ThankYouMessage</td><td><ul><li>ThankYouMessage</li><li>RedirectURL</li></ul></td><td>Yes</td></tr><tr><td>content</td><td>string</td><td>Thank you for your appointment request.</td><td></td><td>Yes</td></tr></tbody></table><br /><strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","calendars","services",":serviceId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"d40f37b8-c235-4a73-97e4-132eb1b8a966","description":{"content":"<p>(Required) Service Id</p>\n","type":"text/plain"},"type":"any","value":"0RXEzw5UVe5oLFm6GQls","key":"serviceId"}]}},"response":[{"id":"820d6e9c-e497-4353-8e23-dedee5b948b7","name":"Successful response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"teamId\": \"0RXEzw5UVe5oLFm6GQls\",\n    \"eventType\": \"RoundRobin_OptimizeForAvailability\",\n    \"teamMembers\": [\n        {\n            \"selected\": true,\n            \"userId\": \"0nU7uKSrtT2RVM1KknuF\",\n            \"priority\": \"Low\",\n            \"meetingLocation\": \"PhoneNumber/ZoomLink/GoogleMeet/Location\"\n        },\n        {\n            \"selected\": true,\n            \"userId\": \"0nU7uKSrtT2RVM1KknuF\",\n            \"priority\": \"Low\",\n            \"meetingLocation\": \"PhoneNumber/ZoomLink/GoogleMeet/Location\"\n        }\n    ],\n    \"name\": \"30 Mins Call\",\n    \"description\": \"30 Minutes Call\",\n    \"slug\": \"30-mins-call\",\n    \"eventColor\": \"Peacock\",\n    \"availability\": {\n        \"eventTiming\": {\n            \"slotDuration\": 30,\n            \"slotInterval\": 30,\n            \"slotBuffer\": 0\n        },\n        \"appointmentInfo\": {\n            \"perSlot\": 0,\n            \"perDay\": 0\n        },\n        \"schedule\": {\n            \"allowBookingAfter\": 0,\n            \"allowBookingAfterUnit\": \"days\",\n            \"allowBookingFor\": 0,\n            \"allowBookingForUnit\": \"days\"\n        },\n        \"officeHours\": {\n            \"sunday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"monday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"tuesday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"wednesday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"thursday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"friday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"saturday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ]\n        }\n    },\n    \"confirmation\": {\n        \"form\": {\n            \"customFormId\": \"\",\n            \"stickyContact\": false,\n            \"stripe\": {\n                \"amount\": 0,\n                \"currency\": \"USD\",\n                \"chargeDescription\": \"Your will be billed X amount for this appointment\"\n            }\n        },\n        \"notificationAndOther\": {\n            \"autoConfirm\": true,\n            \"shouldSendAlertEmailsToAssignedMember\": true,\n            \"googleInvitationEmails\": false,\n            \"allowReschedule\": true,\n            \"allowCancellation\": true,\n            \"notes\": \"Phone:- {{contact.phone}} Email:- {{contact.email}} Need to make a change to this event? Reschedule:- {{reschedule_link}} Cancel:- {{cancellation_link}}\",\n            \"facebookPixelId\": \"\"\n        },\n        \"formSubmission\": {\n            \"type\": \"ThankYouMessage\",\n            \"content\": \"https://www.bing.com or Thank you for your appointment request. We will contact you shortly to confirm your request. Please call our office at {{contactMethod}} if you have any questions.\"\n        }\n    },\n    \"appointmentTitle\": \"{{contact.name}}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/calendars/services/:serviceId","host":["https://api.studentconvert.com"],"path":["v1","calendars","services",":serviceId"],"variable":[{"key":"serviceId","value":"0RXEzw5UVe5oLFm6GQls","description":"(Required) Service Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"OW59k4IchTgKjIDy3VMO\",\n \"name\": \"Test Service\",\n \"description\": \"Test Service Desc.\",\n \"appointmentTitle\": \"{{contact.name}}\",\n \"meetingLocation\": \"location\",\n \"eventColor\": \"#FF0000\",\n \"teamId\": \"#FF0000\",\n \"linkedCalendars\": {\n  \"google\": {\n   \"id\": \"adipisicing laboris veniam \",\n   \"name\": \"ipsum fugiat ut\"\n  },\n  \"clio\": {\n   \"id\": \"esse non adip\",\n   \"name\": \"tempor Excepteur\"\n  },\n  \"drchrono\": {\n   \"id\": \"magna in sunt veniam\",\n   \"name\": \"ut sed adipisicing nisi\"\n  }\n },\n \"syncOption\": \"oneway\",\n \"teamMembers\": [\n  {\n   \"userId\": \"\",\n   \"priority\": 0,\n   \"selected\": false,\n   \"meetingLocation\": \"https://zoom.us\"\n  },\n  {\n   \"userId\": \"\",\n   \"priority\": 0,\n   \"selected\": false,\n   \"meetingLocation\": \"https://zoom.us\"\n  }\n ],\n \"availability\": {\n  \"eventTiming\": {\n   \"slotDuration\": 30,\n   \"slotInterval\": 30,\n   \"slotBuffer\": 0\n  },\n  \"appointmentInfo\": {\n   \"perSlot\": 1,\n   \"perDay\": 8\n  },\n  \"schedule\": {\n   \"allowBookingAfter\": 1,\n   \"allowBookingAfterUnit\": \"Hours\",\n   \"allowBookingFor\": 8,\n   \"allowBookingForUnit\": \"Hours\"\n  },\n  \"officeHours\": {\n   \"monday\": [\n    {\n     \"openMinute\": 0,\n     \"closeMinute\": 0,\n     \"closeHour\": 17,\n     \"openHour\": 8\n    },\n    {\n     \"openMinute\": 0,\n     \"closeMinute\": 0,\n     \"closeHour\": 17,\n     \"openHour\": 8\n    }\n   ],\n   \"tuesday\": [\n    {\n     \"openMinute\": 0,\n     \"closeMinute\": 0,\n     \"closeHour\": 17,\n     \"openHour\": 8\n    },\n    {\n     \"openMinute\": 0,\n     \"closeMinute\": 0,\n     \"closeHour\": 17,\n     \"openHour\": 8\n    }\n   ],\n   \"wednesday\": [\n    {\n     \"openMinute\": 0,\n     \"closeMinute\": 0,\n     \"closeHour\": 17,\n     \"openHour\": 8\n    },\n    {\n     \"openMinute\": 0,\n     \"closeMinute\": 0,\n     \"closeHour\": 17,\n     \"openHour\": 8\n    }\n   ],\n   \"thursday\": [\n    {\n     \"openMinute\": 0,\n     \"closeMinute\": 0,\n     \"closeHour\": 17,\n     \"openHour\": 8\n    },\n    {\n     \"openMinute\": 0,\n     \"closeMinute\": 0,\n     \"closeHour\": 17,\n     \"openHour\": 8\n    }\n   ],\n   \"friday\": [\n    {\n     \"openMinute\": 0,\n     \"closeMinute\": 0,\n     \"closeHour\": 17,\n     \"openHour\": 8\n    },\n    {\n     \"openMinute\": 0,\n     \"closeMinute\": 0,\n     \"closeHour\": 17,\n     \"openHour\": 8\n    }\n   ]\n  }\n },\n \"confirmation\": {\n  \"form\": {\n   \"customFormId\": \"jjusM6EOngDExnbo2DbU\",\n   \"stickyContact\": false\n  },\n  \"notificationAndOther\": {\n   \"alertEmail\": \"dolor elit\",\n   \"hasAutoConfirm\": false,\n   \"hasGoogleSendInvitationEmail\": false,\n   \"hasAllowReschedule\": false,\n   \"hasAllowCancellation\": false,\n   \"hasSendEmailToAssignedMember\": false,\n   \"notes\": \"\",\n   \"facebookPixelId\": \"\",\n   \"customCode\": \"\"\n  },\n  \"formSubmission\": {\n   \"type\": \"ThankYouMessage\",\n   \"content\": \"\"\n  }\n }\n}"},{"id":"70d9dddf-4bd3-4d71-9a7b-2eb86b37e779","name":"Bad Request. please contact support!","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"teamId\": \"0RXEzw5UVe5oLFm6GQls\",\n    \"eventType\": \"RoundRobin_OptimizeForAvailability\",\n    \"teamMembers\": [\n        {\n            \"selected\": true,\n            \"userId\": \"0nU7uKSrtT2RVM1KknuF\",\n            \"priority\": \"Low\",\n            \"meetingLocation\": \"PhoneNumber/ZoomLink/GoogleMeet/Location\"\n        },\n        {\n            \"selected\": true,\n            \"userId\": \"0nU7uKSrtT2RVM1KknuF\",\n            \"priority\": \"Low\",\n            \"meetingLocation\": \"PhoneNumber/ZoomLink/GoogleMeet/Location\"\n        }\n    ],\n    \"name\": \"30 Mins Call\",\n    \"description\": \"30 Minutes Call\",\n    \"slug\": \"30-mins-call\",\n    \"eventColor\": \"Peacock\",\n    \"availability\": {\n        \"eventTiming\": {\n            \"slotDuration\": 30,\n            \"slotInterval\": 30,\n            \"slotBuffer\": 0\n        },\n        \"appointmentInfo\": {\n            \"perSlot\": 0,\n            \"perDay\": 0\n        },\n        \"schedule\": {\n            \"allowBookingAfter\": 0,\n            \"allowBookingAfterUnit\": \"days\",\n            \"allowBookingFor\": 0,\n            \"allowBookingForUnit\": \"days\"\n        },\n        \"officeHours\": {\n            \"sunday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"monday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"tuesday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"wednesday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"thursday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"friday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"saturday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ]\n        }\n    },\n    \"confirmation\": {\n        \"form\": {\n            \"customFormId\": \"\",\n            \"stickyContact\": false,\n            \"stripe\": {\n                \"amount\": 0,\n                \"currency\": \"USD\",\n                \"chargeDescription\": \"Your will be billed X amount for this appointment\"\n            }\n        },\n        \"notificationAndOther\": {\n            \"autoConfirm\": true,\n            \"shouldSendAlertEmailsToAssignedMember\": true,\n            \"googleInvitationEmails\": false,\n            \"allowReschedule\": true,\n            \"allowCancellation\": true,\n            \"notes\": \"Phone:- {{contact.phone}} Email:- {{contact.email}} Need to make a change to this event? Reschedule:- {{reschedule_link}} Cancel:- {{cancellation_link}}\",\n            \"facebookPixelId\": \"\"\n        },\n        \"formSubmission\": {\n            \"type\": \"ThankYouMessage\",\n            \"content\": \"https://www.bing.com or Thank you for your appointment request. We will contact you shortly to confirm your request. Please call our office at {{contactMethod}} if you have any questions.\"\n        }\n    },\n    \"appointmentTitle\": \"{{contact.name}}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/calendars/services/:serviceId","host":["https://api.studentconvert.com"],"path":["v1","calendars","services",":serviceId"],"variable":[{"key":"serviceId","value":"0RXEzw5UVe5oLFm6GQls","description":"(Required) Service Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"20ca5ea5-4aa1-44e1-bf22-2bad071ef9a6","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"teamId\": \"0RXEzw5UVe5oLFm6GQls\",\n    \"eventType\": \"RoundRobin_OptimizeForAvailability\",\n    \"teamMembers\": [\n        {\n            \"selected\": true,\n            \"userId\": \"0nU7uKSrtT2RVM1KknuF\",\n            \"priority\": \"Low\",\n            \"meetingLocation\": \"PhoneNumber/ZoomLink/GoogleMeet/Location\"\n        },\n        {\n            \"selected\": true,\n            \"userId\": \"0nU7uKSrtT2RVM1KknuF\",\n            \"priority\": \"Low\",\n            \"meetingLocation\": \"PhoneNumber/ZoomLink/GoogleMeet/Location\"\n        }\n    ],\n    \"name\": \"30 Mins Call\",\n    \"description\": \"30 Minutes Call\",\n    \"slug\": \"30-mins-call\",\n    \"eventColor\": \"Peacock\",\n    \"availability\": {\n        \"eventTiming\": {\n            \"slotDuration\": 30,\n            \"slotInterval\": 30,\n            \"slotBuffer\": 0\n        },\n        \"appointmentInfo\": {\n            \"perSlot\": 0,\n            \"perDay\": 0\n        },\n        \"schedule\": {\n            \"allowBookingAfter\": 0,\n            \"allowBookingAfterUnit\": \"days\",\n            \"allowBookingFor\": 0,\n            \"allowBookingForUnit\": \"days\"\n        },\n        \"officeHours\": {\n            \"sunday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"monday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"tuesday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"wednesday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"thursday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"friday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"saturday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ]\n        }\n    },\n    \"confirmation\": {\n        \"form\": {\n            \"customFormId\": \"\",\n            \"stickyContact\": false,\n            \"stripe\": {\n                \"amount\": 0,\n                \"currency\": \"USD\",\n                \"chargeDescription\": \"Your will be billed X amount for this appointment\"\n            }\n        },\n        \"notificationAndOther\": {\n            \"autoConfirm\": true,\n            \"shouldSendAlertEmailsToAssignedMember\": true,\n            \"googleInvitationEmails\": false,\n            \"allowReschedule\": true,\n            \"allowCancellation\": true,\n            \"notes\": \"Phone:- {{contact.phone}} Email:- {{contact.email}} Need to make a change to this event? Reschedule:- {{reschedule_link}} Cancel:- {{cancellation_link}}\",\n            \"facebookPixelId\": \"\"\n        },\n        \"formSubmission\": {\n            \"type\": \"ThankYouMessage\",\n            \"content\": \"https://www.bing.com or Thank you for your appointment request. We will contact you shortly to confirm your request. Please call our office at {{contactMethod}} if you have any questions.\"\n        }\n    },\n    \"appointmentTitle\": \"{{contact.name}}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/calendars/services/:serviceId","host":["https://api.studentconvert.com"],"path":["v1","calendars","services",":serviceId"],"variable":[{"key":"serviceId","value":"0RXEzw5UVe5oLFm6GQls","description":"(Required) Service Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"ae04e002-a532-4032-b6ca-69652a75fa96","name":"Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"teamId\": \"0RXEzw5UVe5oLFm6GQls\",\n    \"eventType\": \"RoundRobin_OptimizeForAvailability\",\n    \"teamMembers\": [\n        {\n            \"selected\": true,\n            \"userId\": \"0nU7uKSrtT2RVM1KknuF\",\n            \"priority\": \"Low\",\n            \"meetingLocation\": \"PhoneNumber/ZoomLink/GoogleMeet/Location\"\n        },\n        {\n            \"selected\": true,\n            \"userId\": \"0nU7uKSrtT2RVM1KknuF\",\n            \"priority\": \"Low\",\n            \"meetingLocation\": \"PhoneNumber/ZoomLink/GoogleMeet/Location\"\n        }\n    ],\n    \"name\": \"30 Mins Call\",\n    \"description\": \"30 Minutes Call\",\n    \"slug\": \"30-mins-call\",\n    \"eventColor\": \"Peacock\",\n    \"availability\": {\n        \"eventTiming\": {\n            \"slotDuration\": 30,\n            \"slotInterval\": 30,\n            \"slotBuffer\": 0\n        },\n        \"appointmentInfo\": {\n            \"perSlot\": 0,\n            \"perDay\": 0\n        },\n        \"schedule\": {\n            \"allowBookingAfter\": 0,\n            \"allowBookingAfterUnit\": \"days\",\n            \"allowBookingFor\": 0,\n            \"allowBookingForUnit\": \"days\"\n        },\n        \"officeHours\": {\n            \"sunday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"monday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"tuesday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"wednesday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"thursday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"friday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ],\n            \"saturday\": [\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                },\n                {\n                    \"openHour\": 8,\n                    \"openMinute\": 0,\n                    \"closeHour\": 17,\n                    \"closeMinute\": 0\n                }\n            ]\n        }\n    },\n    \"confirmation\": {\n        \"form\": {\n            \"customFormId\": \"\",\n            \"stickyContact\": false,\n            \"stripe\": {\n                \"amount\": 0,\n                \"currency\": \"USD\",\n                \"chargeDescription\": \"Your will be billed X amount for this appointment\"\n            }\n        },\n        \"notificationAndOther\": {\n            \"autoConfirm\": true,\n            \"shouldSendAlertEmailsToAssignedMember\": true,\n            \"googleInvitationEmails\": false,\n            \"allowReschedule\": true,\n            \"allowCancellation\": true,\n            \"notes\": \"Phone:- {{contact.phone}} Email:- {{contact.email}} Need to make a change to this event? Reschedule:- {{reschedule_link}} Cancel:- {{cancellation_link}}\",\n            \"facebookPixelId\": \"\"\n        },\n        \"formSubmission\": {\n            \"type\": \"ThankYouMessage\",\n            \"content\": \"https://www.bing.com or Thank you for your appointment request. We will contact you shortly to confirm your request. Please call our office at {{contactMethod}} if you have any questions.\"\n        }\n    },\n    \"appointmentTitle\": \"{{contact.name}}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/calendars/services/:serviceId","host":["https://api.studentconvert.com"],"path":["v1","calendars","services",":serviceId"],"variable":[{"key":"serviceId","value":"0RXEzw5UVe5oLFm6GQls","description":"(Required) Service Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"teamId\": {\n  \"message\": \"The team id field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"name\": {\n  \"message\": \"The name field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"description\": {\n  \"message\": \"The description field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"eventType\": {\n  \"message\": \"The event type field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"teamMembers\": {\n  \"message\": \"The team members field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"slug\": {\n  \"message\": \"The slug field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"appointmentTitle\": {\n  \"message\": \"The team members field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"eventColor\": {\n  \"message\": \"The event color field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"availability.eventTiming.slotDuration\": {\n  \"message\": \"The availability.eventTiming.slotDuration members field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"availability.eventTiming.slotInterval\": {\n  \"message\": \"The availability.eventTiming.slotInterval members field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"availability.officeHours\": {\n  \"message\": \"The availability.officeHours members field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"confirmation.notificationAndOther.autoConfirm\": {\n  \"message\": \"The confirmation.notificationAndOther.autoConfirm members field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"confirmation.notificationAndOther.shouldSendAlertEmailsToAssignedMember\": {\n  \"message\": \"The confirmation.notificationAndOther.shouldSendAlertEmailsToAssignedMember members field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"confirmation.notificationAndOther.googleInvitationEmails\": {\n  \"message\": \"The confirmation.notificationAndOther.googleInvitationEmails members field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"confirmation.notificationAndOther.allowReschedule\": {\n  \"message\": \"The confirmation.notificationAndOther.allowReschedule members field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"confirmation.notificationAndOther.allowCancellation\": {\n  \"message\": \"The confirmation.notificationAndOther.allowCancellation members field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"confirmation.formSubmission.type\": {\n  \"message\": \"The confirmation.formSubmission.type members field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"confirmation.formSubmission.content\": {\n  \"message\": \"The confirmation.formSubmission.content members field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"4c357c6b-5834-4aa2-9b02-b1400349454e"},{"name":"/v1/calendars/services/:serviceId","id":"70b2c2c9-5a10-4dab-a4c5-d3a600a5186b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.studentconvert.com/v1/calendars/services/:serviceId","description":"<h4>Delete Service.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","calendars","services",":serviceId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"52ef8f88-eb9e-4b98-af75-b7d00fdad8ab","description":{"content":"<p>(Required) Service Id</p>\n","type":"text/plain"},"type":"any","value":"0RXEzw5UVe5oLFm6GQls","key":"serviceId"}]}},"response":[{"id":"fbf2ea2a-3294-43cd-b7ef-ca1bf6ee2d39","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/calendars/services/:serviceId","host":["https://api.studentconvert.com"],"path":["v1","calendars","services",":serviceId"],"variable":[{"key":"serviceId","value":"0RXEzw5UVe5oLFm6GQls","description":"(Required) Service Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fac45f5d-af8c-49a8-a820-75ef7a20956f","name":"Bad Request. please contact support!","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/calendars/services/:serviceId","host":["https://api.studentconvert.com"],"path":["v1","calendars","services",":serviceId"],"variable":[{"key":"serviceId","value":"0RXEzw5UVe5oLFm6GQls","description":"(Required) Service Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"95c37cf1-db87-40ad-9369-50b107419bd7","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/calendars/services/:serviceId","host":["https://api.studentconvert.com"],"path":["v1","calendars","services",":serviceId"],"variable":[{"key":"serviceId","value":"0RXEzw5UVe5oLFm6GQls","description":"(Required) Service Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"e0fa3378-0d3a-46e7-ab86-95c465f3d47f","name":"Unprocessable Entity","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/calendars/services/:serviceId","host":["https://api.studentconvert.com"],"path":["v1","calendars","services",":serviceId"],"variable":[{"key":"serviceId","value":"0RXEzw5UVe5oLFm6GQls","description":"(Required) Service Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": {\n  \"message\": \"The contact id is invalid.\",\n  \"rule\": \"invalid\"\n }\n}"}],"_postman_id":"70b2c2c9-5a10-4dab-a4c5-d3a600a5186b"}],"id":"600c12c3-81cb-45a2-ab36-4e70d620e0cf","_postman_id":"600c12c3-81cb-45a2-ab36-4e70d620e0cf","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}},{"name":"Appointment","item":[{"name":"/v1/appointments/slots","id":"f4e4ced4-18cf-46b6-a55b-9d6c3f331caf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/appointments/slots?calendarId=CVokAlI8fgw4WYWoCtQz&startDate=1598898600000&endDate=1601490599999&timezone=America/Chihuahua&userId=082goXVW3lIExEQPOnd3","description":"<h4>Get free slots.</h4><p>Required fields in the query</p><table><thead><tr><th>Fields</th><th>Types</th><th>Example</th></tr></thead><tbody><tr><td>calendarId</td><td>string</td><td>CVokAlI8fgw4WYWoCtQz</td></tr><tr><td>startDate</td><td>integer</td><td>epoch timestamp. for ex: <code>1548898600000</code></td></tr><tr><td>endDate</td><td>integer</td><td>epoch timestamp. for ex: <code>1601490599999</code></td></tr></tbody></table><p>Allowed field in the query</p><table><thead><tr><th>Fields</th><th>Types</th><th>Example</th></tr></thead><tbody><tr><td>userId</td><td>string</td><td>082goXVW3lIExEQPOnd3</td></tr><tr><td>timezone</td><td>string</td><td>America/Chihuahua</td></tr></tbody></table> <br /> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","appointments","slots"],"host":["https://api.studentconvert.com"],"query":[{"description":{"content":"<p>(Required) Calendar Id</p>\n","type":"text/plain"},"key":"calendarId","value":"CVokAlI8fgw4WYWoCtQz"},{"description":{"content":"<p>(Required) epoch timestamp</p>\n","type":"text/plain"},"key":"startDate","value":"1598898600000"},{"description":{"content":"<p>(Required) epoch timestamp</p>\n","type":"text/plain"},"key":"endDate","value":"1601490599999"},{"description":{"content":"<p>Timezone</p>\n","type":"text/plain"},"key":"timezone","value":"America/Chihuahua"},{"description":{"content":"<p>User Id</p>\n","type":"text/plain"},"key":"userId","value":"082goXVW3lIExEQPOnd3"}],"variable":[]}},"response":[{"id":"9e963304-2200-4f3c-8535-88e88e3370f3","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/appointments/slots?calendarId=CVokAlI8fgw4WYWoCtQz&startDate=1598898600000&endDate=1601490599999&timezone=America/Chihuahua&userId=082goXVW3lIExEQPOnd3","host":["https://api.studentconvert.com"],"path":["v1","appointments","slots"],"query":[{"key":"calendarId","value":"CVokAlI8fgw4WYWoCtQz"},{"key":"startDate","value":"1598898600000"},{"key":"endDate","value":"1601490599999"},{"key":"timezone","value":"America/Chihuahua"},{"key":"userId","value":"082goXVW3lIExEQPOnd3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"_dates_\": {\n  \"slots\": [\n   \"2020-09-04T08:00:00+05:30\",\n   \"2020-09-04T08:00:00+05:30\"\n  ]\n }\n}"},{"id":"a01fab8e-4b45-429b-80e6-0fc18f375150","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/appointments/slots?calendarId=CVokAlI8fgw4WYWoCtQz&startDate=1598898600000&endDate=1601490599999&timezone=America/Chihuahua&userId=082goXVW3lIExEQPOnd3","host":["https://api.studentconvert.com"],"path":["v1","appointments","slots"],"query":[{"key":"calendarId","value":"CVokAlI8fgw4WYWoCtQz"},{"key":"startDate","value":"1598898600000"},{"key":"endDate","value":"1601490599999"},{"key":"timezone","value":"America/Chihuahua"},{"key":"userId","value":"082goXVW3lIExEQPOnd3"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"41a362c2-866d-4f30-a436-6a13c8da4a84","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/appointments/slots?calendarId=CVokAlI8fgw4WYWoCtQz&startDate=1598898600000&endDate=1601490599999&timezone=America/Chihuahua&userId=082goXVW3lIExEQPOnd3","host":["https://api.studentconvert.com"],"path":["v1","appointments","slots"],"query":[{"key":"calendarId","value":"CVokAlI8fgw4WYWoCtQz"},{"key":"startDate","value":"1598898600000"},{"key":"endDate","value":"1601490599999"},{"key":"timezone","value":"America/Chihuahua"},{"key":"userId","value":"082goXVW3lIExEQPOnd3"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"5b717159-b72c-45f1-9a99-153fddf6ef2b","name":"Unprocessable Entity","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/appointments/slots?calendarId=CVokAlI8fgw4WYWoCtQz&startDate=1598898600000&endDate=1601490599999&timezone=America/Chihuahua&userId=082goXVW3lIExEQPOnd3","host":["https://api.studentconvert.com"],"path":["v1","appointments","slots"],"query":[{"key":"calendarId","value":"CVokAlI8fgw4WYWoCtQz"},{"key":"startDate","value":"1598898600000"},{"key":"endDate","value":"1601490599999"},{"key":"timezone","value":"America/Chihuahua"},{"key":"userId","value":"082goXVW3lIExEQPOnd3"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"calendarId\": {\n  \"message\": \"The calendar id field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"startDate\": {\n  \"message\": \"The start date field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"endDate\": {\n  \"message\": \"The end date field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"f4e4ced4-18cf-46b6-a55b-9d6c3f331caf"},{"name":"/v1/appointments/","id":"59f76610-3c7f-4302-bfd7-a31e2289f834","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/appointments/?startDate=1548898600000&endDate=1601490599999&userId=082goXVW3lIExEQPOnd3&calendarId=0nU7uKSrtT2RVM1KknuF&teamId=O4qa8K1M6xA4oPXu1b8O&includeAll=true","description":"<h4>Get all booked events.</h4> <p>Required fields in the query</p><table><thead><tr><th>Fields</th><th>Types</th><th>Example</th></tr></thead><tbody><tr><td>startDate</td><td>integer</td><td>epoch timestamp. for ex: <code>1548898600000</code></td></tr><tr><td>endDate</td><td>integer</td><td>epoch timestamp. for ex: <code>1601490599999</code></td></tr><tr><td>userId(or calendarId or teamId)</td><td>string</td><td>082goXVW3lIExEQPOnd3</td></tr><tr><td>calendarId(or userId or teamId)</td><td>string</td><td>0nU7uKSrtT2RVM1KknuF</td></tr><tr><td>teamId(or userId or calendarId)</td><td>string</td><td>O4qa8K1M6xA4oPXu1b8O</td></tr></tbody></table><p>Allowed field in the query</p><table><thead><tr><th>Fields</th><th>Types</th><th>Example</th></tr></thead><tbody><tr><td>includeAll</td><td>boolean</td><td>Include contact and more data. for ex: <code>true</code></td></tr></tbody></table> <br /> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","appointments",""],"host":["https://api.studentconvert.com"],"query":[{"description":{"content":"<p>(Required) epoch timestamp</p>\n","type":"text/plain"},"key":"startDate","value":"1548898600000"},{"description":{"content":"<p>(Required) epoch timestamp</p>\n","type":"text/plain"},"key":"endDate","value":"1601490599999"},{"description":{"content":"<p>User Id</p>\n","type":"text/plain"},"key":"userId","value":"082goXVW3lIExEQPOnd3"},{"description":{"content":"<p>Calendar Id</p>\n","type":"text/plain"},"key":"calendarId","value":"0nU7uKSrtT2RVM1KknuF"},{"description":{"content":"<p>Team Id</p>\n","type":"text/plain"},"key":"teamId","value":"O4qa8K1M6xA4oPXu1b8O"},{"description":{"content":"<p>Include contact and more data.</p>\n","type":"text/plain"},"key":"includeAll","value":"true"}],"variable":[]}},"response":[{"id":"da05f536-0a00-4c6b-ace1-074694304ac6","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/appointments/?startDate=1548898600000&endDate=1601490599999&userId=082goXVW3lIExEQPOnd3&calendarId=0nU7uKSrtT2RVM1KknuF&teamId=O4qa8K1M6xA4oPXu1b8O&includeAll=true","host":["https://api.studentconvert.com"],"path":["v1","appointments",""],"query":[{"key":"startDate","value":"1548898600000"},{"key":"endDate","value":"1601490599999"},{"key":"userId","value":"082goXVW3lIExEQPOnd3"},{"key":"calendarId","value":"0nU7uKSrtT2RVM1KknuF"},{"key":"teamId","value":"O4qa8K1M6xA4oPXu1b8O"},{"key":"includeAll","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"appointments\": [\n  {\n   \"id\": \"EaALh02zfPo8VB3JOnpq\",\n   \"userId\": \"GCs5KuzPqTls7vWclkEV\",\n   \"calendarProviderId\": \"0nU7uKSrtT2RVM1KknuF\",\n   \"calendarId\": \"9qFx5qCKr3jIdBw0DiqB\",\n   \"contactId\": \"v1kbP2GBSZq6yzRkh7KT\",\n   \"calendarServiceId\": \"CVokAlI8fgw4WYWoCtQz\",\n   \"isRecurring\": false,\n   \"status\": \"booked\",\n   \"appoinmentStatus\": \"confirmed\",\n   \"title\": \"Calendar Standup\",\n   \"locationId\": \"C2QujeCh8ZnC7al2InWR\",\n   \"startTime\": \"2020-07-22T16:00:00+05:30\",\n   \"endTime\": \"2020-07-22T16:30:00+05:30\",\n   \"selectedTimezone\": \"Asia/Calcutta\",\n   \"contact\": {\n    \"id\": \"ocQHyuzHvysMo5N5VsXc\",\n    \"locationId\": \"C2QujeCh8ZnC7al2InWR\",\n    \"email\": \"JohnDeo@gmail.com\",\n    \"emailLowerCase\": \"johndeo@gmail.com\",\n    \"fingerprint\": \"91f4f0e0-e2dd-11ea-9b16-53b2d72e8a24\",\n    \"timezone\": \"Asia/Calcutta\",\n    \"country\": \"DE\",\n    \"customField\": [\n     {\n      \"id\": \"MgobCB14YMVKuE4Ka8p1\",\n      \"value\": \"tempor in ut\"\n     },\n     {\n      \"id\": \"MgobCB14YMVKuE4Ka8p1\",\n      \"value\": \"Duis\"\n     }\n    ],\n    \"tags\": [\n     \"nulla\",\n     \"minim est\"\n    ],\n    \"__moreField__\": \"id ex nulla\"\n   }\n  },\n  {\n   \"id\": \"EaALh02zfPo8VB3JOnpq\",\n   \"userId\": \"GCs5KuzPqTls7vWclkEV\",\n   \"calendarProviderId\": \"0nU7uKSrtT2RVM1KknuF\",\n   \"calendarId\": \"9qFx5qCKr3jIdBw0DiqB\",\n   \"contactId\": \"v1kbP2GBSZq6yzRkh7KT\",\n   \"calendarServiceId\": \"CVokAlI8fgw4WYWoCtQz\",\n   \"isRecurring\": false,\n   \"status\": \"booked\",\n   \"appoinmentStatus\": \"confirmed\",\n   \"title\": \"Calendar Standup\",\n   \"locationId\": \"C2QujeCh8ZnC7al2InWR\",\n   \"startTime\": \"2020-07-22T16:00:00+05:30\",\n   \"endTime\": \"2020-07-22T16:30:00+05:30\",\n   \"selectedTimezone\": \"Asia/Calcutta\",\n   \"contact\": {\n    \"id\": \"ocQHyuzHvysMo5N5VsXc\",\n    \"locationId\": \"C2QujeCh8ZnC7al2InWR\",\n    \"email\": \"JohnDeo@gmail.com\",\n    \"emailLowerCase\": \"johndeo@gmail.com\",\n    \"fingerprint\": \"91f4f0e0-e2dd-11ea-9b16-53b2d72e8a24\",\n    \"timezone\": \"Asia/Calcutta\",\n    \"country\": \"DE\",\n    \"customField\": [\n     {\n      \"id\": \"MgobCB14YMVKuE4Ka8p1\",\n      \"value\": \"adipisicing eu\"\n     },\n     {\n      \"id\": \"MgobCB14YMVKuE4Ka8p1\",\n      \"value\": \"nostrud\"\n     }\n    ],\n    \"tags\": [\n     \"in voluptate\",\n     \"id culpa sit ad dolore\"\n    ],\n    \"__moreField__\": \"no\"\n   }\n  }\n ]\n}"},{"id":"112c40df-257d-4852-b4f4-6942e0298f8c","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/appointments/?startDate=1548898600000&endDate=1601490599999&userId=082goXVW3lIExEQPOnd3&calendarId=0nU7uKSrtT2RVM1KknuF&teamId=O4qa8K1M6xA4oPXu1b8O&includeAll=true","host":["https://api.studentconvert.com"],"path":["v1","appointments",""],"query":[{"key":"startDate","value":"1548898600000"},{"key":"endDate","value":"1601490599999"},{"key":"userId","value":"082goXVW3lIExEQPOnd3"},{"key":"calendarId","value":"0nU7uKSrtT2RVM1KknuF"},{"key":"teamId","value":"O4qa8K1M6xA4oPXu1b8O"},{"key":"includeAll","value":"true"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"c38c13d0-fa1c-429f-b29c-074e23dfa77b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/appointments/?startDate=1548898600000&endDate=1601490599999&userId=082goXVW3lIExEQPOnd3&calendarId=0nU7uKSrtT2RVM1KknuF&teamId=O4qa8K1M6xA4oPXu1b8O&includeAll=true","host":["https://api.studentconvert.com"],"path":["v1","appointments",""],"query":[{"key":"startDate","value":"1548898600000"},{"key":"endDate","value":"1601490599999"},{"key":"userId","value":"082goXVW3lIExEQPOnd3"},{"key":"calendarId","value":"0nU7uKSrtT2RVM1KknuF"},{"key":"teamId","value":"O4qa8K1M6xA4oPXu1b8O"},{"key":"includeAll","value":"true"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"addfd2ca-89a6-4f2e-be07-41dd89855652","name":"Unprocessable Entity","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/appointments/?startDate=1548898600000&endDate=1601490599999&userId=082goXVW3lIExEQPOnd3&calendarId=0nU7uKSrtT2RVM1KknuF&teamId=O4qa8K1M6xA4oPXu1b8O&includeAll=true","host":["https://api.studentconvert.com"],"path":["v1","appointments",""],"query":[{"key":"startDate","value":"1548898600000"},{"key":"endDate","value":"1601490599999"},{"key":"userId","value":"082goXVW3lIExEQPOnd3"},{"key":"calendarId","value":"0nU7uKSrtT2RVM1KknuF"},{"key":"teamId","value":"O4qa8K1M6xA4oPXu1b8O"},{"key":"includeAll","value":"true"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"startDate\": {\n  \"message\": \"The start date field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"endDate\": {\n  \"message\": \"The end date field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"userId or calendarProviderId\": {\n  \"message\": \"The user id or calendar provider id field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"59f76610-3c7f-4302-bfd7-a31e2289f834"},{"name":"/v1/appointments/","id":"8d00d16a-83de-4dc3-8864-8f4d767d6bca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"calendarId\": \"CVokAlI8fgw4WYWoCtQz\",\n    \"selectedTimezone\": \"Asia/Calcutta\",\n    \"selectedSlot\": \"2021-06-23T03:30:00+05:30\",\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+18887324197\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/appointments/","description":"<h4>Booking Appoinment.</h4><p>HL Appointments API provides several different ways the endpoints can be leveraged, You can examine its application depending on any of the following use cases:</p><p><strong>Use case #1</strong>: Schedule Appointments</p><p>This predominantly focuses on consumer facing online booking applications. To be able to use it effectively, consider the following parameters during your set-up.</p><p>Required JSON fields in the body</p><table><thead><th>Fields</th><th>Types</th><th>Example</th></thead><tbody><tr><td>email(or phone)</td><td>string</td><td>johndeo@gmail.com</td></tr><tr><td>phone(or email)</td><td>string</td><td>+1 888-888-8888</td></tr><tr><td>selectedSlot</td><td>datetime</td><td>2021-02-05T11:00:00+05:30</td></tr><tr><td>selectedTimezone</td><td>string</td><td>Asia/Calcutta</td></tr><tr><td>calendarId</td><td>string</td><td>J37gEVtdFMRYVQWPdXIc</td></tr></tbody></table><p>Allowed JSON fields in the body</p><table><thead><th>Fields</th><th>Types</th><th>Example</th></thead><tbody><tr><td>firstName</td><td>string</td><td>John</td></tr><tr><td>lastName</td><td>string</td><td>Deo</td></tr><tr><td>name</td><td>string</td><td>John Deo</td></tr><tr><td>title</td><td>string</td><td>Best Event</td></tr><tr><td>address1</td><td>long</td><td>Tonkawa Trail W</td></tr><tr><td>city</td><td>string</td><td>Austin</td></tr><tr><td>state</td><td>string</td><td>Texas</td></tr><tr><td>website</td><td>string(url)</td><td>https://www.google.com</td></tr><tr><td>__custome_field_id__</td><td>string/array</td><td>Test</td></tr><tr><td>calendarNotes</td><td>long</td><td>Booked from public api</td></tr></tbody></table><p><strong>Use case #2</strong>: Block Off Time (Event Blocks)</p><p>This focuses specifically on actions surrounding internal applications such as posting a custom event block availability within your own application. While its application covers a range of different scenarios, you can use the following parameters during your set-up.</p><p>Required JSON fields in the body</p><table><thead><th>Fields</th><th>Types</th><th>Example</th></thead><tbody><tr><td>selectedSlot</td><td>datetime</td><td>2021-02-10T10:00:00Z</td></tr><tr><td>endAt</td><td>datetime</td><td>2021-02-12T10:00:00Z</td></tr><tr><td>calendarId/userId</td><td>string</td><td>J37gEVtdFMRYVQWPdXIc</td></tr></tbody></table><p>Allowed JSON fields in the body</p><table><thead><th>Fields</th><th>Types</th><th>Example</th></thead><tbody><tr><td>title</td><td>string</td><td>Blocking Event</td></tr></tbody></table> <br /><strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","appointments",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[]}},"response":[{"id":"8c567f76-be36-4434-993a-386890395ded","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"calendarId\": \"CVokAlI8fgw4WYWoCtQz\",\n    \"selectedTimezone\": \"Asia/Calcutta\",\n    \"selectedSlot\": \"2021-06-23T03:30:00+05:30\",\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+18887324197\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/appointments/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"004B1SpcAvh3s9E3rqk8\",\n \"contactId\": \"0007BWpSzSwfiuSl0tR2\",\n \"contact\": {\n  \"id\": \"0007BWpSzSwfiuSl0tR2\",\n  \"locationId\": \"C2QujeCh8ZnC7al2InWR\",\n  \"email\": \"JohnDeo@gmail.com\",\n  \"emailLowerCase\": \"johndeo@gmail.com\",\n  \"fingerprint\": \"91f4f0e0-e2dd-11ea-9b16-53b2d72e8a24\",\n  \"timezone\": \"Asia/Calcutta\",\n  \"country\": \"DE\",\n  \"customField\": [\n   {\n    \"id\": \"MgobCB14YMVKuE4Ka8p1\",\n    \"value\": \"anim esse\"\n   },\n   {\n    \"id\": \"MgobCB14YMVKuE4Ka8p1\",\n    \"value\": \"culpa anim nulla Ut\"\n   }\n  ],\n  \"__moreField__\": \"sin\"\n }\n}"},{"id":"5fbaf384-a738-4210-9467-315e8cbcc8c5","name":"Bad Request. please contact support!","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"calendarId\": \"CVokAlI8fgw4WYWoCtQz\",\n    \"selectedTimezone\": \"Asia/Calcutta\",\n    \"selectedSlot\": \"2021-06-23T03:30:00+05:30\",\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+18887324197\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/appointments/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"393d1fc6-00e4-4bbf-a8ad-76b3db3ff525","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"calendarId\": \"CVokAlI8fgw4WYWoCtQz\",\n    \"selectedTimezone\": \"Asia/Calcutta\",\n    \"selectedSlot\": \"2021-06-23T03:30:00+05:30\",\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+18887324197\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/appointments/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"6a3620f7-1cb8-4ae4-8d17-44f5e2d86c6e","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"calendarId\": \"CVokAlI8fgw4WYWoCtQz\",\n    \"selectedTimezone\": \"Asia/Calcutta\",\n    \"selectedSlot\": \"2021-06-23T03:30:00+05:30\",\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+18887324197\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/appointments/"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"calendarId\": {\n  \"message\": \"The calendar id field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"selectedSlot\": {\n  \"message\": \"The selected slot field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"selectedTimezone\": {\n  \"message\": \"The selected timezone field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"email or phone\": {\n  \"message\": \"The email or phone field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"8d00d16a-83de-4dc3-8864-8f4d767d6bca"},{"name":"/v1/appointments/:appointmentId","id":"b27e351b-1a06-4caf-a783-87682ce01f40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/appointments/:appointmentId","description":"<h4>Get appointment by id.</h4><br /><strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","appointments",":appointmentId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"45740bb5-a81f-4b6f-91f1-79cabc0bf49b","description":{"content":"<p>(Required) Appointment Id</p>\n","type":"text/plain"},"type":"any","value":"004B1SpcAvh3s9E3rqk8","key":"appointmentId"}]}},"response":[{"id":"06c93650-e5a8-488b-9401-e5d9d77be370","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/appointments/:appointmentId","host":["https://api.studentconvert.com"],"path":["v1","appointments",":appointmentId"],"variable":[{"key":"appointmentId","value":"004B1SpcAvh3s9E3rqk8","description":"(Required) Appointment Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"EaALh02zfPo8VB3JOnpq\",\n \"userId\": \"GCs5KuzPqTls7vWclkEV\",\n \"calendarProviderId\": \"0nU7uKSrtT2RVM1KknuF\",\n \"calendarId\": \"9qFx5qCKr3jIdBw0DiqB\",\n \"contactId\": \"v1kbP2GBSZq6yzRkh7KT\",\n \"calendarServiceId\": \"CVokAlI8fgw4WYWoCtQz\",\n \"isRecurring\": false,\n \"status\": \"booked\",\n \"appoinmentStatus\": \"confirmed\",\n \"title\": \"Calendar Standup\",\n \"locationId\": \"C2QujeCh8ZnC7al2InWR\",\n \"startTime\": \"2020-07-22T16:00:00+05:30\",\n \"endTime\": \"2020-07-22T16:30:00+05:30\",\n \"selectedTimezone\": \"Asia/Calcutta\",\n \"contact\": {\n  \"id\": \"ocQHyuzHvysMo5N5VsXc\",\n  \"locationId\": \"C2QujeCh8ZnC7al2InWR\",\n  \"email\": \"JohnDeo@gmail.com\",\n  \"emailLowerCase\": \"johndeo@gmail.com\",\n  \"fingerprint\": \"91f4f0e0-e2dd-11ea-9b16-53b2d72e8a24\",\n  \"timezone\": \"Asia/Calcutta\",\n  \"country\": \"DE\",\n  \"customField\": [\n   {\n    \"id\": \"MgobCB14YMVKuE4Ka8p1\",\n    \"value\": \"sit adipisicing\"\n   },\n   {\n    \"id\": \"MgobCB14YMVKuE4Ka8p1\",\n    \"value\": \"minim consequa\"\n   }\n  ],\n  \"tags\": [\n   \"proident ipsum deserunt\",\n   \"laborum est\"\n  ],\n  \"__moreField__\": \"nisi reprehenderit velit fugiat\"\n }\n}"},{"id":"3caef1e8-3214-4c22-b531-e84db80212a0","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/appointments/:appointmentId","host":["https://api.studentconvert.com"],"path":["v1","appointments",":appointmentId"],"variable":[{"key":"appointmentId","value":"004B1SpcAvh3s9E3rqk8","description":"(Required) Appointment Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"46326cf8-1f51-41f9-97f5-d870c4f5bd7b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/appointments/:appointmentId","host":["https://api.studentconvert.com"],"path":["v1","appointments",":appointmentId"],"variable":[{"key":"appointmentId","value":"004B1SpcAvh3s9E3rqk8","description":"(Required) Appointment Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"b27e351b-1a06-4caf-a783-87682ce01f40"},{"name":"/v1/appointments/:appointmentId","id":"df3f00bc-fae1-476b-90b6-a4d3efe705a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"selectedTimezone\": \"Asia/Calcutta\",\n    \"selectedSlot\": \"2020-08-28T15:30:00\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/appointments/:appointmentId","description":"<h4>Update exisiting appoinment.</h4><br /><strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","appointments",":appointmentId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"fca70b20-079b-4817-ae61-9feb41ee1f1a","description":{"content":"<p>(Required) Appointment Id</p>\n","type":"text/plain"},"type":"any","value":"004B1SpcAvh3s9E3rqk8","key":"appointmentId"}]}},"response":[{"id":"5ce640fe-bb34-4529-90f2-d8d408eb90d9","name":"Successful response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"selectedTimezone\": \"Asia/Calcutta\",\n    \"selectedSlot\": \"2020-08-28T15:30:00\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/appointments/:appointmentId","host":["https://api.studentconvert.com"],"path":["v1","appointments",":appointmentId"],"variable":[{"key":"appointmentId","value":"004B1SpcAvh3s9E3rqk8","description":"(Required) Appointment Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"004B1SpcAvh3s9E3rqk8\",\n \"contactId\": \"0007BWpSzSwfiuSl0tR2\",\n \"contact\": {\n  \"id\": \"0007BWpSzSwfiuSl0tR2\",\n  \"locationId\": \"C2QujeCh8ZnC7al2InWR\",\n  \"email\": \"JohnDeo@gmail.com\",\n  \"emailLowerCase\": \"johndeo@gmail.com\",\n  \"fingerprint\": \"91f4f0e0-e2dd-11ea-9b16-53b2d72e8a24\",\n  \"timezone\": \"Asia/Calcutta\",\n  \"country\": \"DE\",\n  \"customField\": [\n   {\n    \"id\": \"MgobCB14YMVKuE4Ka8p1\",\n    \"value\": \"ea minim\"\n   },\n   {\n    \"id\": \"MgobCB14YMVKuE4Ka8p1\",\n    \"value\": \"qui culpa Ut\"\n   }\n  ],\n  \"__moreField__\": \"ipsum\"\n }\n}"},{"id":"c73c856d-a99f-4301-8664-06743b57541f","name":"Bad Request. please contact support!","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"selectedTimezone\": \"Asia/Calcutta\",\n    \"selectedSlot\": \"2020-08-28T15:30:00\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/appointments/:appointmentId","host":["https://api.studentconvert.com"],"path":["v1","appointments",":appointmentId"],"variable":[{"key":"appointmentId","value":"004B1SpcAvh3s9E3rqk8","description":"(Required) Appointment Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"cfb7db55-3581-46b3-a663-17b8c8e8b94a","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"selectedTimezone\": \"Asia/Calcutta\",\n    \"selectedSlot\": \"2020-08-28T15:30:00\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/appointments/:appointmentId","host":["https://api.studentconvert.com"],"path":["v1","appointments",":appointmentId"],"variable":[{"key":"appointmentId","value":"004B1SpcAvh3s9E3rqk8","description":"(Required) Appointment Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"3491fffa-8a9a-4631-adbd-e4afaa3b6778","name":"Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"selectedTimezone\": \"Asia/Calcutta\",\n    \"selectedSlot\": \"2020-08-28T15:30:00\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/appointments/:appointmentId","host":["https://api.studentconvert.com"],"path":["v1","appointments",":appointmentId"],"variable":[{"key":"appointmentId","value":"004B1SpcAvh3s9E3rqk8","description":"(Required) Appointment Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"selectedSlot\": {\n  \"message\": \"The selected slot field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"selectedTimezone\": {\n  \"message\": \"The selected timezone field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"df3f00bc-fae1-476b-90b6-a4d3efe705a3"},{"name":"/v1/appointments/:appointmentId","id":"03d15b72-c78b-4715-896c-8e665b3d3dc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.studentconvert.com/v1/appointments/:appointmentId","description":"<h4>Delete exisiting appoinment.</h4><br /><strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","appointments",":appointmentId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"b2281202-b177-44b2-960e-efe296d662fa","description":{"content":"<p>(Required) Appointment Id</p>\n","type":"text/plain"},"type":"any","value":"004B1SpcAvh3s9E3rqk8","key":"appointmentId"}]}},"response":[{"id":"e44b8f5e-2afc-4980-8fac-80f794ee6444","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/appointments/:appointmentId","host":["https://api.studentconvert.com"],"path":["v1","appointments",":appointmentId"],"variable":[{"key":"appointmentId","value":"004B1SpcAvh3s9E3rqk8","description":"(Required) Appointment Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"c5efd387-4bf3-48d3-84d7-2a9bef9be0cb","name":"Bad Request. please contact support!","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/appointments/:appointmentId","host":["https://api.studentconvert.com"],"path":["v1","appointments",":appointmentId"],"variable":[{"key":"appointmentId","value":"004B1SpcAvh3s9E3rqk8","description":"(Required) Appointment Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"4b53497a-f303-48c7-a3ec-899804005a94","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/appointments/:appointmentId","host":["https://api.studentconvert.com"],"path":["v1","appointments",":appointmentId"],"variable":[{"key":"appointmentId","value":"004B1SpcAvh3s9E3rqk8","description":"(Required) Appointment Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"03d15b72-c78b-4715-896c-8e665b3d3dc3"},{"name":"/v1/appointments/:appointmentId/status","id":"1704cf83-adc6-4be0-87bc-f42956af5fa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"confirmed\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/appointments/:appointmentId/status","description":"<h4>Update exisiting appoinment status.</h4><p>Required JSON fields in the body</p><table><thead><tr><th>Fields</th><th>Types</th><th>Example</th><th>Allowed Options</th></tr></thead><tbody><tr><td>status</td><td>string</td><td>confirmed</td><td><ul><li>confirmed</li><li>cancelled</li><li>showed</li><li>noshow</li><li>invalid</li></ul></td></tr></tbody></table><br /><strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","appointments",":appointmentId","status"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"6e899b0e-0e65-4319-bb03-7ffd36ca1c9e","description":{"content":"<p>(Required) Appointment Id</p>\n","type":"text/plain"},"type":"any","value":"004B1SpcAvh3s9E3rqk8","key":"appointmentId"}]}},"response":[{"id":"01118384-f934-4b3b-a647-33a0cd8caa7b","name":"Successful response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"confirmed\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/appointments/:appointmentId/status","host":["https://api.studentconvert.com"],"path":["v1","appointments",":appointmentId","status"],"variable":[{"key":"appointmentId","value":"004B1SpcAvh3s9E3rqk8","description":"(Required) Appointment Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ca64398e-f182-4fa4-b780-c31c0625993e","name":"Bad Request. please contact support!","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"confirmed\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/appointments/:appointmentId/status","host":["https://api.studentconvert.com"],"path":["v1","appointments",":appointmentId","status"],"variable":[{"key":"appointmentId","value":"004B1SpcAvh3s9E3rqk8","description":"(Required) Appointment Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"8a39d1d3-eeb7-4a9f-80cc-5686183cca0a","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"confirmed\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/appointments/:appointmentId/status","host":["https://api.studentconvert.com"],"path":["v1","appointments",":appointmentId","status"],"variable":[{"key":"appointmentId","value":"004B1SpcAvh3s9E3rqk8","description":"(Required) Appointment Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"609bf752-af46-4bae-98ee-6a2a54000f5e","name":"Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"confirmed\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/appointments/:appointmentId/status","host":["https://api.studentconvert.com"],"path":["v1","appointments",":appointmentId","status"],"variable":[{"key":"appointmentId","value":"004B1SpcAvh3s9E3rqk8","description":"(Required) Appointment Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"status\": {\n  \"message\": \"The status field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"1704cf83-adc6-4be0-87bc-f42956af5fa1"}],"id":"2b825acb-5a97-4fed-a236-7f6783cb021f","description":"<p>Booking Appointment</p>\n","_postman_id":"2b825acb-5a97-4fed-a236-7f6783cb021f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}}],"id":"941f0a02-5542-4449-b013-fba95775cb29","description":"<p>Using our robust API you can customize and manage the appointment scheduling workflow that works for your products and services while we do all the leg work behind the scenes.</p>\n","_postman_id":"941f0a02-5542-4449-b013-fba95775cb29","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}},{"name":"Campaign","item":[{"name":"/v1/campaigns/","id":"86d9ba8d-7145-4dbd-9cd7-827e1327e8cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/campaigns/?status=published","description":"<h4>Get Campaigns.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","campaigns",""],"host":["https://api.studentconvert.com"],"query":[{"description":{"content":"<p>Filter by status, Allowed option are draft or published.</p>\n","type":"text/plain"},"key":"status","value":"published"}],"variable":[]}},"response":[{"id":"65c38387-6500-4349-bb9f-2a02c9b9b5fd","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/campaigns/?status=published","host":["https://api.studentconvert.com"],"path":["v1","campaigns",""],"query":[{"key":"status","value":"published"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"campaigns\": [\n  {\n   \"id\": \"Y2I9XM7aO1hncuSOlc9L\",\n   \"name\": \"Test Campaign\",\n   \"status\": \"draft\"\n  },\n  {\n   \"id\": \"Y2I9XM7aO1hncuSOlc9L\",\n   \"name\": \"Test Campaign\",\n   \"status\": \"draft\"\n  }\n ]\n}"},{"id":"73300fa5-80bb-4f25-9e28-b87ace40fdc8","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/campaigns/?status=published","host":["https://api.studentconvert.com"],"path":["v1","campaigns",""],"query":[{"key":"status","value":"published"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"ae2e9f82-8c98-4148-b403-42952a1387af","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/campaigns/?status=published","host":["https://api.studentconvert.com"],"path":["v1","campaigns",""],"query":[{"key":"status","value":"published"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"86d9ba8d-7145-4dbd-9cd7-827e1327e8cd"}],"id":"340c7d7e-8fe9-4552-839f-c9459a53d2ea","_postman_id":"340c7d7e-8fe9-4552-839f-c9459a53d2ea","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}},{"name":"Contact","item":[{"name":"Contact Appointment","item":[{"name":"/v1/contacts/:contactId/appointments/","id":"e8c27536-ea1a-4a93-951a-f4099932854d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/contacts/:contactId/appointments/","description":"<h4>Get contact appointments.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","contacts",":contactId","appointments",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"19ab869c-7ff5-491c-b2e5-70814c46f27e","description":{"content":"<p>(Required) Contact Id</p>\n","type":"text/plain"},"type":"any","value":"sx6wyHhbFdRXh302LLNR","key":"contactId"}]}},"response":[{"id":"f7d05e6c-d318-4d49-8074-54f6446adefc","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/appointments/","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","appointments",""],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"42ca9f99-eeb5-48da-9d4c-b56d6bf8c133","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/appointments/","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","appointments",""],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"d74774c5-4509-4a6c-9f96-9e1895c63aba","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/appointments/","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","appointments",""],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"e8c27536-ea1a-4a93-951a-f4099932854d"}],"id":"d2aecb36-4c4d-4696-867b-ff6d01276e62","_postman_id":"d2aecb36-4c4d-4696-867b-ff6d01276e62","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}},{"name":"Contact Tag","item":[{"name":"/v1/contacts/:contactId/tags/","id":"ea736f9b-bfaa-4073-8b16-e5e83c773488","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        \"dolore cillum\",\n        \"ex proident cillum sed sint\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/contacts/:contactId/tags/","description":"<h4>Add Tags on contacts.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","contacts",":contactId","tags",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"82c3c1d9-21c5-4368-ac1b-87b06bbecdc6","description":{"content":"<p>(Required) Contact Id</p>\n","type":"text/plain"},"type":"any","value":"sx6wyHhbFdRXh302LLNR","key":"contactId"}]}},"response":[{"id":"b2c0b419-33e1-4a28-8c5f-d3882623f09d","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        \"n\",\n        \"in dolore esse dol\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tags/","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tags",""],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"tags\": [\n  \"velit exer\",\n  \"sed ad\"\n ]\n}"},{"id":"dc35661c-8bca-4bce-9cb1-763b51abc581","name":"Bad Request. please contact support!","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        \"n\",\n        \"in dolore esse dol\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tags/","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tags",""],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"1b417617-e969-4315-853d-9c7ea155c4b2","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        \"n\",\n        \"in dolore esse dol\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tags/","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tags",""],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"b314eab3-56fb-48d0-b966-8d421d9e0dce","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        \"n\",\n        \"in dolore esse dol\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tags/","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tags",""],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"tags\": {\n  \"message\": \"The tags field is mandatory.\",\n  \"rules\": \"required\"\n }\n}"}],"_postman_id":"ea736f9b-bfaa-4073-8b16-e5e83c773488"},{"name":"/v1/contacts/:contactId/tags/","id":"21add16f-56fe-4152-9508-f23455c77602","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        \"n\",\n        \"in dolore esse dol\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/contacts/:contactId/tags/","description":"<h4>Delete tags from the contact.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","contacts",":contactId","tags",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"4abc6002-4431-4acf-b401-e09eaa76940b","description":{"content":"<p>(Required) Contact Id</p>\n","type":"text/plain"},"type":"any","value":"sx6wyHhbFdRXh302LLNR","key":"contactId"}]}},"response":[{"id":"bd02b531-6dbe-4e0e-8d64-3fd2a19fd7cf","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        \"n\",\n        \"in dolore esse dol\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tags/","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tags",""],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"tags\": [\n  \"consequat\",\n  \"culpa ut\"\n ]\n}"},{"id":"76084dd6-9aa3-41ce-917b-18b66be2c406","name":"Bad Request. please contact support!","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        \"n\",\n        \"in dolore esse dol\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tags/","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tags",""],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"858869fd-2748-4dfd-b6a4-a17639b4aebb","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        \"n\",\n        \"in dolore esse dol\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tags/","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tags",""],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"36ceca8c-237d-4069-9aa8-77d26d1834c6","name":"Unprocessable Entity","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"tags\": [\n        \"n\",\n        \"in dolore esse dol\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tags/","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tags",""],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"tags\": {\n  \"message\": \"The tags field is mandatory.\",\n  \"rules\": \"required\"\n }\n}"}],"_postman_id":"21add16f-56fe-4152-9508-f23455c77602"}],"id":"a418a28e-fc68-4963-85b6-76942838cff9","_postman_id":"a418a28e-fc68-4963-85b6-76942838cff9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}},{"name":"Contact Campaign","item":[{"name":"/v1/contacts/:contactId/campaigns/:campaignId","id":"664e96d6-cf91-4bf3-a957-25a16443835e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api.studentconvert.com/v1/contacts/:contactId/campaigns/:campaignId","description":"<h4>Add contact to campaign.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","contacts",":contactId","campaigns",":campaignId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"3b8b9b31-9bcc-447b-bbec-87ea46aa11b3","description":{"content":"<p>(Required) Contact Id</p>\n","type":"text/plain"},"type":"any","value":"sx6wyHhbFdRXh302LLNR","key":"contactId"},{"id":"fdab0e2c-e2c4-46bf-807f-e1213376c8b6","description":{"content":"<p>(Required) Campaign Id</p>\n","type":"text/plain"},"type":"any","value":"Y2I9XM7aO1hncuSOlc9L","key":"campaignId"}]}},"response":[{"id":"10b35ae4-1ca1-43d5-99e2-bdd0403bb316","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/campaigns/:campaignId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","campaigns",":campaignId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"campaignId","value":"Y2I9XM7aO1hncuSOlc9L","description":"(Required) Campaign Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"56ee8bc2-5550-4949-8a74-5d8e6164cbb6","name":"Bad Request. please contact support!","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/campaigns/:campaignId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","campaigns",":campaignId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"campaignId","value":"Y2I9XM7aO1hncuSOlc9L","description":"(Required) Campaign Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"3689d90a-5333-4ca6-99b6-ce5e9358c3b5","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/campaigns/:campaignId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","campaigns",":campaignId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"campaignId","value":"Y2I9XM7aO1hncuSOlc9L","description":"(Required) Campaign Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"105e7f0d-e6c3-4a43-b97b-cccc42e64247","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/campaigns/:campaignId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","campaigns",":campaignId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"campaignId","value":"Y2I9XM7aO1hncuSOlc9L","description":"(Required) Campaign Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"tags\": {\n  \"message\": \"The tags field is mandatory.\",\n  \"rules\": \"required\"\n }\n}"}],"_postman_id":"664e96d6-cf91-4bf3-a957-25a16443835e"},{"name":"/v1/contacts/:contactId/campaigns/:campaignId","id":"c04bc71e-46b5-4629-a16e-dfa6930e938a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.studentconvert.com/v1/contacts/:contactId/campaigns/:campaignId","description":"<h4>Remove contact from campaign.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","contacts",":contactId","campaigns",":campaignId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"946bde91-2370-4b54-9311-086e3fa02f23","description":{"content":"<p>(Required) Contact Id</p>\n","type":"text/plain"},"type":"any","value":"sx6wyHhbFdRXh302LLNR","key":"contactId"},{"id":"f945fb43-77a9-4889-8802-e163e0260132","description":{"content":"<p>(Required) Campaign Id</p>\n","type":"text/plain"},"type":"any","value":"Y2I9XM7aO1hncuSOlc9L","key":"campaignId"}]}},"response":[{"id":"ee102190-6bdc-4833-8826-6b274803d3f3","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/campaigns/:campaignId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","campaigns",":campaignId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"campaignId","value":"Y2I9XM7aO1hncuSOlc9L","description":"(Required) Campaign Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"2c81df23-85f1-4cbf-b0e2-94909c71c58e","name":"Bad Request. please contact support!","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/campaigns/:campaignId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","campaigns",":campaignId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"campaignId","value":"Y2I9XM7aO1hncuSOlc9L","description":"(Required) Campaign Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"eac4d347-224d-4367-9153-7c6b26cd6de1","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/campaigns/:campaignId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","campaigns",":campaignId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"campaignId","value":"Y2I9XM7aO1hncuSOlc9L","description":"(Required) Campaign Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"002b3e28-5835-4508-8f59-2e81beb2af3c","name":"Unprocessable Entity","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/campaigns/:campaignId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","campaigns",":campaignId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"campaignId","value":"Y2I9XM7aO1hncuSOlc9L","description":"(Required) Campaign Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"tags\": {\n  \"message\": \"The tags field is mandatory.\",\n  \"rules\": \"required\"\n }\n}"}],"_postman_id":"c04bc71e-46b5-4629-a16e-dfa6930e938a"},{"name":"/v1/contacts/:contactId/campaigns/remove-all","id":"78c15a29-c207-412e-bfc3-8f3b5cfe2225","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.studentconvert.com/v1/contacts/:contactId/campaigns/remove-all","description":"<h4>Remove contact from every campaign.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","contacts",":contactId","campaigns","remove-all"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"5dac4cbd-af73-42a7-b053-98f3254da364","description":{"content":"<p>(Required) Contact Id</p>\n","type":"text/plain"},"type":"any","value":"sx6wyHhbFdRXh302LLNR","key":"contactId"}]}},"response":[{"id":"18374e98-e834-48e7-b05d-c0378fef348b","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/campaigns/remove-all","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","campaigns","remove-all"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"8c6bdbb8-862c-4d30-8736-87c8518ffa4f","name":"Bad Request. please contact support!","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/campaigns/remove-all","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","campaigns","remove-all"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"f9ba3245-2567-438d-a87c-65597b788e89","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/campaigns/remove-all","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","campaigns","remove-all"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"61533186-e42d-4406-b2fd-15eac8cb5138","name":"Unprocessable Entity","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/campaigns/remove-all","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","campaigns","remove-all"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"tags\": {\n  \"message\": \"The tags field is mandatory.\",\n  \"rules\": \"required\"\n }\n}"}],"_postman_id":"78c15a29-c207-412e-bfc3-8f3b5cfe2225"}],"id":"fedd2962-768b-40c1-8717-e94c288a1767","_postman_id":"fedd2962-768b-40c1-8717-e94c288a1767","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}},{"name":"Contact Workflow","item":[{"name":"/v1/contacts/:contactId/workflow/:workflowId","id":"a638c770-9b98-4fc4-a7ce-a6bdd4da5bc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"eventStartTime\": \"2021-05-26T11:33:49.000Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/contacts/:contactId/workflow/:workflowId","description":"<h4>Add contact to the workflow.</h4><p>Adding contact into workflow will allow these fields.</p><table><thead><th>Fields</th><th>Types</th><th>Example</th></thead><tbody><tr><td>eventStartTime</td><td>string(datetime with timezone offset).</td><td>2021-06-23T03:30:00+01:00</td></tr></tbody></table> <br /><strong>Note:</strong><p>This request will add contact in queue to be added in workflow. This will not get to be added realtime.</p><br /><strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","contacts",":contactId","workflow",":workflowId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"e2b258a5-483b-4677-9815-b6a964bc9b75","description":{"content":"<p>(Required) Contact Id</p>\n","type":"text/plain"},"type":"any","value":"sx6wyHhbFdRXh302LLNR","key":"contactId"},{"id":"734a549d-8559-4310-9362-390699349f66","description":{"content":"<p>(Required) Workflow Id</p>\n","type":"text/plain"},"type":"any","value":"78559bb3-b920-461e-b010-7b2a2816d2a9","key":"workflowId"}]}},"response":[{"id":"bba09d82-8b2b-414e-a161-723ec8ed47e4","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"eventStartTime\": \"2021-05-26T11:33:49.000Z\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/workflow/:workflowId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","workflow",":workflowId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"workflowId","value":"78559bb3-b920-461e-b010-7b2a2816d2a9","description":"(Required) Workflow Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"ab74b6fd-70b9-48d6-b9fa-2e7a88143d57","name":"Bad Request. please contact support!","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"eventStartTime\": \"2021-05-26T11:33:49.000Z\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/workflow/:workflowId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","workflow",":workflowId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"workflowId","value":"78559bb3-b920-461e-b010-7b2a2816d2a9","description":"(Required) Workflow Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"c0d382ef-92de-4411-aa8d-ee0703a1e857","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"eventStartTime\": \"2021-05-26T11:33:49.000Z\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/workflow/:workflowId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","workflow",":workflowId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"workflowId","value":"78559bb3-b920-461e-b010-7b2a2816d2a9","description":"(Required) Workflow Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"cebf7be6-fdf7-4869-be32-9ed327faa831","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"eventStartTime\": \"2021-05-26T11:33:49.000Z\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/workflow/:workflowId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","workflow",":workflowId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"workflowId","value":"78559bb3-b920-461e-b010-7b2a2816d2a9","description":"(Required) Workflow Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"contactId\": \"The contact id is invalid.\",\n \"workflowId\": \"The workflow id is invalid.\"\n}"}],"_postman_id":"a638c770-9b98-4fc4-a7ce-a6bdd4da5bc6"}],"id":"9caca771-7763-4622-90b0-9e4ab640f7d5","_postman_id":"9caca771-7763-4622-90b0-9e4ab640f7d5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}},{"name":"/v1/contacts/","id":"8e9c80ca-d08a-4a31-be8e-a40ffaa69c74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/contacts/?startAfterId=UIaE1WjAwWKdlyD7osQI&startAfter=1603870249758&limit=20&query=John","description":"<h4>Get Contacts.</h4><strong>Filters:</strong><table><thead><tr><th>Fields</th><th>Description</th></tr></thead><tbody><tr><td>query</td><td>It will search on these fields: <code>Name</code>, <code>Phone</code>, <code>Email</code>, <code>Tags</code>, and <code>Company Name</code>.</td></tr></tbody></table><strong>Sorting:</strong><table><thead><tr><th>Fields</th><th>Allowed Options</th><th>Default value</th></tr></thead><tbody><tr><td>sortBy</td><td><code>date_added</code> or <code>date_updated</code></td><td><code>date_added</code></td></tr><tr><td>order</td><td><code>asc</code> or <code>desc</code></td><td><code>desc</code></td></tr></tbody></table><strong>Pagination:</strong><p>We will by default return the first matched 20 contacts. You can fetched next and more by passing the page on the query params (deprecated). You can see page info and total records count on to the <code>meta</code> <br /><br /> <strong>New: </strong>You can fetched next and more by passing the startAfter and startAfterId on the query params. You can see <code>startAfterId</code> and <code>startAfter</code> fields found into the response <code>meta</code> field.</p><strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","contacts",""],"host":["https://api.studentconvert.com"],"query":[{"description":{"content":"<p>Start After Id</p>\n","type":"text/plain"},"key":"startAfterId","value":"UIaE1WjAwWKdlyD7osQI"},{"description":{"content":"<p>Start After</p>\n","type":"text/plain"},"key":"startAfter","value":"1603870249758"},{"description":{"content":"<p>Limit Per Page records count. will allow maximum up to 100 and default will be 20</p>\n","type":"text/plain"},"key":"limit","value":"20"},{"description":{"content":"<p>Contact Query</p>\n","type":"text/plain"},"key":"query","value":"John"}],"variable":[]}},"response":[{"id":"50b1bffb-b524-4325-a361-51fadaf6f7c4","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/?startAfterId=UIaE1WjAwWKdlyD7osQI&startAfter=1603870249758&limit=20&query=John","host":["https://api.studentconvert.com"],"path":["v1","contacts",""],"query":[{"key":"startAfterId","value":"UIaE1WjAwWKdlyD7osQI"},{"key":"startAfter","value":"1603870249758"},{"key":"limit","value":"20"},{"key":"query","value":"John"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"contacts\": [\n  {\n   \"id\": \"ocQHyuzHvysMo5N5VsXc\",\n   \"locationId\": \"C2QujeCh8ZnC7al2InWR\",\n   \"email\": \"JohnDeo@gmail.com\",\n   \"emailLowerCase\": \"johndeo@gmail.com\",\n   \"fingerprint\": \"91f4f0e0-e2dd-11ea-9b16-53b2d72e8a24\",\n   \"timezone\": \"Asia/Calcutta\",\n   \"country\": \"DE\",\n   \"source\": \"xyz form\",\n   \"dateAdded\": \"2020-10-29T09:31:30.255Z\",\n   \"customField\": [\n    {\n     \"id\": \"MgobCB14YMVKuE4Ka8p1\",\n     \"value\": \"cillum in ullamco dolor commodo\"\n    },\n    {\n     \"id\": \"MgobCB14YMVKuE4Ka8p1\",\n     \"value\": \"tempor\"\n    }\n   ],\n   \"tags\": [\n    \"magna ut sint labore lab\",\n    \"Duis nulla cillum\"\n   ],\n   \"__moreField__\": \"ut consequat sit\"\n  },\n  {\n   \"id\": \"ocQHyuzHvysMo5N5VsXc\",\n   \"locationId\": \"C2QujeCh8ZnC7al2InWR\",\n   \"email\": \"JohnDeo@gmail.com\",\n   \"emailLowerCase\": \"johndeo@gmail.com\",\n   \"fingerprint\": \"91f4f0e0-e2dd-11ea-9b16-53b2d72e8a24\",\n   \"timezone\": \"Asia/Calcutta\",\n   \"country\": \"DE\",\n   \"source\": \"xyz form\",\n   \"dateAdded\": \"2020-10-29T09:31:30.255Z\",\n   \"customField\": [\n    {\n     \"id\": \"MgobCB14YMVKuE4Ka8p1\",\n     \"value\": \"Duis Excepteur cupidatat d\"\n    },\n    {\n     \"id\": \"MgobCB14YMVKuE4Ka8p1\",\n     \"value\": \"pariatur\"\n    }\n   ],\n   \"tags\": [\n    \"veniam amet velit commodo\",\n    \"ullamco eu sit mollit\"\n   ],\n   \"__moreField__\": \"cupidatat sit anim\"\n  }\n ],\n \"meta\": {\n  \"total\": 250,\n  \"nextPageUrl\": \"https://api.studentconvert.com/v1/contacts?limit=1&q=j&startAfter=1603870249758&startAfterId=UIaE1WjAwWKdlyD7osQI\",\n  \"startAfterId\": \"UIaE1WjAwWKdlyD7osQI\",\n  \"startAfter\": 1603870249758,\n  \"currentPage\": 2,\n  \"nextPage\": 3,\n  \"prevPage\": 1\n }\n}"},{"id":"185ee5af-a78f-4b7a-9e41-82961170a1f0","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/?startAfterId=UIaE1WjAwWKdlyD7osQI&startAfter=1603870249758&limit=20&query=John","host":["https://api.studentconvert.com"],"path":["v1","contacts",""],"query":[{"key":"startAfterId","value":"UIaE1WjAwWKdlyD7osQI"},{"key":"startAfter","value":"1603870249758"},{"key":"limit","value":"20"},{"key":"query","value":"John"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"b59d06f4-04d1-49d4-b320-ca6ddd503e02","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/?startAfterId=UIaE1WjAwWKdlyD7osQI&startAfter=1603870249758&limit=20&query=John","host":["https://api.studentconvert.com"],"path":["v1","contacts",""],"query":[{"key":"startAfterId","value":"UIaE1WjAwWKdlyD7osQI"},{"key":"startAfter","value":"1603870249758"},{"key":"limit","value":"20"},{"key":"query","value":"John"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"8e9c80ca-d08a-4a31-be8e-a40ffaa69c74"},{"name":"/v1/contacts/","id":"a4d96c6e-f691-48b3-aca3-5ce14c48c0b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+18887324197\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"name\": \"John Deo\",\n    \"dateOfBirth\": \"1990-09-25\",\n    \"address1\": \"3535 1st St N\",\n    \"city\": \"Dolomite\",\n    \"state\": \"AL\",\n    \"country\": \"US\",\n    \"postalCode\": \"35061\",\n    \"companyName\": \"DGS VolMAX\",\n    \"website\": \"35061\",\n    \"tags\": [\n        \"aute consequat ad ea\",\n        \"dolor sed\"\n    ],\n    \"source\": \"public api\",\n    \"customField\": {\n        \"__custom_field_id__\": \"exercitation\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/contacts/","description":"<h4>Create a contact.</h4><p>Create contact will allow this fields. ex:</p><table><thead><th>Fields</th><th>Types</th><th>Example</th></thead><tbody><tr><td>firstName</td><td>string</td><td>John</td></tr><tr><td>lastName</td><td>string</td><td>Deo</td></tr><tr><td>name</td><td>string</td><td>John Deo</td></tr><tr><td>email</td><td>string</td><td>johndeo@gmail.com</td></tr><tr><td>phone</td><td>string</td><td>+1 888-888-8888</td></tr><tr><td>address1</td><td>long</td><td>Tonkawa Trail W</td></tr><tr><td>city</td><td>string</td><td>Austin</td></tr><tr><td>state</td><td>string</td><td>Texas</td></tr><tr><td>postalCode</td><td>string</td><td>45001</td></tr><tr><td>website</td><td>string(url)</td><td>https://www.google.com</td></tr><tr><td>timezone</td><td>string</td><td>America/Chihuahua</td></tr><tr><td>dnd</td><td>boolean</td><td><code>true</code></td></tr><tr><td>tags</td><td>array</td><td><code>[\"tag1\", \"tag2\"]</code></td></tr><tr><td>customField</td><td>object</td><td><code>{\"3r6dEOnsApNaKIhnFM6u\": \"Value 1\", \"MgobCB14YMVKuE4Ka8p1\": \"Value 2\"}</code>. <strong>Notes:</strong> <code>3r6dEOnsApNaKIhnFM6u</code> and <code>MgobCB14YMVKuE4Ka8p1</code> is a custom field id. You can find it using *Custom Fields* endpoints.</td></tr><tr><td>source</td><td>string</td><td>Public API</td></tr></tbody></table><br /><strong>Validation:</strong><p><strong>Email</strong> or <strong>Phone</strong> are required to create contact <br /><br /> <strong>Authorization:</strong> </p><p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","contacts",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[]}},"response":[{"id":"f9634098-97e1-4b9c-92c5-1433bb51bf53","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+18887324197\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"name\": \"John Deo\",\n    \"dateOfBirth\": \"1990-09-25\",\n    \"address1\": \"3535 1st St N\",\n    \"city\": \"Dolomite\",\n    \"state\": \"AL\",\n    \"country\": \"US\",\n    \"postalCode\": \"35061\",\n    \"companyName\": \"DGS VolMAX\",\n    \"website\": \"35061\",\n    \"tags\": [\n        \"commodo\",\n        \"veniam ut reprehenderit\"\n    ],\n    \"source\": \"public api\",\n    \"customField\": {\n        \"__custom_field_id__\": \"do in Lorem ut exercitation\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/contacts/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"contact\": {\n  \"id\": \"ocQHyuzHvysMo5N5VsXc\",\n  \"locationId\": \"C2QujeCh8ZnC7al2InWR\",\n  \"email\": \"JohnDeo@gmail.com\",\n  \"emailLowerCase\": \"johndeo@gmail.com\",\n  \"fingerprint\": \"91f4f0e0-e2dd-11ea-9b16-53b2d72e8a24\",\n  \"timezone\": \"Asia/Calcutta\",\n  \"country\": \"DE\",\n  \"source\": \"xyz form\",\n  \"dateAdded\": \"2020-10-29T09:31:30.255Z\",\n  \"customField\": [\n   {\n    \"id\": \"MgobCB14YMVKuE4Ka8p1\",\n    \"value\": \"ea laboris consectetur elit sit\"\n   },\n   {\n    \"id\": \"MgobCB14YMVKuE4Ka8p1\",\n    \"value\": \"incididunt cupidatat nostrud qu\"\n   }\n  ],\n  \"tags\": [\n   \"laboris esse ut irure\",\n   \"eiusmod exercitation irure ut\"\n  ],\n  \"__moreField__\": \"consequat\"\n }\n}"},{"id":"588447be-9623-4ae4-978b-2d77ef0501f0","name":"Bad Request. please contact support!","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+18887324197\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"name\": \"John Deo\",\n    \"dateOfBirth\": \"1990-09-25\",\n    \"address1\": \"3535 1st St N\",\n    \"city\": \"Dolomite\",\n    \"state\": \"AL\",\n    \"country\": \"US\",\n    \"postalCode\": \"35061\",\n    \"companyName\": \"DGS VolMAX\",\n    \"website\": \"35061\",\n    \"tags\": [\n        \"commodo\",\n        \"veniam ut reprehenderit\"\n    ],\n    \"source\": \"public api\",\n    \"customField\": {\n        \"__custom_field_id__\": \"do in Lorem ut exercitation\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/contacts/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"d2fa3859-e1af-4f40-9d0f-7dd4c8e77463","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+18887324197\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"name\": \"John Deo\",\n    \"dateOfBirth\": \"1990-09-25\",\n    \"address1\": \"3535 1st St N\",\n    \"city\": \"Dolomite\",\n    \"state\": \"AL\",\n    \"country\": \"US\",\n    \"postalCode\": \"35061\",\n    \"companyName\": \"DGS VolMAX\",\n    \"website\": \"35061\",\n    \"tags\": [\n        \"commodo\",\n        \"veniam ut reprehenderit\"\n    ],\n    \"source\": \"public api\",\n    \"customField\": {\n        \"__custom_field_id__\": \"do in Lorem ut exercitation\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/contacts/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"9ef42ec4-da7e-4b54-aa74-014213670ec1","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+18887324197\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"name\": \"John Deo\",\n    \"dateOfBirth\": \"1990-09-25\",\n    \"address1\": \"3535 1st St N\",\n    \"city\": \"Dolomite\",\n    \"state\": \"AL\",\n    \"country\": \"US\",\n    \"postalCode\": \"35061\",\n    \"companyName\": \"DGS VolMAX\",\n    \"website\": \"35061\",\n    \"tags\": [\n        \"commodo\",\n        \"veniam ut reprehenderit\"\n    ],\n    \"source\": \"public api\",\n    \"customField\": {\n        \"__custom_field_id__\": \"do in Lorem ut exercitation\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/contacts/"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"email or phone\": {\n  \"message\": \"The email or phone field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"a4d96c6e-f691-48b3-aca3-5ce14c48c0b8"},{"name":"/v1/contacts/lookup","id":"abfc952d-dc16-4570-a937-9a72cf216004","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/contacts/lookup?email=john@deo.com&phone=+491971259866","description":"<h4>Search contact by email or phone number.</h4> <p>If you will pass email or phone, it will try find and give contacts based on that.</p><p></p><p>OR If you will pass both first it will try to find contact with email first and if it is not able to find contact then it will try to find the match based on the phone.</p><strong>Authorization:</strong> <p>Provide your location api key (Bearer Token). <strong>Validation:</strong></p><p><strong>Email</strong> or <strong>Phone</strong> are required to lookup contact.</p>","urlObject":{"path":["v1","contacts","lookup"],"host":["https://api.studentconvert.com"],"query":[{"description":{"content":"<p>(Required) Contact email</p>\n","type":"text/plain"},"key":"email","value":"john@deo.com"},{"description":{"content":"<p>(Required) Contact phone</p>\n","type":"text/plain"},"key":"phone","value":"+491971259866"}],"variable":[]}},"response":[{"id":"0823f706-dd0f-4f7f-bf3d-e17b0d37a31b","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/lookup?email=john@deo.com&phone=+491971259866","host":["https://api.studentconvert.com"],"path":["v1","contacts","lookup"],"query":[{"key":"email","value":"john@deo.com"},{"key":"phone","value":"+491971259866"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"contacts\": [\n  {\n   \"id\": \"ocQHyuzHvysMo5N5VsXc\",\n   \"locationId\": \"C2QujeCh8ZnC7al2InWR\",\n   \"email\": \"JohnDeo@gmail.com\",\n   \"emailLowerCase\": \"johndeo@gmail.com\",\n   \"fingerprint\": \"91f4f0e0-e2dd-11ea-9b16-53b2d72e8a24\",\n   \"timezone\": \"Asia/Calcutta\",\n   \"country\": \"DE\",\n   \"source\": \"xyz form\",\n   \"dateAdded\": \"2020-10-29T09:31:30.255Z\",\n   \"customField\": [\n    {\n     \"id\": \"MgobCB14YMVKuE4Ka8p1\",\n     \"value\": \"quis Excepteur nisi officia\"\n    },\n    {\n     \"id\": \"MgobCB14YMVKuE4Ka8p1\",\n     \"value\": \"laborum\"\n    }\n   ],\n   \"tags\": [\n    \"et incidi\",\n    \"nulla eu commodo aliqua\"\n   ],\n   \"__moreField__\": \"exercitation nostrud ea\"\n  },\n  {\n   \"id\": \"ocQHyuzHvysMo5N5VsXc\",\n   \"locationId\": \"C2QujeCh8ZnC7al2InWR\",\n   \"email\": \"JohnDeo@gmail.com\",\n   \"emailLowerCase\": \"johndeo@gmail.com\",\n   \"fingerprint\": \"91f4f0e0-e2dd-11ea-9b16-53b2d72e8a24\",\n   \"timezone\": \"Asia/Calcutta\",\n   \"country\": \"DE\",\n   \"source\": \"xyz form\",\n   \"dateAdded\": \"2020-10-29T09:31:30.255Z\",\n   \"customField\": [\n    {\n     \"id\": \"MgobCB14YMVKuE4Ka8p1\",\n     \"value\": \"consequat tempor sed cillum\"\n    },\n    {\n     \"id\": \"MgobCB14YMVKuE4Ka8p1\",\n     \"value\": \"occaecat anim\"\n    }\n   ],\n   \"tags\": [\n    \"deserunt sed est\",\n    \"consequat id irure\"\n   ],\n   \"__moreField__\": \"qui dolor Lorem\"\n  }\n ]\n}"},{"id":"c032adf2-e9c7-4f79-bfd5-e9d4a6f0f636","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/lookup?email=john@deo.com&phone=+491971259866","host":["https://api.studentconvert.com"],"path":["v1","contacts","lookup"],"query":[{"key":"email","value":"john@deo.com"},{"key":"phone","value":"+491971259866"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"8d0b2c0e-5e3d-4fe0-b2b9-6c60c96253cf","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/lookup?email=john@deo.com&phone=+491971259866","host":["https://api.studentconvert.com"],"path":["v1","contacts","lookup"],"query":[{"key":"email","value":"john@deo.com"},{"key":"phone","value":"+491971259866"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"70b778f9-7968-4acc-86f7-ef946232f21a","name":"Unprocessable Entity","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/lookup?email=john@deo.com&phone=+491971259866","host":["https://api.studentconvert.com"],"path":["v1","contacts","lookup"],"query":[{"key":"email","value":"john@deo.com"},{"key":"phone","value":"+491971259866"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"email or phone\": {\n  \"message\": \"The email or phone field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"abfc952d-dc16-4570-a937-9a72cf216004"},{"name":"/v1/contacts/:id","id":"ccdad384-7017-485e-a4ea-d732a8f4d591","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/contacts/:id","description":"<h4>Get contact by id.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","contacts",":id"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"dce959b6-398c-4f05-82a0-674c9d3be510","description":{"content":"<p>(Required) Contact Id</p>\n","type":"text/plain"},"type":"any","value":"ocQHyuzHvysMo5N5VsXc","key":"id"}]}},"response":[{"id":"bacd8764-43a1-4b3c-8287-adc8ba89ba62","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:id","host":["https://api.studentconvert.com"],"path":["v1","contacts",":id"],"variable":[{"key":"id","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Contact Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"contact\": {\n  \"id\": \"ocQHyuzHvysMo5N5VsXc\",\n  \"locationId\": \"C2QujeCh8ZnC7al2InWR\",\n  \"email\": \"JohnDeo@gmail.com\",\n  \"emailLowerCase\": \"johndeo@gmail.com\",\n  \"fingerprint\": \"91f4f0e0-e2dd-11ea-9b16-53b2d72e8a24\",\n  \"timezone\": \"Asia/Calcutta\",\n  \"country\": \"DE\",\n  \"source\": \"xyz form\",\n  \"dateAdded\": \"2020-10-29T09:31:30.255Z\",\n  \"customField\": [\n   {\n    \"id\": \"MgobCB14YMVKuE4Ka8p1\",\n    \"value\": \"ea laboris consectetur elit sit\"\n   },\n   {\n    \"id\": \"MgobCB14YMVKuE4Ka8p1\",\n    \"value\": \"incididunt cupidatat nostrud qu\"\n   }\n  ],\n  \"tags\": [\n   \"laboris esse ut irure\",\n   \"eiusmod exercitation irure ut\"\n  ],\n  \"__moreField__\": \"consequat\"\n }\n}"},{"id":"f8f85ca4-e06b-4173-9026-9a6a9a20d27e","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:id","host":["https://api.studentconvert.com"],"path":["v1","contacts",":id"],"variable":[{"key":"id","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Contact Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"c5aa3c90-2cd3-4833-bfe6-8f73c415871b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:id","host":["https://api.studentconvert.com"],"path":["v1","contacts",":id"],"variable":[{"key":"id","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Contact Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"6fc1197e-c573-48fa-975b-c114cb6c4a18","name":"Unprocessable Entity","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:id","host":["https://api.studentconvert.com"],"path":["v1","contacts",":id"],"variable":[{"key":"id","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Contact Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": {\n  \"message\": \"The contact id is invalid.\",\n  \"rule\": \"invalid\"\n }\n}"}],"_postman_id":"ccdad384-7017-485e-a4ea-d732a8f4d591"},{"name":"/v1/contacts/:id","id":"42615bcf-43f3-414c-800a-ca4700214295","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"name\": \"John Deo\",\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+18887324197\",\n    \"dateOfBirth\": \"1990-09-25\",\n    \"address1\": \"3535 1st St N\",\n    \"city\": \"Dolomite\",\n    \"state\": \"AL\",\n    \"country\": \"US\",\n    \"postalCode\": \"35061\",\n    \"companyName\": \"DGS VolMAX\",\n    \"website\": \"35061\",\n    \"tags\": [\n        \"ea deserunt culpa laboris\",\n        \"quis in veniam qui\"\n    ],\n    \"source\": \"public api\",\n    \"customField\": {\n        \"__custom_field_id__\": \"ea d\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/contacts/:id","description":"<h4>Update a contact.</h4><p>Update contact will allow this fields. ex:</p> <table><thead><th>Fields</th><th>Types</th><th>Example</th></thead><tbody><tr><td>firstName</td><td>string</td><td>John</td></tr><tr><td>lastName</td><td>string</td><td>Deo</td></tr><tr><td>name</td><td>string</td><td>John Deo</td></tr><tr><td>email</td><td>string</td><td>johndeo@gmail.com</td></tr><tr><td>phone</td><td>string</td><td>+1 888-888-8888</td></tr><tr><td>address1</td><td>long</td><td>Tonkawa Trail W</td></tr><tr><td>city</td><td>string</td><td>Austin</td></tr><tr><td>state</td><td>string</td><td>Texas</td></tr><tr><td>postalCode</td><td>string</td><td>45001</td></tr><tr><td>website</td><td>string(url)</td><td>https://www.google.com</td></tr><tr><td>timezone</td><td>string</td><td>America/Chihuahua</td></tr><tr><td>dnd</td><td>boolean</td><td><code>true</code></td></tr><tr><td>tags</td><td>array</td><td><code>[\"tag1\", \"tag2\"]</code></td></tr><tr><td>customField</td><td>object</td><td><code>{\"3r6dEOnsApNaKIhnFM6u\": \"Value 1\", \"MgobCB14YMVKuE4Ka8p1\": \"Value 2\"}</code>. <strong>Notes:</strong> <code>3r6dEOnsApNaKIhnFM6u</code> and <code>MgobCB14YMVKuE4Ka8p1</code> is a custom field id. You can find it using *Custom Fields* endpoints.</td></tr><tr><td>source</td><td>string</td><td>Public API</td></tr></tbody></table><br /><strong>Validation:</strong><p><strong>Email</strong> or <strong>Phone</strong> are required to update contact <br /><br /> <strong>Authorization:</strong> </p><p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","contacts",":id"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"bce7224b-0f95-4050-a0c1-d6ded383ef1f","description":{"content":"<p>(Required) Contact Id</p>\n","type":"text/plain"},"type":"any","value":"ocQHyuzHvysMo5N5VsXc","key":"id"}]}},"response":[{"id":"b9102e2f-92f0-4507-9040-92c95059c317","name":"Successful response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"name\": \"John Deo\",\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+18887324197\",\n    \"dateOfBirth\": \"1990-09-25\",\n    \"address1\": \"3535 1st St N\",\n    \"city\": \"Dolomite\",\n    \"state\": \"AL\",\n    \"country\": \"US\",\n    \"postalCode\": \"35061\",\n    \"companyName\": \"DGS VolMAX\",\n    \"website\": \"35061\",\n    \"tags\": [\n        \"ea deserunt culpa laboris\",\n        \"quis in veniam qui\"\n    ],\n    \"source\": \"public api\",\n    \"customField\": {\n        \"__custom_field_id__\": \"ea d\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:id","host":["https://api.studentconvert.com"],"path":["v1","contacts",":id"],"variable":[{"key":"id","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Contact Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"contact\": {\n  \"id\": \"ocQHyuzHvysMo5N5VsXc\",\n  \"locationId\": \"C2QujeCh8ZnC7al2InWR\",\n  \"email\": \"JohnDeo@gmail.com\",\n  \"emailLowerCase\": \"johndeo@gmail.com\",\n  \"fingerprint\": \"91f4f0e0-e2dd-11ea-9b16-53b2d72e8a24\",\n  \"timezone\": \"Asia/Calcutta\",\n  \"country\": \"DE\",\n  \"source\": \"xyz form\",\n  \"dateAdded\": \"2020-10-29T09:31:30.255Z\",\n  \"customField\": [\n   {\n    \"id\": \"MgobCB14YMVKuE4Ka8p1\",\n    \"value\": \"ea laboris consectetur elit sit\"\n   },\n   {\n    \"id\": \"MgobCB14YMVKuE4Ka8p1\",\n    \"value\": \"incididunt cupidatat nostrud qu\"\n   }\n  ],\n  \"tags\": [\n   \"laboris esse ut irure\",\n   \"eiusmod exercitation irure ut\"\n  ],\n  \"__moreField__\": \"consequat\"\n }\n}"},{"id":"901650a3-324a-4370-9320-839a6e3b2917","name":"Bad Request. please contact support!","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"name\": \"John Deo\",\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+18887324197\",\n    \"dateOfBirth\": \"1990-09-25\",\n    \"address1\": \"3535 1st St N\",\n    \"city\": \"Dolomite\",\n    \"state\": \"AL\",\n    \"country\": \"US\",\n    \"postalCode\": \"35061\",\n    \"companyName\": \"DGS VolMAX\",\n    \"website\": \"35061\",\n    \"tags\": [\n        \"ea deserunt culpa laboris\",\n        \"quis in veniam qui\"\n    ],\n    \"source\": \"public api\",\n    \"customField\": {\n        \"__custom_field_id__\": \"ea d\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:id","host":["https://api.studentconvert.com"],"path":["v1","contacts",":id"],"variable":[{"key":"id","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Contact Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"1a60d445-c79b-406d-acf7-6e15ed9c1ce3","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"name\": \"John Deo\",\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+18887324197\",\n    \"dateOfBirth\": \"1990-09-25\",\n    \"address1\": \"3535 1st St N\",\n    \"city\": \"Dolomite\",\n    \"state\": \"AL\",\n    \"country\": \"US\",\n    \"postalCode\": \"35061\",\n    \"companyName\": \"DGS VolMAX\",\n    \"website\": \"35061\",\n    \"tags\": [\n        \"ea deserunt culpa laboris\",\n        \"quis in veniam qui\"\n    ],\n    \"source\": \"public api\",\n    \"customField\": {\n        \"__custom_field_id__\": \"ea d\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:id","host":["https://api.studentconvert.com"],"path":["v1","contacts",":id"],"variable":[{"key":"id","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Contact Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"092cc332-c8a7-4200-a3e5-83a3ce16ce96","name":"Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"name\": \"John Deo\",\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+18887324197\",\n    \"dateOfBirth\": \"1990-09-25\",\n    \"address1\": \"3535 1st St N\",\n    \"city\": \"Dolomite\",\n    \"state\": \"AL\",\n    \"country\": \"US\",\n    \"postalCode\": \"35061\",\n    \"companyName\": \"DGS VolMAX\",\n    \"website\": \"35061\",\n    \"tags\": [\n        \"ea deserunt culpa laboris\",\n        \"quis in veniam qui\"\n    ],\n    \"source\": \"public api\",\n    \"customField\": {\n        \"__custom_field_id__\": \"ea d\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:id","host":["https://api.studentconvert.com"],"path":["v1","contacts",":id"],"variable":[{"key":"id","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Contact Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": {\n  \"message\": \"The contact id is invalid.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"42615bcf-43f3-414c-800a-ca4700214295"},{"name":"/v1/contacts/:id","id":"18efb716-63b4-4fef-bd4a-b123bee4a4ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.studentconvert.com/v1/contacts/:id","description":"<h4>Delete contact by id.</h4><strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","contacts",":id"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"628b790a-d64c-4b97-bd54-1666c7ed0497","description":{"content":"<p>(Required) Contact Id</p>\n","type":"text/plain"},"type":"any","value":"ocQHyuzHvysMo5N5VsXc","key":"id"}]}},"response":[{"id":"41fc7902-54b5-4c0e-8403-be86e8cf2a7f","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:id","host":["https://api.studentconvert.com"],"path":["v1","contacts",":id"],"variable":[{"key":"id","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Contact Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"048fc2d0-921b-4b86-9e20-61911f23bfda","name":"Bad Request. please contact support!","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:id","host":["https://api.studentconvert.com"],"path":["v1","contacts",":id"],"variable":[{"key":"id","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Contact Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"e1bc9beb-3493-47dc-b16a-610de1db0b68","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:id","host":["https://api.studentconvert.com"],"path":["v1","contacts",":id"],"variable":[{"key":"id","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Contact Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"4ef55619-c268-4e83-b35e-c783042cd064","name":"Unprocessable Entity","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:id","host":["https://api.studentconvert.com"],"path":["v1","contacts",":id"],"variable":[{"key":"id","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Contact Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": {\n  \"message\": \"The contact id is invalid.\",\n  \"rule\": \"invalid\"\n }\n}"}],"_postman_id":"18efb716-63b4-4fef-bd4a-b123bee4a4ee"}],"id":"751845a2-0c2c-4264-b2cd-6653c7213b99","description":"<p>Contact create or update.</p>\n","_postman_id":"751845a2-0c2c-4264-b2cd-6653c7213b99","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}},{"name":"Custom Field","item":[{"name":"/v1/custom-fields/","id":"37a360cc-49e9-4423-8c67-e70f6bddb6ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/custom-fields/","description":"<h4>Get all available custom fields.</h4><strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","custom-fields",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[]}},"response":[{"id":"88c82f23-8835-4615-802d-c182954c2735","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/custom-fields/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"customFields\": [\n  {\n   \"id\": \"ocQHyuzHvysMo5N5VsXc\",\n   \"name\": \"Select\",\n   \"fieldKey\": \"contact.select\",\n   \"placeholder\": \"Placeholder Text\",\n   \"position\": 0,\n   \"dateType\": \"SINGLE_OPTIONS\",\n   \"picklistOptions\": [\n    \"first\",\n    \"first\"\n   ]\n  },\n  {\n   \"id\": \"ocQHyuzHvysMo5N5VsXc\",\n   \"name\": \"Select\",\n   \"fieldKey\": \"contact.select\",\n   \"placeholder\": \"Placeholder Text\",\n   \"position\": 0,\n   \"dateType\": \"SINGLE_OPTIONS\",\n   \"picklistOptions\": [\n    \"first\",\n    \"first\"\n   ]\n  }\n ]\n}"},{"id":"ccbcff05-257b-4692-8c46-f00e9dee5e72","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/custom-fields/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"f13b0517-4026-4084-b410-b30acc9ff064","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/custom-fields/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"37a360cc-49e9-4423-8c67-e70f6bddb6ee"},{"name":"/v1/custom-fields/","id":"1af6ac72-2d74-42b0-ae62-84af49ebf251","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Custom Field\",\n    \"dataType\": \"TEXT\",\n    \"placeholder\": \"Placeholder Text\",\n    \"options\": [\n        \"first option\",\n        \"last option\"\n    ],\n    \"acceptedFormat\": [\n        \".pdf\",\n        \".docx\",\n        \".jpeg\"\n    ],\n    \"isMultipalFile\": false,\n    \"maxNumberOfFiles\": 2,\n    \"textBoxListOptions\": [\n        {\n            \"label\": \"First\",\n            \"prefillValue\": \"\"\n        },\n        {\n            \"label\": \"First\",\n            \"prefillValue\": \"\"\n        }\n    ],\n    \"position\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/custom-fields/","description":"<h4>Creating Custom Field.</h4><p>Data Type Fields will allow these options. ex:</p><strong>Options:</strong><ul><li>TEXT</li><li>LARGE_TEXT</li><li>NUMERICAL</li><li>PHONE</li><li>MONETORY</li><li>CHECKBOX</li><li>SINGLE_OPTIONS</li><li>MULTIPLE_OPTIONS</li><li>FLOAT</li><li>TIME</li><li>DATE</li><li>TEXTBOX_LIST</li><li>FILE_UPLOAD</li><li>SIGNATURE</li></ul><strong>Validation:</strong><p><strong>Name</strong> and <strong>Date Type</strong> are required to create every custom field.</p><p>On every data type of field have diffrent validation rules. These are the different validation rules.</p><strong>FILE_UPLOAD:</strong><ul><li><strong>acceptedFormat</strong> *(required) This will allow array of file format.<ul><li>.pdf</li><li>.docx</li><li>.jpeg</li><li>.png</li><li>.gif</li><li>.csv</li><li>all</li></ul></li><li><strong>isMulitpalFile</strong> (optional) it allow <code>true</code> or <code>false</code>. If you want to allow multipal files pass <code>true</code> </li><li><strong>maxNumberOfFiles</strong> (options) It will allow maximum these number of files.</li></ul><strong>SINGLE_OPTIONS / MULTIPLE_OPTIONS / CHECKBOX:</strong><br /><ul><li><strong>options</strong> *(required) This will allow array of options.</li></ul><strong>TEXTBOX_LIST</strong><ul><li><strong>textBoxListOptions:</strong> (required) This will allow array of textbox list. Array will contanis label and prefillValue. ex.: <code>{label\": \"Hello\", \"prefillValue\": \"value\"}</code></li></ul>  <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","custom-fields",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[]}},"response":[{"id":"859ef533-6c65-4944-accb-68d6ed7d97c3","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Custom Field\",\n    \"dataType\": \"TEXT\",\n    \"placeholder\": \"Placeholder Text\",\n    \"options\": [\n        \"first option\",\n        \"last option\"\n    ],\n    \"acceptedFormat\": [\n        \".pdf\",\n        \".docx\",\n        \".jpeg\"\n    ],\n    \"isMultipalFile\": false,\n    \"maxNumberOfFiles\": 2,\n    \"textBoxListOptions\": [\n        {\n            \"label\": \"First\",\n            \"prefillValue\": \"\"\n        },\n        {\n            \"label\": \"First\",\n            \"prefillValue\": \"\"\n        }\n    ],\n    \"position\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/custom-fields/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"ocQHyuzHvysMo5N5VsXc\",\n \"name\": \"Select\",\n \"fieldKey\": \"contact.select\",\n \"placeholder\": \"Placeholder Text\",\n \"position\": 0,\n \"dateType\": \"SINGLE_OPTIONS\",\n \"picklistOptions\": [\n  \"first\",\n  \"first\"\n ]\n}"},{"id":"d6e4260b-c9e6-43b1-bcdc-82fd1578e9a3","name":"Bad Request. please contact support!","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Custom Field\",\n    \"dataType\": \"TEXT\",\n    \"placeholder\": \"Placeholder Text\",\n    \"options\": [\n        \"first option\",\n        \"last option\"\n    ],\n    \"acceptedFormat\": [\n        \".pdf\",\n        \".docx\",\n        \".jpeg\"\n    ],\n    \"isMultipalFile\": false,\n    \"maxNumberOfFiles\": 2,\n    \"textBoxListOptions\": [\n        {\n            \"label\": \"First\",\n            \"prefillValue\": \"\"\n        },\n        {\n            \"label\": \"First\",\n            \"prefillValue\": \"\"\n        }\n    ],\n    \"position\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/custom-fields/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"577bf744-92a4-4acd-b007-e86579d2e8b9","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Custom Field\",\n    \"dataType\": \"TEXT\",\n    \"placeholder\": \"Placeholder Text\",\n    \"options\": [\n        \"first option\",\n        \"last option\"\n    ],\n    \"acceptedFormat\": [\n        \".pdf\",\n        \".docx\",\n        \".jpeg\"\n    ],\n    \"isMultipalFile\": false,\n    \"maxNumberOfFiles\": 2,\n    \"textBoxListOptions\": [\n        {\n            \"label\": \"First\",\n            \"prefillValue\": \"\"\n        },\n        {\n            \"label\": \"First\",\n            \"prefillValue\": \"\"\n        }\n    ],\n    \"position\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/custom-fields/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"b8a2c92d-b045-43d2-ba12-db746490c0e9","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Custom Field\",\n    \"dataType\": \"TEXT\",\n    \"placeholder\": \"Placeholder Text\",\n    \"options\": [\n        \"first option\",\n        \"last option\"\n    ],\n    \"acceptedFormat\": [\n        \".pdf\",\n        \".docx\",\n        \".jpeg\"\n    ],\n    \"isMultipalFile\": false,\n    \"maxNumberOfFiles\": 2,\n    \"textBoxListOptions\": [\n        {\n            \"label\": \"First\",\n            \"prefillValue\": \"\"\n        },\n        {\n            \"label\": \"First\",\n            \"prefillValue\": \"\"\n        }\n    ],\n    \"position\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/custom-fields/"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"name\": {\n  \"message\": \"The name field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"dataType\": {\n  \"message\": \"The data type field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"options or acceptedFormat or textBoxListOptions\": {\n  \"message\": \"The options or acceptedFormat or textBoxListOptions field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"1af6ac72-2d74-42b0-ae62-84af49ebf251"},{"name":"/v1/custom-fields/:customFieldId","id":"f2bf826e-32da-40c2-b9f4-ea8c3e295241","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/custom-fields/:customFieldId","description":"<h4>Get custom fields by id</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","custom-fields",":customFieldId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"fc0685e5-1c6b-437b-96cc-f3cf477e45da","description":{"content":"<p>(Required) Custom Field Id</p>\n","type":"text/plain"},"type":"any","value":"ocQHyuzHvysMo5N5VsXc","key":"customFieldId"}]}},"response":[{"id":"ce90d2aa-a042-4f87-a452-71c6db19612e","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/custom-fields/:customFieldId","host":["https://api.studentconvert.com"],"path":["v1","custom-fields",":customFieldId"],"variable":[{"key":"customFieldId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Field Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"ocQHyuzHvysMo5N5VsXc\",\n \"name\": \"Select\",\n \"fieldKey\": \"contact.select\",\n \"placeholder\": \"Placeholder Text\",\n \"position\": 0,\n \"dateType\": \"SINGLE_OPTIONS\",\n \"picklistOptions\": [\n  \"first\",\n  \"first\"\n ]\n}"},{"id":"426876ee-ecc4-43b4-9529-b9737db2eb88","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/custom-fields/:customFieldId","host":["https://api.studentconvert.com"],"path":["v1","custom-fields",":customFieldId"],"variable":[{"key":"customFieldId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Field Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"4b846f57-ffb4-4ce6-9b62-16cc81af6ff6","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/custom-fields/:customFieldId","host":["https://api.studentconvert.com"],"path":["v1","custom-fields",":customFieldId"],"variable":[{"key":"customFieldId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Field Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"f2bf826e-32da-40c2-b9f4-ea8c3e295241"},{"name":"/v1/custom-fields/:customFieldId","id":"0b88a9d5-aafb-432e-9cf1-2edabfa9d301","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Custom Field\",\n    \"dataType\": \"TEXT\",\n    \"placeholder\": \"Placeholder Text\",\n    \"options\": [\n        \"first option\",\n        \"last option\"\n    ],\n    \"acceptedFormat\": [\n        \".pdf\",\n        \".docx\",\n        \".jpeg\"\n    ],\n    \"isMultipalFile\": false,\n    \"maxNumberOfFiles\": 2,\n    \"textBoxListOptions\": [\n        {\n            \"label\": \"First\",\n            \"prefillValue\": \"\"\n        },\n        {\n            \"label\": \"First\",\n            \"prefillValue\": \"\"\n        }\n    ],\n    \"position\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/custom-fields/:customFieldId","description":"<h4>Updating Custom Field.</h4><p>Data Type Fields will allow these options. ex:</p><strong>Options:</strong><ul><li>TEXT</li><li>LARGE_TEXT</li><li>NUMERICAL</li><li>PHONE</li><li>MONETORY</li><li>CHECKBOX</li><li>SINGLE_OPTIONS</li><li>MULTIPLE_OPTIONS</li><li>FLOAT</li><li>TIME</li><li>DATE</li><li>TEXTBOX_LIST</li><li>FILE_UPLOAD</li><li>SIGNATURE</li></ul><strong>Validation:</strong><p><strong>Name</strong> and <strong>Date Type</strong> are required to create every custom field.</p><p>On every data type of field have diffrent validation rules. These are the different validation rules.</p><strong>FILE_UPLOAD:</strong><ul><li><strong>acceptedFormat</strong> *(required) This will allow array of file format.<ul><li>.pdf</li><li>.docx</li><li>.jpeg</li><li>.png</li><li>.gif</li><li>.csv</li><li>all</li></ul></li><li><strong>isMulitpalFile</strong> (optional) it allow <code>true</code> or <code>false</code>. If you want to allow multipal files pass <code>true</code> </li><li><strong>maxNumberOfFiles</strong> (options) It will allow maximum these number of files.</li></ul><strong>SINGLE_OPTIONS / MULTIPLE_OPTIONS / CHECKBOX:</strong><br /><ul><li><strong>options</strong> *(required) This will allow array of options.</li></ul><strong>TEXTBOX_LIST</strong><ul><li><strong>textBoxListOptions:</strong> (required) This will allow array of textbox list. Array will contanis label and prefillValue. ex.: <code>{label\": \"Hello\", \"prefillValue\": \"value\"}</code></li></ul>  <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","custom-fields",":customFieldId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"a8d577d1-2be0-452e-9c4e-9ce53b020e6c","description":{"content":"<p>(Required) Custom Field Id</p>\n","type":"text/plain"},"type":"any","value":"ocQHyuzHvysMo5N5VsXc","key":"customFieldId"}]}},"response":[{"id":"9c19dc44-acdb-45e1-ad25-d53a561a0443","name":"Successful response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Custom Field\",\n    \"dataType\": \"TEXT\",\n    \"placeholder\": \"Placeholder Text\",\n    \"options\": [\n        \"first option\",\n        \"last option\"\n    ],\n    \"acceptedFormat\": [\n        \".pdf\",\n        \".docx\",\n        \".jpeg\"\n    ],\n    \"isMultipalFile\": false,\n    \"maxNumberOfFiles\": 2,\n    \"textBoxListOptions\": [\n        {\n            \"label\": \"First\",\n            \"prefillValue\": \"\"\n        },\n        {\n            \"label\": \"First\",\n            \"prefillValue\": \"\"\n        }\n    ],\n    \"position\": 0\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/custom-fields/:customFieldId","host":["https://api.studentconvert.com"],"path":["v1","custom-fields",":customFieldId"],"variable":[{"key":"customFieldId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Field Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"ocQHyuzHvysMo5N5VsXc\",\n \"name\": \"Select\",\n \"fieldKey\": \"contact.select\",\n \"placeholder\": \"Placeholder Text\",\n \"position\": 0,\n \"dateType\": \"SINGLE_OPTIONS\",\n \"picklistOptions\": [\n  \"first\",\n  \"first\"\n ]\n}"},{"id":"47f7ce3c-20ad-4d80-a24c-2303fd1dc1bf","name":"Bad Request. please contact support!","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Custom Field\",\n    \"dataType\": \"TEXT\",\n    \"placeholder\": \"Placeholder Text\",\n    \"options\": [\n        \"first option\",\n        \"last option\"\n    ],\n    \"acceptedFormat\": [\n        \".pdf\",\n        \".docx\",\n        \".jpeg\"\n    ],\n    \"isMultipalFile\": false,\n    \"maxNumberOfFiles\": 2,\n    \"textBoxListOptions\": [\n        {\n            \"label\": \"First\",\n            \"prefillValue\": \"\"\n        },\n        {\n            \"label\": \"First\",\n            \"prefillValue\": \"\"\n        }\n    ],\n    \"position\": 0\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/custom-fields/:customFieldId","host":["https://api.studentconvert.com"],"path":["v1","custom-fields",":customFieldId"],"variable":[{"key":"customFieldId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Field Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"65fd8775-daeb-4c66-a7b5-30039168b283","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Custom Field\",\n    \"dataType\": \"TEXT\",\n    \"placeholder\": \"Placeholder Text\",\n    \"options\": [\n        \"first option\",\n        \"last option\"\n    ],\n    \"acceptedFormat\": [\n        \".pdf\",\n        \".docx\",\n        \".jpeg\"\n    ],\n    \"isMultipalFile\": false,\n    \"maxNumberOfFiles\": 2,\n    \"textBoxListOptions\": [\n        {\n            \"label\": \"First\",\n            \"prefillValue\": \"\"\n        },\n        {\n            \"label\": \"First\",\n            \"prefillValue\": \"\"\n        }\n    ],\n    \"position\": 0\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/custom-fields/:customFieldId","host":["https://api.studentconvert.com"],"path":["v1","custom-fields",":customFieldId"],"variable":[{"key":"customFieldId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Field Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"7f104d77-6bb0-43cc-89b3-b594e2d15c23","name":"Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Custom Field\",\n    \"dataType\": \"TEXT\",\n    \"placeholder\": \"Placeholder Text\",\n    \"options\": [\n        \"first option\",\n        \"last option\"\n    ],\n    \"acceptedFormat\": [\n        \".pdf\",\n        \".docx\",\n        \".jpeg\"\n    ],\n    \"isMultipalFile\": false,\n    \"maxNumberOfFiles\": 2,\n    \"textBoxListOptions\": [\n        {\n            \"label\": \"First\",\n            \"prefillValue\": \"\"\n        },\n        {\n            \"label\": \"First\",\n            \"prefillValue\": \"\"\n        }\n    ],\n    \"position\": 0\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/custom-fields/:customFieldId","host":["https://api.studentconvert.com"],"path":["v1","custom-fields",":customFieldId"],"variable":[{"key":"customFieldId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Field Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"name\": {\n  \"message\": \"The name field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"dataType\": {\n  \"message\": \"The data type field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"options or acceptedFormat or textBoxListOptions\": {\n  \"message\": \"The options or acceptedFormat or textBoxListOptions field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"0b88a9d5-aafb-432e-9cf1-2edabfa9d301"},{"name":"/v1/custom-fields/:customFieldId","id":"0d4bd70a-30f1-4768-bffd-75b0eef2ea9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.studentconvert.com/v1/custom-fields/:customFieldId","description":"<h4>Delete one of custom fields.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","custom-fields",":customFieldId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"825ec29c-6227-42ab-a3a5-4c98b12a2557","description":{"content":"<p>(Required) Custom Field Id</p>\n","type":"text/plain"},"type":"any","value":"ocQHyuzHvysMo5N5VsXc","key":"customFieldId"}]}},"response":[{"id":"e886d060-b3d0-457d-9be0-dae154762de7","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/custom-fields/:customFieldId","host":["https://api.studentconvert.com"],"path":["v1","custom-fields",":customFieldId"],"variable":[{"key":"customFieldId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Field Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"9af09723-084c-45ff-895b-ce90361fffab","name":"Bad Request. please contact support!","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/custom-fields/:customFieldId","host":["https://api.studentconvert.com"],"path":["v1","custom-fields",":customFieldId"],"variable":[{"key":"customFieldId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Field Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"3e94c24d-1af2-46d9-a14b-7d077ca50faa","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/custom-fields/:customFieldId","host":["https://api.studentconvert.com"],"path":["v1","custom-fields",":customFieldId"],"variable":[{"key":"customFieldId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Field Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"f91b682c-8058-47ab-baab-4c36ef0e9f8e","name":"Unprocessable Entity","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/custom-fields/:customFieldId","host":["https://api.studentconvert.com"],"path":["v1","custom-fields",":customFieldId"],"variable":[{"key":"customFieldId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Field Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"customFieldId\": {\n  \"message\": \"The custom field id is invalid.\",\n  \"rule\": \"invalid\"\n }\n}"}],"_postman_id":"0d4bd70a-30f1-4768-bffd-75b0eef2ea9c"}],"id":"f662a32f-b4a9-441f-b439-ec0ab26de322","_postman_id":"f662a32f-b4a9-441f-b439-ec0ab26de322","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}},{"name":"Custom Value","item":[{"name":"/v1/custom-values/","id":"2370ce53-21cf-4c4e-9856-84209a715017","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/custom-values/","description":"<h4>Get all available custom values.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","custom-values",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[]}},"response":[{"id":"db708b96-549c-4413-bfc3-25761669e602","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/custom-values/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"customFields\": [\n  {\n   \"id\": \"ocQHyuzHvysMo5N5VsXc\",\n   \"name\": \"Select\",\n   \"fieldKey\": \"{{ custom_value.test }}\",\n   \"value\": \"test\"\n  },\n  {\n   \"id\": \"ocQHyuzHvysMo5N5VsXc\",\n   \"name\": \"Select\",\n   \"fieldKey\": \"{{ custom_value.test }}\",\n   \"value\": \"test\"\n  }\n ]\n}"},{"id":"a362baee-e656-4cad-8f8e-c8f24320c60c","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/custom-values/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"b3eaab25-1b55-4811-a7b7-454f25824eb8","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/custom-values/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"2370ce53-21cf-4c4e-9856-84209a715017"},{"name":"/v1/custom-values/","id":"25f6de6f-5e18-4b97-a729-6b485c585711","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Custom Field\",\n    \"value\": \"Value\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/custom-values/","description":"<h4>Create custom value.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","custom-values",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[]}},"response":[{"id":"d602ce89-1a0e-4a56-b273-476dd714e97c","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Custom Field\",\n    \"value\": \"Value\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/custom-values/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"ocQHyuzHvysMo5N5VsXc\",\n \"name\": \"Select\",\n \"fieldKey\": \"{{ custom_value.test }}\",\n \"value\": \"test\"\n}"},{"id":"a06db3da-966e-487b-96a5-3ace7cf8bad5","name":"Bad Request. please contact support!","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Custom Field\",\n    \"value\": \"Value\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/custom-values/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"523580e8-6806-4cf5-a896-629908e0cbd7","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Custom Field\",\n    \"value\": \"Value\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/custom-values/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"a8f2c638-80d1-4f1f-aed8-3c40f8444d09","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Custom Field\",\n    \"value\": \"Value\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/custom-values/"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"name\": {\n  \"message\": \"The name field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"value\": {\n  \"message\": \"The value field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"25f6de6f-5e18-4b97-a729-6b485c585711"},{"name":"/v1/custom-values/:customValueId","id":"f9b7b47c-ba63-4682-b4a8-d5a3addb0a8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/custom-values/:customValueId","description":"<h4>Get custom value by id.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","custom-values",":customValueId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"c8ef03a4-3b57-4309-a96c-b4ff2726805b","description":{"content":"<p>(Required) Custom Value Id</p>\n","type":"text/plain"},"type":"any","value":"ocQHyuzHvysMo5N5VsXc","key":"customValueId"}]}},"response":[{"id":"83c992b3-a77e-4d7b-b32d-d613e2001de0","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/custom-values/:customValueId","host":["https://api.studentconvert.com"],"path":["v1","custom-values",":customValueId"],"variable":[{"key":"customValueId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Value Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"ocQHyuzHvysMo5N5VsXc\",\n \"name\": \"Select\",\n \"fieldKey\": \"{{ custom_value.test }}\",\n \"value\": \"test\"\n}"},{"id":"2799bbb2-5322-4584-b0c8-e38236f66f9c","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/custom-values/:customValueId","host":["https://api.studentconvert.com"],"path":["v1","custom-values",":customValueId"],"variable":[{"key":"customValueId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Value Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"5be76930-78c3-4567-8ddd-c38590c673db","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/custom-values/:customValueId","host":["https://api.studentconvert.com"],"path":["v1","custom-values",":customValueId"],"variable":[{"key":"customValueId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Value Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"f9b7b47c-ba63-4682-b4a8-d5a3addb0a8e"},{"name":"/v1/custom-values/:customValueId","id":"03a10491-7370-4ce9-bae4-91d00df977ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Custom Field\",\n    \"value\": \"Value\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/custom-values/:customValueId","description":"<h4>Update custom value.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","custom-values",":customValueId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"82aa14d1-fb2e-4024-879e-54d6bf895a86","description":{"content":"<p>(Required) Custom Value Id</p>\n","type":"text/plain"},"type":"any","value":"ocQHyuzHvysMo5N5VsXc","key":"customValueId"}]}},"response":[{"id":"fa264484-e2a1-490a-8656-28034e977dfb","name":"Successful response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Custom Field\",\n    \"value\": \"Value\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/custom-values/:customValueId","host":["https://api.studentconvert.com"],"path":["v1","custom-values",":customValueId"],"variable":[{"key":"customValueId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Value Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"ocQHyuzHvysMo5N5VsXc\",\n \"name\": \"Select\",\n \"fieldKey\": \"{{ custom_value.test }}\",\n \"value\": \"test\"\n}"},{"id":"2ed8afaa-c388-42e5-a28e-a11e8fbd5f2c","name":"Bad Request. please contact support!","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Custom Field\",\n    \"value\": \"Value\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/custom-values/:customValueId","host":["https://api.studentconvert.com"],"path":["v1","custom-values",":customValueId"],"variable":[{"key":"customValueId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Value Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"7a5d70e3-e6dd-4c0b-85b6-94e08368c20b","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Custom Field\",\n    \"value\": \"Value\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/custom-values/:customValueId","host":["https://api.studentconvert.com"],"path":["v1","custom-values",":customValueId"],"variable":[{"key":"customValueId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Value Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"a03f552a-a0fb-49cb-8684-788e78d3e4cd","name":"Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Custom Field\",\n    \"value\": \"Value\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/custom-values/:customValueId","host":["https://api.studentconvert.com"],"path":["v1","custom-values",":customValueId"],"variable":[{"key":"customValueId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Value Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"name\": {\n  \"message\": \"The name field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"value\": {\n  \"message\": \"The value field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"03a10491-7370-4ce9-bae4-91d00df977ad"},{"name":"/v1/custom-values/:customValueId","id":"6dc5d41f-941c-4a5c-b4dc-93eeabf9228f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.studentconvert.com/v1/custom-values/:customValueId","description":"<h4>Delete one of custom value.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","custom-values",":customValueId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"110426c6-bc10-47dc-b26e-b829bbab71a3","description":{"content":"<p>(Required) Custom Value Id</p>\n","type":"text/plain"},"type":"any","value":"ocQHyuzHvysMo5N5VsXc","key":"customValueId"}]}},"response":[{"id":"52c1b592-32d3-46bd-ac31-77a049b5b13f","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/custom-values/:customValueId","host":["https://api.studentconvert.com"],"path":["v1","custom-values",":customValueId"],"variable":[{"key":"customValueId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Value Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"9eb96f32-f6f2-41af-b270-800545c0844d","name":"Bad Request. please contact support!","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/custom-values/:customValueId","host":["https://api.studentconvert.com"],"path":["v1","custom-values",":customValueId"],"variable":[{"key":"customValueId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Value Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"a79eb832-9c94-481c-adff-35547e950ff5","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/custom-values/:customValueId","host":["https://api.studentconvert.com"],"path":["v1","custom-values",":customValueId"],"variable":[{"key":"customValueId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Value Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"785da84f-57ec-4de4-9c9b-09591b767119","name":"Unprocessable Entity","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/custom-values/:customValueId","host":["https://api.studentconvert.com"],"path":["v1","custom-values",":customValueId"],"variable":[{"key":"customValueId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Value Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"customValueId\": {\n  \"message\": \"The custom field id is invalid.\",\n  \"rule\": \"invalid\"\n }\n}"}],"_postman_id":"6dc5d41f-941c-4a5c-b4dc-93eeabf9228f"}],"id":"37d9431c-2505-448d-9b58-9630b76290a3","_postman_id":"37d9431c-2505-448d-9b58-9630b76290a3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}},{"name":"Form","item":[{"name":"/v1/forms/","id":"caf6bf33-535c-43bd-b482-3f436f393151","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/forms/","description":"<h4>Get Forms.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","forms",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[]}},"response":[{"id":"dab9048b-88a3-46f9-97e7-f5d2212d4f73","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/forms/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"forms\": [\n  {\n   \"id\": \"uP9CBUzKKZkP5BtkHeK3\",\n   \"name\": \"Form 1\"\n  },\n  {\n   \"id\": \"uP9CBUzKKZkP5BtkHeK3\",\n   \"name\": \"Form 1\"\n  }\n ]\n}"},{"id":"8334d0bf-1934-4867-af0c-15afd99c659a","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/forms/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"6877a566-d108-4a16-990c-4315548e918a","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/forms/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"caf6bf33-535c-43bd-b482-3f436f393151"},{"name":"/v1/forms/submissions","id":"cb8428b7-a0ad-4ece-b8ab-32e8f69d366b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/forms/submissions?page=1&limit=20&formId=jjusM6EOngDExnbo2DbU&q=john@deo.com&startAt=2020-11-14&endAt=2020-12-14","description":"<h4>Get form submissions.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","forms","submissions"],"host":["https://api.studentconvert.com"],"query":[{"description":{"content":"<p>Page No. By default it will be 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Limit Per Page records count. will allow maximum up to 100 and default will be 20</p>\n","type":"text/plain"},"key":"limit","value":"20"},{"description":{"content":"<p>Filter submission by form id</p>\n","type":"text/plain"},"key":"formId","value":"jjusM6EOngDExnbo2DbU"},{"description":{"content":"<p>Filter by contactId, name, email or phone no.</p>\n","type":"text/plain"},"key":"q","value":"john@deo.com"},{"description":{"content":"<p>Get submission by starting of this date. By default it will be same date of last month.</p>\n","type":"text/plain"},"key":"startAt","value":"2020-11-14"},{"description":{"content":"<p>Get submission by ending of this date. By default it will be current date.</p>\n","type":"text/plain"},"key":"endAt","value":"2020-12-14"}],"variable":[]}},"response":[{"id":"0b6055fe-ab53-4119-ad64-d91576f8dcf5","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/forms/submissions?page=1&limit=20&formId=jjusM6EOngDExnbo2DbU&q=john@deo.com&startAt=2020-11-14&endAt=2020-12-14","host":["https://api.studentconvert.com"],"path":["v1","forms","submissions"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"},{"key":"formId","value":"jjusM6EOngDExnbo2DbU"},{"key":"q","value":"john@deo.com"},{"key":"startAt","value":"2020-11-14"},{"key":"endAt","value":"2020-12-14"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"submissions\": [\n  {\n   \"id\": \"be759b9a-c3ec-4b29-ba07-fc3c89c77673\",\n   \"contactId\": \"9NkT25Vor1v4aQatFsv2\",\n   \"__submissions_other_field__\": \"john@deo.com\",\n   \"__custom_field_id__\": \"20\",\n   \"createdAt\": \"2020-11-01T18:02:21.000Z\",\n   \"formId\": \"jjusM6EOngDExnbo2DbU\",\n   \"pageDetails\": {\n    \"url\": \"https://www.studentconvert.com/\",\n    \"source\": \"Social Media\",\n    \"referrer\": \"http://m.facebook.com\",\n    \"fbclid\": \"IwAR1JoTTltt3EKJE3O-MrQij_lTeA6BKGTy8M2wKepSzs4oUbTYhL2Lns18w\"\n   }\n  },\n  {\n   \"id\": \"be759b9a-c3ec-4b29-ba07-fc3c89c77673\",\n   \"contactId\": \"9NkT25Vor1v4aQatFsv2\",\n   \"__submissions_other_field__\": \"john@deo.com\",\n   \"__custom_field_id__\": \"20\",\n   \"createdAt\": \"2020-11-01T18:02:21.000Z\",\n   \"formId\": \"jjusM6EOngDExnbo2DbU\",\n   \"pageDetails\": {\n    \"url\": \"https://www.studentconvert.com/\",\n    \"source\": \"Social Media\",\n    \"referrer\": \"http://m.facebook.com\",\n    \"fbclid\": \"IwAR1JoTTltt3EKJE3O-MrQij_lTeA6BKGTy8M2wKepSzs4oUbTYhL2Lns18w\"\n   }\n  }\n ],\n \"meta\": {\n  \"total\": 250,\n  \"currentPage\": 2,\n  \"nextPage\": 3,\n  \"prevPage\": 1\n }\n}"},{"id":"a27d87de-596d-45eb-9fdf-2e3a54b82969","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/forms/submissions?page=1&limit=20&formId=jjusM6EOngDExnbo2DbU&q=john@deo.com&startAt=2020-11-14&endAt=2020-12-14","host":["https://api.studentconvert.com"],"path":["v1","forms","submissions"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"},{"key":"formId","value":"jjusM6EOngDExnbo2DbU"},{"key":"q","value":"john@deo.com"},{"key":"startAt","value":"2020-11-14"},{"key":"endAt","value":"2020-12-14"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"75eb8cfd-945d-4654-8fcd-27be61712ef6","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/forms/submissions?page=1&limit=20&formId=jjusM6EOngDExnbo2DbU&q=john@deo.com&startAt=2020-11-14&endAt=2020-12-14","host":["https://api.studentconvert.com"],"path":["v1","forms","submissions"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"},{"key":"formId","value":"jjusM6EOngDExnbo2DbU"},{"key":"q","value":"john@deo.com"},{"key":"startAt","value":"2020-11-14"},{"key":"endAt","value":"2020-12-14"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"cb8428b7-a0ad-4ece-b8ab-32e8f69d366b"}],"id":"fa637735-e826-4202-a8bc-01570b5bcafd","_postman_id":"fa637735-e826-4202-a8bc-01570b5bcafd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}},{"name":"Location","item":[{"name":"/v1/locations/","id":"c6b96aff-ac46-4b73-a719-bdbf59a33561","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/locations/","description":"<h4>Get all agency location.</h4> <strong>Authorization:</strong> <p>Provide your agency api key (Bearer Token). You can find it on Agency -&gt; Settings -&gt; API keys</p>","urlObject":{"path":["v1","locations",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[]}},"response":[{"id":"ddba7d12-2dbb-4341-8efa-6f19c2d01041","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/locations/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"locations\": [\n  {\n   \"id\": \"i2SpAtBVHSVea1sL6oah\",\n   \"name\": \"Tesla inc\",\n   \"address\": \"3500 Deer Creek Road\",\n   \"city\": \"Palo Alto\",\n   \"country\": \"US\",\n   \"state\": \"CA\",\n   \"postalCode\": \"94304\",\n   \"website\": \"https://www.tesla.com\",\n   \"timezone\": \"US/Central\",\n   \"firstName\": \"John\",\n   \"lastName\": \"Deo\",\n   \"email\": \"john@deo.com\",\n   \"phone\": \"+1202-555-0107\",\n   \"apiKey\": \"2c359c82-590a-4d6f-ac76-32b7a1e649ea\",\n   \"business\": {\n    \"name\": \"Tesla inc\",\n    \"address\": \"3500 Deer Creek Road\",\n    \"city\": \"Palo Alto\",\n    \"country\": \"US\",\n    \"state\": \"CA\",\n    \"postalCode\": \"94304\",\n    \"website\": \"https://www.tesla.com\",\n    \"timezone\": \"US/Central\"\n   },\n   \"social\": {\n    \"facebookUrl\": \"https://facebook.com/groups/XXX\",\n    \"googlePlus\": \"https://groups.google.com/d/XXX\",\n    \"linkedIn\": \"https://www.linkedin.com/groups/XXX/profile\",\n    \"foursquare\": \"https://foursquare.com/groups/XXX\",\n    \"twitter\": \"https://twitter.com/XXX\",\n    \"yelp\": \"https://yelp.com/XXX\",\n    \"instagram\": \"https://instagram.com/XXX\",\n    \"youtube\": \"https://youtube.com/XXX\",\n    \"pinterest\": \"https://pinterest.com/XXX\",\n    \"blogRss\": \"https://rss.xyz.com\",\n    \"googlePlaceId\": \"redfdfdere\"\n   },\n   \"settings\": {\n    \"allowDuplicateContact\": false,\n    \"allowDuplicateOpportunity\": false,\n    \"allowFacebookNameMerge\": false,\n    \"disableContactTimezone\": false\n   }\n  },\n  {\n   \"id\": \"i2SpAtBVHSVea1sL6oah\",\n   \"name\": \"Tesla inc\",\n   \"address\": \"3500 Deer Creek Road\",\n   \"city\": \"Palo Alto\",\n   \"country\": \"US\",\n   \"state\": \"CA\",\n   \"postalCode\": \"94304\",\n   \"website\": \"https://www.tesla.com\",\n   \"timezone\": \"US/Central\",\n   \"firstName\": \"John\",\n   \"lastName\": \"Deo\",\n   \"email\": \"john@deo.com\",\n   \"phone\": \"+1202-555-0107\",\n   \"apiKey\": \"2c359c82-590a-4d6f-ac76-32b7a1e649ea\",\n   \"business\": {\n    \"name\": \"Tesla inc\",\n    \"address\": \"3500 Deer Creek Road\",\n    \"city\": \"Palo Alto\",\n    \"country\": \"US\",\n    \"state\": \"CA\",\n    \"postalCode\": \"94304\",\n    \"website\": \"https://www.tesla.com\",\n    \"timezone\": \"US/Central\"\n   },\n   \"social\": {\n    \"facebookUrl\": \"https://facebook.com/groups/XXX\",\n    \"googlePlus\": \"https://groups.google.com/d/XXX\",\n    \"linkedIn\": \"https://www.linkedin.com/groups/XXX/profile\",\n    \"foursquare\": \"https://foursquare.com/groups/XXX\",\n    \"twitter\": \"https://twitter.com/XXX\",\n    \"yelp\": \"https://yelp.com/XXX\",\n    \"instagram\": \"https://instagram.com/XXX\",\n    \"youtube\": \"https://youtube.com/XXX\",\n    \"pinterest\": \"https://pinterest.com/XXX\",\n    \"blogRss\": \"https://rss.xyz.com\",\n    \"googlePlaceId\": \"redfdfdere\"\n   },\n   \"settings\": {\n    \"allowDuplicateContact\": false,\n    \"allowDuplicateOpportunity\": false,\n    \"allowFacebookNameMerge\": false,\n    \"disableContactTimezone\": false\n   }\n  }\n ]\n}"},{"id":"11dc3ca3-cce8-4d31-bdc1-3f0d43b80f71","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/locations/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"e05ac80e-eed4-4afc-958a-d37621048b47","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/locations/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"c6b96aff-ac46-4b73-a719-bdbf59a33561"},{"name":"/v1/locations/","id":"fcfc8c0c-6808-4fff-88e8-8c822bcfa0d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"businessName\": \"Tesla inc\",\n    \"address\": \"3500 Deer Creek Road\",\n    \"city\": \"Palo Alto\",\n    \"country\": \"US\",\n    \"state\": \"CA\",\n    \"postalCode\": \"94304\",\n    \"website\": \"https://www.tesla.com\",\n    \"timezone\": \"US/Central\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+1202-555-0107\",\n    \"settings\": {\n        \"allowDuplicateContact\": false,\n        \"allowDuplicateOpportunity\": false,\n        \"allowFacebookNameMerge\": false,\n        \"disableContactTimezone\": false\n    },\n    \"twilio\": {\n        \"sid\": \"AC_XXXXXXXXXXX\",\n        \"authToken\": \"77_XXXXXXXXXXX\"\n    },\n    \"snapshot\": {\n        \"id\": \"XXXXXXXXXXX\",\n        \"type\": \"vertical\"\n    },\n    \"mailgun\": {\n        \"apiKey\": \"key-XXXXXXXXXXX\",\n        \"domain\": \"replies.yourdomain.com\"\n    },\n    \"social\": {\n        \"facebookUrl\": \"https://facebook.com/groups/XXX\",\n        \"googlePlus\": \"https://groups.google.com/d/XXX\",\n        \"linkedIn\": \"https://www.linkedin.com/groups/XXX/profile\",\n        \"foursquare\": \"https://foursquare.com/groups/XXX\",\n        \"twitter\": \"https://twitter.com/XXX\",\n        \"yelp\": \"https://yelp.com/XXX\",\n        \"instagram\": \"https://instagram.com/XXX\",\n        \"youtube\": \"https://youtube.com/XXX\",\n        \"pinterest\": \"https://pinterest.com/XXX\",\n        \"blogRss\": \"https://rss.xyz.com\",\n        \"googlePlaceId\": \"redfdfdere\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/locations/","description":"<h4>Create a Location.</h4><p>Required JSON fields in the body</p><table><thead><th>Fields</th><th>Types</th><th>Example</th></thead><tbody><tr><td>businessName</td><td>string</td><td>ACME Agency</td></tr></tbody></table><p>Allowed JSON fields in the body</p><table><thead><th>Fields</th><th>Types</th><th>Example</th></thead><tbody><tr><td>address</td><td>string</td><td>3500 Deer Creek Road</td></tr><tr><td>city</td><td>string</td><td>Palo Alto</td></tr><tr><td>state</td><td>string</td><td>CA</td></tr><tr><td>country</td><td>string</td><td>US</td></tr><tr><td>postalCode</td><td>string</td><td>94304</td></tr><tr><td>website</td><td>string</td><td>https://www.tesla.com</td></tr><tr><td>timezone</td><td>string</td><td>US/Central</td></tr><tr><td>firstName</td><td>string</td><td>John</td></tr><tr><td>lastName</td><td>string</td><td>Deno</td></tr><tr><td>email</td><td>string</td><td>johndeo@gmail.com</td></tr><tr><td>phone</td><td>string</td><td>+1202-555-0107</td></tr><tr><td>settings</td><td>object</td><td><code>{ \"allowDuplicateContact\": false, \"allowDuplicateOpportunity\": false, \"allowFacebookNameMerge\": false, \"disableContactTimezone\": false }</code></td></tr><tr><td>twilio</td><td>object</td><td><code>{ \"sid\": \"AC_XXXXXXXXXXX\", \"authToken\": \"77_XXXXXXXXXXX\" }</code></td></tr><tr><td>snapshot</td><td>object</td><td><code>{ \"id\": \"XXXXXXXXXXX\", \"type\": \"vertical\" }</code></td></tr><tr><td>mailgun</td><td>object</td><td><code>{\"mailgun\": {\"apiKey\": \"key-XXXXXXXXXXX\", \"domain\": \"replies.yourdomain.com\"}</code></td></tr></tbody></table><p>Twilio field required two field to setup</p><table><thead><th>Fields</th><th>Types</th><th>Example</th></thead><tbody><tr><td>sid</td><td>string</td><td>AC_XXXXXXXXXXX (Twilio Account SID)</td></tr><tr><td>authToken</td><td>string</td><td>77_XXXXXXXXXXX (Twilio Auth Token)</td></tr></tbody></table><p>Snapshot field required two field to import</p><table><thead><th>Fields</th><th>Types</th><th>Example</th><th>Allowed Option</th></thead><tbody><tr><td>id</td><td>string</td><td>XXXXXXXXXXX (Find it from snapshot api)</td><td></td></tr><tr><td>type</td><td>string</td><td>own</td><td><ul><li>own</li><li>imported</li></ul></td></tr></tbody></table><p>Mailgun field required two field to setup</p><table><thead><th>Fields</th><th>Types</th><th>Example</th></thead><tbody><tr><td>apiKey</td><td>string</td><td>key-XXXXXXXXXXX</td><td></td></tr><tr><td>domain</td><td>string</td><td>replies.yourdomain.com</td></tr></tbody></table><p>Timezone field allowed options, Can grab it from the timezone list api.</p><br /><h5>Authorization:</h5><p>Provide your agency api key (Bearer Token). You can find it on Agency -&gt; Settings -&gt; API keys</p>","urlObject":{"path":["v1","locations",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[]}},"response":[{"id":"9568ee68-bcef-4ca9-9e28-b825775ff4cb","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"businessName\": \"Tesla inc\",\n    \"address\": \"3500 Deer Creek Road\",\n    \"city\": \"Palo Alto\",\n    \"country\": \"US\",\n    \"state\": \"CA\",\n    \"postalCode\": \"94304\",\n    \"website\": \"https://www.tesla.com\",\n    \"timezone\": \"US/Central\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+1202-555-0107\",\n    \"settings\": {\n        \"allowDuplicateContact\": false,\n        \"allowDuplicateOpportunity\": false,\n        \"allowFacebookNameMerge\": false,\n        \"disableContactTimezone\": false\n    },\n    \"twilio\": {\n        \"sid\": \"AC_XXXXXXXXXXX\",\n        \"authToken\": \"77_XXXXXXXXXXX\"\n    },\n    \"snapshot\": {\n        \"id\": \"XXXXXXXXXXX\",\n        \"type\": \"vertical\"\n    },\n    \"mailgun\": {\n        \"apiKey\": \"key-XXXXXXXXXXX\",\n        \"domain\": \"replies.yourdomain.com\"\n    },\n    \"social\": {\n        \"facebookUrl\": \"https://facebook.com/groups/XXX\",\n        \"googlePlus\": \"https://groups.google.com/d/XXX\",\n        \"linkedIn\": \"https://www.linkedin.com/groups/XXX/profile\",\n        \"foursquare\": \"https://foursquare.com/groups/XXX\",\n        \"twitter\": \"https://twitter.com/XXX\",\n        \"yelp\": \"https://yelp.com/XXX\",\n        \"instagram\": \"https://instagram.com/XXX\",\n        \"youtube\": \"https://youtube.com/XXX\",\n        \"pinterest\": \"https://pinterest.com/XXX\",\n        \"blogRss\": \"https://rss.xyz.com\",\n        \"googlePlaceId\": \"redfdfdere\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/locations/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"i2SpAtBVHSVea1sL6oah\",\n \"name\": \"Tesla inc\",\n \"address\": \"3500 Deer Creek Road\",\n \"city\": \"Palo Alto\",\n \"country\": \"US\",\n \"state\": \"CA\",\n \"postalCode\": \"94304\",\n \"website\": \"https://www.tesla.com\",\n \"timezone\": \"US/Central\",\n \"firstName\": \"John\",\n \"lastName\": \"Deo\",\n \"email\": \"john@deo.com\",\n \"phone\": \"+1202-555-0107\",\n \"apiKey\": \"2c359c82-590a-4d6f-ac76-32b7a1e649ea\",\n \"business\": {\n  \"name\": \"Tesla inc\",\n  \"email\": \"johndeo@gmail.com\",\n  \"address\": \"3500 Deer Creek Road\",\n  \"city\": \"Palo Alto\",\n  \"country\": \"US\",\n  \"state\": \"CA\",\n  \"postalCode\": \"94304\",\n  \"website\": \"https://www.tesla.com\",\n  \"timezone\": \"US/Central\"\n },\n \"social\": {\n  \"facebookUrl\": \"https://facebook.com/groups/XXX\",\n  \"googlePlus\": \"https://groups.google.com/d/XXX\",\n  \"linkedIn\": \"https://www.linkedin.com/groups/XXX/profile\",\n  \"foursquare\": \"https://foursquare.com/groups/XXX\",\n  \"twitter\": \"https://twitter.com/XXX\",\n  \"yelp\": \"https://yelp.com/XXX\",\n  \"instagram\": \"https://instagram.com/XXX\",\n  \"youtube\": \"https://youtube.com/XXX\",\n  \"pinterest\": \"https://pinterest.com/XXX\",\n  \"blogRss\": \"https://rss.xyz.com\",\n  \"googlePlaceId\": \"redfdfdere\"\n },\n \"settings\": {\n  \"allowDuplicateContact\": false,\n  \"allowDuplicateOpportunity\": false,\n  \"allowFacebookNameMerge\": false,\n  \"disableContactTimezone\": false\n }\n}"},{"id":"dd0632a7-f242-496a-811f-d1d840617713","name":"Bad Request. please contact support!","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"businessName\": \"Tesla inc\",\n    \"address\": \"3500 Deer Creek Road\",\n    \"city\": \"Palo Alto\",\n    \"country\": \"US\",\n    \"state\": \"CA\",\n    \"postalCode\": \"94304\",\n    \"website\": \"https://www.tesla.com\",\n    \"timezone\": \"US/Central\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+1202-555-0107\",\n    \"settings\": {\n        \"allowDuplicateContact\": false,\n        \"allowDuplicateOpportunity\": false,\n        \"allowFacebookNameMerge\": false,\n        \"disableContactTimezone\": false\n    },\n    \"twilio\": {\n        \"sid\": \"AC_XXXXXXXXXXX\",\n        \"authToken\": \"77_XXXXXXXXXXX\"\n    },\n    \"snapshot\": {\n        \"id\": \"XXXXXXXXXXX\",\n        \"type\": \"vertical\"\n    },\n    \"mailgun\": {\n        \"apiKey\": \"key-XXXXXXXXXXX\",\n        \"domain\": \"replies.yourdomain.com\"\n    },\n    \"social\": {\n        \"facebookUrl\": \"https://facebook.com/groups/XXX\",\n        \"googlePlus\": \"https://groups.google.com/d/XXX\",\n        \"linkedIn\": \"https://www.linkedin.com/groups/XXX/profile\",\n        \"foursquare\": \"https://foursquare.com/groups/XXX\",\n        \"twitter\": \"https://twitter.com/XXX\",\n        \"yelp\": \"https://yelp.com/XXX\",\n        \"instagram\": \"https://instagram.com/XXX\",\n        \"youtube\": \"https://youtube.com/XXX\",\n        \"pinterest\": \"https://pinterest.com/XXX\",\n        \"blogRss\": \"https://rss.xyz.com\",\n        \"googlePlaceId\": \"redfdfdere\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/locations/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"57bc6762-1f3f-4218-a438-f2c3417acb53","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"businessName\": \"Tesla inc\",\n    \"address\": \"3500 Deer Creek Road\",\n    \"city\": \"Palo Alto\",\n    \"country\": \"US\",\n    \"state\": \"CA\",\n    \"postalCode\": \"94304\",\n    \"website\": \"https://www.tesla.com\",\n    \"timezone\": \"US/Central\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+1202-555-0107\",\n    \"settings\": {\n        \"allowDuplicateContact\": false,\n        \"allowDuplicateOpportunity\": false,\n        \"allowFacebookNameMerge\": false,\n        \"disableContactTimezone\": false\n    },\n    \"twilio\": {\n        \"sid\": \"AC_XXXXXXXXXXX\",\n        \"authToken\": \"77_XXXXXXXXXXX\"\n    },\n    \"snapshot\": {\n        \"id\": \"XXXXXXXXXXX\",\n        \"type\": \"vertical\"\n    },\n    \"mailgun\": {\n        \"apiKey\": \"key-XXXXXXXXXXX\",\n        \"domain\": \"replies.yourdomain.com\"\n    },\n    \"social\": {\n        \"facebookUrl\": \"https://facebook.com/groups/XXX\",\n        \"googlePlus\": \"https://groups.google.com/d/XXX\",\n        \"linkedIn\": \"https://www.linkedin.com/groups/XXX/profile\",\n        \"foursquare\": \"https://foursquare.com/groups/XXX\",\n        \"twitter\": \"https://twitter.com/XXX\",\n        \"yelp\": \"https://yelp.com/XXX\",\n        \"instagram\": \"https://instagram.com/XXX\",\n        \"youtube\": \"https://youtube.com/XXX\",\n        \"pinterest\": \"https://pinterest.com/XXX\",\n        \"blogRss\": \"https://rss.xyz.com\",\n        \"googlePlaceId\": \"redfdfdere\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/locations/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"1c5adb91-ffa7-4e82-8154-adb9c6d2f981","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"businessName\": \"Tesla inc\",\n    \"address\": \"3500 Deer Creek Road\",\n    \"city\": \"Palo Alto\",\n    \"country\": \"US\",\n    \"state\": \"CA\",\n    \"postalCode\": \"94304\",\n    \"website\": \"https://www.tesla.com\",\n    \"timezone\": \"US/Central\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+1202-555-0107\",\n    \"settings\": {\n        \"allowDuplicateContact\": false,\n        \"allowDuplicateOpportunity\": false,\n        \"allowFacebookNameMerge\": false,\n        \"disableContactTimezone\": false\n    },\n    \"twilio\": {\n        \"sid\": \"AC_XXXXXXXXXXX\",\n        \"authToken\": \"77_XXXXXXXXXXX\"\n    },\n    \"snapshot\": {\n        \"id\": \"XXXXXXXXXXX\",\n        \"type\": \"vertical\"\n    },\n    \"mailgun\": {\n        \"apiKey\": \"key-XXXXXXXXXXX\",\n        \"domain\": \"replies.yourdomain.com\"\n    },\n    \"social\": {\n        \"facebookUrl\": \"https://facebook.com/groups/XXX\",\n        \"googlePlus\": \"https://groups.google.com/d/XXX\",\n        \"linkedIn\": \"https://www.linkedin.com/groups/XXX/profile\",\n        \"foursquare\": \"https://foursquare.com/groups/XXX\",\n        \"twitter\": \"https://twitter.com/XXX\",\n        \"yelp\": \"https://yelp.com/XXX\",\n        \"instagram\": \"https://instagram.com/XXX\",\n        \"youtube\": \"https://youtube.com/XXX\",\n        \"pinterest\": \"https://pinterest.com/XXX\",\n        \"blogRss\": \"https://rss.xyz.com\",\n        \"googlePlaceId\": \"redfdfdere\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/locations/"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"firstName\": {\n  \"message\": \"The first name field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"lastName\": {\n  \"message\": \"The last name field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"email\": {\n  \"message\": \"The email field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"phone\": {\n  \"message\": \"The email field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"businessName\": {\n  \"message\": \"The business name field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"address\": {\n  \"message\": \"The address field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"city\": {\n  \"message\": \"The city field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"state\": {\n  \"message\": \"The state field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"country\": {\n  \"message\": \"The country field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"postalCode\": {\n  \"message\": \"The postal code field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"fcfc8c0c-6808-4fff-88e8-8c822bcfa0d3"},{"name":"/v1/locations/lookup","id":"7fccebe5-8b6e-40c5-928c-06e70608ea82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/locations/lookup?email=john@deo.com","description":"<h4>Find location by email.</h4><strong>Authorization:</strong> <p>Provide your agency api key (Bearer Token). You can find it on Agency -&gt; Settings -&gt; API keys</p>","urlObject":{"path":["v1","locations","lookup"],"host":["https://api.studentconvert.com"],"query":[{"description":{"content":"<p>(Required) Email</p>\n","type":"text/plain"},"key":"email","value":"john@deo.com"}],"variable":[]}},"response":[{"id":"d89a8fb8-67ba-4757-9135-ba691383e115","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/locations/lookup?email=john@deo.com","host":["https://api.studentconvert.com"],"path":["v1","locations","lookup"],"query":[{"key":"email","value":"john@deo.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"i2SpAtBVHSVea1sL6oah\",\n \"name\": \"Tesla inc\",\n \"address\": \"3500 Deer Creek Road\",\n \"city\": \"Palo Alto\",\n \"country\": \"US\",\n \"state\": \"CA\",\n \"postalCode\": \"94304\",\n \"website\": \"https://www.tesla.com\",\n \"timezone\": \"US/Central\",\n \"firstName\": \"John\",\n \"lastName\": \"Deo\",\n \"email\": \"john@deo.com\",\n \"phone\": \"+1202-555-0107\",\n \"apiKey\": \"2c359c82-590a-4d6f-ac76-32b7a1e649ea\",\n \"business\": {\n  \"name\": \"Tesla inc\",\n  \"email\": \"johndeo@gmail.com\",\n  \"address\": \"3500 Deer Creek Road\",\n  \"city\": \"Palo Alto\",\n  \"country\": \"US\",\n  \"state\": \"CA\",\n  \"postalCode\": \"94304\",\n  \"website\": \"https://www.tesla.com\",\n  \"timezone\": \"US/Central\"\n },\n \"social\": {\n  \"facebookUrl\": \"https://facebook.com/groups/XXX\",\n  \"googlePlus\": \"https://groups.google.com/d/XXX\",\n  \"linkedIn\": \"https://www.linkedin.com/groups/XXX/profile\",\n  \"foursquare\": \"https://foursquare.com/groups/XXX\",\n  \"twitter\": \"https://twitter.com/XXX\",\n  \"yelp\": \"https://yelp.com/XXX\",\n  \"instagram\": \"https://instagram.com/XXX\",\n  \"youtube\": \"https://youtube.com/XXX\",\n  \"pinterest\": \"https://pinterest.com/XXX\",\n  \"blogRss\": \"https://rss.xyz.com\",\n  \"googlePlaceId\": \"redfdfdere\"\n },\n \"settings\": {\n  \"allowDuplicateContact\": false,\n  \"allowDuplicateOpportunity\": false,\n  \"allowFacebookNameMerge\": false,\n  \"disableContactTimezone\": false\n }\n}"},{"id":"6bf05996-fbfc-45af-a513-8be8b313bd45","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/locations/lookup?email=john@deo.com","host":["https://api.studentconvert.com"],"path":["v1","locations","lookup"],"query":[{"key":"email","value":"john@deo.com"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"fc28f82c-0859-4bcb-85b3-fa747a045262","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/locations/lookup?email=john@deo.com","host":["https://api.studentconvert.com"],"path":["v1","locations","lookup"],"query":[{"key":"email","value":"john@deo.com"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"7fccebe5-8b6e-40c5-928c-06e70608ea82"},{"name":"/v1/locations/:locationId","id":"48909bde-86a1-42a5-8c68-30b8e7a1cb2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/locations/:locationId","description":"<h4>Get location by location id.</h4><strong>Authorization:</strong> <p>Provide your agency api key (Bearer Token). You can find it on Agency -&gt; Settings -&gt; API keys</p>","urlObject":{"path":["v1","locations",":locationId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"4c333f6b-0d41-4c5c-9f9e-9790dbc2373e","description":{"content":"<p>(Required) Location Id</p>\n","type":"text/plain"},"type":"any","value":"i2SpAtBVHSVea1sL6oah","key":"locationId"}]}},"response":[{"id":"7dedec95-354d-4a13-9dd4-110f306a96e3","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/locations/:locationId","host":["https://api.studentconvert.com"],"path":["v1","locations",":locationId"],"variable":[{"key":"locationId","value":"i2SpAtBVHSVea1sL6oah","description":"(Required) Location Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"i2SpAtBVHSVea1sL6oah\",\n \"name\": \"Tesla inc\",\n \"address\": \"3500 Deer Creek Road\",\n \"city\": \"Palo Alto\",\n \"country\": \"US\",\n \"state\": \"CA\",\n \"postalCode\": \"94304\",\n \"website\": \"https://www.tesla.com\",\n \"timezone\": \"US/Central\",\n \"firstName\": \"John\",\n \"lastName\": \"Deo\",\n \"email\": \"john@deo.com\",\n \"phone\": \"+1202-555-0107\",\n \"apiKey\": \"2c359c82-590a-4d6f-ac76-32b7a1e649ea\",\n \"business\": {\n  \"name\": \"Tesla inc\",\n  \"email\": \"johndeo@gmail.com\",\n  \"address\": \"3500 Deer Creek Road\",\n  \"city\": \"Palo Alto\",\n  \"country\": \"US\",\n  \"state\": \"CA\",\n  \"postalCode\": \"94304\",\n  \"website\": \"https://www.tesla.com\",\n  \"timezone\": \"US/Central\"\n },\n \"social\": {\n  \"facebookUrl\": \"https://facebook.com/groups/XXX\",\n  \"googlePlus\": \"https://groups.google.com/d/XXX\",\n  \"linkedIn\": \"https://www.linkedin.com/groups/XXX/profile\",\n  \"foursquare\": \"https://foursquare.com/groups/XXX\",\n  \"twitter\": \"https://twitter.com/XXX\",\n  \"yelp\": \"https://yelp.com/XXX\",\n  \"instagram\": \"https://instagram.com/XXX\",\n  \"youtube\": \"https://youtube.com/XXX\",\n  \"pinterest\": \"https://pinterest.com/XXX\",\n  \"blogRss\": \"https://rss.xyz.com\",\n  \"googlePlaceId\": \"redfdfdere\"\n },\n \"settings\": {\n  \"allowDuplicateContact\": false,\n  \"allowDuplicateOpportunity\": false,\n  \"allowFacebookNameMerge\": false,\n  \"disableContactTimezone\": false\n }\n}"},{"id":"02c16302-ae5f-41da-8300-5c1b25289112","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/locations/:locationId","host":["https://api.studentconvert.com"],"path":["v1","locations",":locationId"],"variable":[{"key":"locationId","value":"i2SpAtBVHSVea1sL6oah","description":"(Required) Location Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"89c166e4-4d1f-438c-824e-dd604fdd415b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/locations/:locationId","host":["https://api.studentconvert.com"],"path":["v1","locations",":locationId"],"variable":[{"key":"locationId","value":"i2SpAtBVHSVea1sL6oah","description":"(Required) Location Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"48909bde-86a1-42a5-8c68-30b8e7a1cb2e"},{"name":"/v1/locations/:locationId","id":"5ac316de-15e0-4eb9-9298-568464ba42ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"businessName\": \"Tesla inc\",\n    \"address\": \"3500 Deer Creek Road\",\n    \"city\": \"Palo Alto\",\n    \"country\": \"US\",\n    \"state\": \"CA\",\n    \"postalCode\": \"94304\",\n    \"website\": \"https://www.tesla.com\",\n    \"timezone\": \"US/Central\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+1202-555-0107\",\n    \"settings\": {\n        \"allowDuplicateContact\": false,\n        \"allowDuplicateOpportunity\": false,\n        \"allowFacebookNameMerge\": false,\n        \"disableContactTimezone\": false\n    },\n    \"twilio\": {\n        \"sid\": \"AC_XXXXXXXXXXX\",\n        \"authToken\": \"77_XXXXXXXXXXX\"\n    },\n    \"snapshot\": {\n        \"id\": \"XXXXXXXXXXX\",\n        \"type\": \"vertical\"\n    },\n    \"mailgun\": {\n        \"apiKey\": \"key-XXXXXXXXXXX\",\n        \"domain\": \"replies.yourdomain.com\"\n    },\n    \"social\": {\n        \"facebookUrl\": \"https://facebook.com/groups/XXX\",\n        \"googlePlus\": \"https://groups.google.com/d/XXX\",\n        \"linkedIn\": \"https://www.linkedin.com/groups/XXX/profile\",\n        \"foursquare\": \"https://foursquare.com/groups/XXX\",\n        \"twitter\": \"https://twitter.com/XXX\",\n        \"yelp\": \"https://yelp.com/XXX\",\n        \"instagram\": \"https://instagram.com/XXX\",\n        \"youtube\": \"https://youtube.com/XXX\",\n        \"pinterest\": \"https://pinterest.com/XXX\",\n        \"blogRss\": \"https://rss.xyz.com\",\n        \"googlePlaceId\": \"redfdfdere\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/locations/:locationId","description":"<h4>Update a Location.</h4><p>Required JSON fields in the body</p><table><thead><th>Fields</th><th>Types</th><th>Example</th></thead><tbody><tr><td>businessName</td><td>string</td><td>ACME Agency</td></tr></tbody></table><p>Allowed JSON fields in the body</p><table><thead><th>Fields</th><th>Types</th><th>Example</th></thead><tbody><tr><td>address</td><td>string</td><td>3500 Deer Creek Road</td></tr><tr><td>city</td><td>string</td><td>Palo Alto</td></tr><tr><td>state</td><td>string</td><td>CA</td></tr><tr><td>country</td><td>string</td><td>US</td></tr><tr><td>postalCode</td><td>string</td><td>94304</td></tr><tr><td>website</td><td>string</td><td>https://www.tesla.com</td></tr><tr><td>timezone</td><td>string</td><td>US/Central</td></tr><tr><td>firstName</td><td>string</td><td>John</td></tr><tr><td>lastName</td><td>string</td><td>Deno</td></tr><tr><td>email</td><td>string</td><td>johndeo@gmail.com</td></tr><tr><td>phone</td><td>string</td><td>+1202-555-0107</td></tr><tr><td>settings</td><td>object</td><td><code>{ \"allowDuplicateContact\": false, \"allowDuplicateOpportunity\": false, \"allowFacebookNameMerge\": false, \"disableContactTimezone\": false }</code></td></tr><tr><td>twilio</td><td>object</td><td><code>{ \"sid\": \"AC_XXXXXXXXXXX\", \"authToken\": \"77_XXXXXXXXXXX\" }</code></td></tr><tr><td>mailgun</td><td>object</td><td><code>{\"mailgun\": {\"apiKey\": \"key-XXXXXXXXXXX\", \"domain\": \"replies.yourdomain.com\"}</code></td></tr></tbody></table><p>Twilio field required two field to setup</p><table><thead><th>Fields</th><th>Types</th><th>Example</th></thead><tbody><tr><td>sid</td><td>string</td><td>AC_XXXXXXXXXXX (Twilio Account SID)</td></tr><tr><td>authToken</td><td>string</td><td>77_XXXXXXXXXXX (Twilio Auth Token)</td></tr></tbody></table><p>Mailgun field required two field to setup</p><table><thead><th>Fields</th><th>Types</th><th>Example</th></thead><tbody><tr><td>apiKey</td><td>string</td><td>key-XXXXXXXXXXX</td><td></td></tr><tr><td>domain</td><td>string</td><td>replies.yourdomain.com</td></tr></tbody></table><p>Timezone field allowed options, Can grab it from the timezone list api.</p> <br /><h5>Authorization:</h5><p>Provide your agency api key (Bearer Token). You can find it on Agency -&gt; Settings -&gt; API keys</p>","urlObject":{"path":["v1","locations",":locationId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"7096de83-864c-4d25-9e43-5ad0e9a803de","description":{"content":"<p>(Required) Location Id</p>\n","type":"text/plain"},"type":"any","value":"i2SpAtBVHSVea1sL6oah","key":"locationId"}]}},"response":[{"id":"a6d9869e-31cc-4ee8-b5ae-9dc6e0a2a302","name":"Successful response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"businessName\": \"Tesla inc\",\n    \"address\": \"3500 Deer Creek Road\",\n    \"city\": \"Palo Alto\",\n    \"country\": \"US\",\n    \"state\": \"CA\",\n    \"postalCode\": \"94304\",\n    \"website\": \"https://www.tesla.com\",\n    \"timezone\": \"US/Central\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+1202-555-0107\",\n    \"settings\": {\n        \"allowDuplicateContact\": false,\n        \"allowDuplicateOpportunity\": false,\n        \"allowFacebookNameMerge\": false,\n        \"disableContactTimezone\": false\n    },\n    \"twilio\": {\n        \"sid\": \"AC_XXXXXXXXXXX\",\n        \"authToken\": \"77_XXXXXXXXXXX\"\n    },\n    \"snapshot\": {\n        \"id\": \"XXXXXXXXXXX\",\n        \"type\": \"vertical\"\n    },\n    \"mailgun\": {\n        \"apiKey\": \"key-XXXXXXXXXXX\",\n        \"domain\": \"replies.yourdomain.com\"\n    },\n    \"social\": {\n        \"facebookUrl\": \"https://facebook.com/groups/XXX\",\n        \"googlePlus\": \"https://groups.google.com/d/XXX\",\n        \"linkedIn\": \"https://www.linkedin.com/groups/XXX/profile\",\n        \"foursquare\": \"https://foursquare.com/groups/XXX\",\n        \"twitter\": \"https://twitter.com/XXX\",\n        \"yelp\": \"https://yelp.com/XXX\",\n        \"instagram\": \"https://instagram.com/XXX\",\n        \"youtube\": \"https://youtube.com/XXX\",\n        \"pinterest\": \"https://pinterest.com/XXX\",\n        \"blogRss\": \"https://rss.xyz.com\",\n        \"googlePlaceId\": \"redfdfdere\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/locations/:locationId","host":["https://api.studentconvert.com"],"path":["v1","locations",":locationId"],"variable":[{"key":"locationId","value":"i2SpAtBVHSVea1sL6oah","description":"(Required) Location Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"i2SpAtBVHSVea1sL6oah\",\n \"name\": \"Tesla inc\",\n \"address\": \"3500 Deer Creek Road\",\n \"city\": \"Palo Alto\",\n \"country\": \"US\",\n \"state\": \"CA\",\n \"postalCode\": \"94304\",\n \"website\": \"https://www.tesla.com\",\n \"timezone\": \"US/Central\",\n \"firstName\": \"John\",\n \"lastName\": \"Deo\",\n \"email\": \"john@deo.com\",\n \"phone\": \"+1202-555-0107\",\n \"apiKey\": \"2c359c82-590a-4d6f-ac76-32b7a1e649ea\",\n \"business\": {\n  \"name\": \"Tesla inc\",\n  \"email\": \"johndeo@gmail.com\",\n  \"address\": \"3500 Deer Creek Road\",\n  \"city\": \"Palo Alto\",\n  \"country\": \"US\",\n  \"state\": \"CA\",\n  \"postalCode\": \"94304\",\n  \"website\": \"https://www.tesla.com\",\n  \"timezone\": \"US/Central\"\n },\n \"social\": {\n  \"facebookUrl\": \"https://facebook.com/groups/XXX\",\n  \"googlePlus\": \"https://groups.google.com/d/XXX\",\n  \"linkedIn\": \"https://www.linkedin.com/groups/XXX/profile\",\n  \"foursquare\": \"https://foursquare.com/groups/XXX\",\n  \"twitter\": \"https://twitter.com/XXX\",\n  \"yelp\": \"https://yelp.com/XXX\",\n  \"instagram\": \"https://instagram.com/XXX\",\n  \"youtube\": \"https://youtube.com/XXX\",\n  \"pinterest\": \"https://pinterest.com/XXX\",\n  \"blogRss\": \"https://rss.xyz.com\",\n  \"googlePlaceId\": \"redfdfdere\"\n },\n \"settings\": {\n  \"allowDuplicateContact\": false,\n  \"allowDuplicateOpportunity\": false,\n  \"allowFacebookNameMerge\": false,\n  \"disableContactTimezone\": false\n }\n}"},{"id":"3379ce69-2204-4fdb-9571-1fb0a5c21a98","name":"Bad Request. please contact support!","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"businessName\": \"Tesla inc\",\n    \"address\": \"3500 Deer Creek Road\",\n    \"city\": \"Palo Alto\",\n    \"country\": \"US\",\n    \"state\": \"CA\",\n    \"postalCode\": \"94304\",\n    \"website\": \"https://www.tesla.com\",\n    \"timezone\": \"US/Central\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+1202-555-0107\",\n    \"settings\": {\n        \"allowDuplicateContact\": false,\n        \"allowDuplicateOpportunity\": false,\n        \"allowFacebookNameMerge\": false,\n        \"disableContactTimezone\": false\n    },\n    \"twilio\": {\n        \"sid\": \"AC_XXXXXXXXXXX\",\n        \"authToken\": \"77_XXXXXXXXXXX\"\n    },\n    \"snapshot\": {\n        \"id\": \"XXXXXXXXXXX\",\n        \"type\": \"vertical\"\n    },\n    \"mailgun\": {\n        \"apiKey\": \"key-XXXXXXXXXXX\",\n        \"domain\": \"replies.yourdomain.com\"\n    },\n    \"social\": {\n        \"facebookUrl\": \"https://facebook.com/groups/XXX\",\n        \"googlePlus\": \"https://groups.google.com/d/XXX\",\n        \"linkedIn\": \"https://www.linkedin.com/groups/XXX/profile\",\n        \"foursquare\": \"https://foursquare.com/groups/XXX\",\n        \"twitter\": \"https://twitter.com/XXX\",\n        \"yelp\": \"https://yelp.com/XXX\",\n        \"instagram\": \"https://instagram.com/XXX\",\n        \"youtube\": \"https://youtube.com/XXX\",\n        \"pinterest\": \"https://pinterest.com/XXX\",\n        \"blogRss\": \"https://rss.xyz.com\",\n        \"googlePlaceId\": \"redfdfdere\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/locations/:locationId","host":["https://api.studentconvert.com"],"path":["v1","locations",":locationId"],"variable":[{"key":"locationId","value":"i2SpAtBVHSVea1sL6oah","description":"(Required) Location Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"b6a6d54e-fe55-405b-a142-4f0477c53c0a","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"businessName\": \"Tesla inc\",\n    \"address\": \"3500 Deer Creek Road\",\n    \"city\": \"Palo Alto\",\n    \"country\": \"US\",\n    \"state\": \"CA\",\n    \"postalCode\": \"94304\",\n    \"website\": \"https://www.tesla.com\",\n    \"timezone\": \"US/Central\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+1202-555-0107\",\n    \"settings\": {\n        \"allowDuplicateContact\": false,\n        \"allowDuplicateOpportunity\": false,\n        \"allowFacebookNameMerge\": false,\n        \"disableContactTimezone\": false\n    },\n    \"twilio\": {\n        \"sid\": \"AC_XXXXXXXXXXX\",\n        \"authToken\": \"77_XXXXXXXXXXX\"\n    },\n    \"snapshot\": {\n        \"id\": \"XXXXXXXXXXX\",\n        \"type\": \"vertical\"\n    },\n    \"mailgun\": {\n        \"apiKey\": \"key-XXXXXXXXXXX\",\n        \"domain\": \"replies.yourdomain.com\"\n    },\n    \"social\": {\n        \"facebookUrl\": \"https://facebook.com/groups/XXX\",\n        \"googlePlus\": \"https://groups.google.com/d/XXX\",\n        \"linkedIn\": \"https://www.linkedin.com/groups/XXX/profile\",\n        \"foursquare\": \"https://foursquare.com/groups/XXX\",\n        \"twitter\": \"https://twitter.com/XXX\",\n        \"yelp\": \"https://yelp.com/XXX\",\n        \"instagram\": \"https://instagram.com/XXX\",\n        \"youtube\": \"https://youtube.com/XXX\",\n        \"pinterest\": \"https://pinterest.com/XXX\",\n        \"blogRss\": \"https://rss.xyz.com\",\n        \"googlePlaceId\": \"redfdfdere\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/locations/:locationId","host":["https://api.studentconvert.com"],"path":["v1","locations",":locationId"],"variable":[{"key":"locationId","value":"i2SpAtBVHSVea1sL6oah","description":"(Required) Location Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"97230125-77e2-4177-8149-12aa1108ba53","name":"Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"businessName\": \"Tesla inc\",\n    \"address\": \"3500 Deer Creek Road\",\n    \"city\": \"Palo Alto\",\n    \"country\": \"US\",\n    \"state\": \"CA\",\n    \"postalCode\": \"94304\",\n    \"website\": \"https://www.tesla.com\",\n    \"timezone\": \"US/Central\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+1202-555-0107\",\n    \"settings\": {\n        \"allowDuplicateContact\": false,\n        \"allowDuplicateOpportunity\": false,\n        \"allowFacebookNameMerge\": false,\n        \"disableContactTimezone\": false\n    },\n    \"twilio\": {\n        \"sid\": \"AC_XXXXXXXXXXX\",\n        \"authToken\": \"77_XXXXXXXXXXX\"\n    },\n    \"snapshot\": {\n        \"id\": \"XXXXXXXXXXX\",\n        \"type\": \"vertical\"\n    },\n    \"mailgun\": {\n        \"apiKey\": \"key-XXXXXXXXXXX\",\n        \"domain\": \"replies.yourdomain.com\"\n    },\n    \"social\": {\n        \"facebookUrl\": \"https://facebook.com/groups/XXX\",\n        \"googlePlus\": \"https://groups.google.com/d/XXX\",\n        \"linkedIn\": \"https://www.linkedin.com/groups/XXX/profile\",\n        \"foursquare\": \"https://foursquare.com/groups/XXX\",\n        \"twitter\": \"https://twitter.com/XXX\",\n        \"yelp\": \"https://yelp.com/XXX\",\n        \"instagram\": \"https://instagram.com/XXX\",\n        \"youtube\": \"https://youtube.com/XXX\",\n        \"pinterest\": \"https://pinterest.com/XXX\",\n        \"blogRss\": \"https://rss.xyz.com\",\n        \"googlePlaceId\": \"redfdfdere\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/locations/:locationId","host":["https://api.studentconvert.com"],"path":["v1","locations",":locationId"],"variable":[{"key":"locationId","value":"i2SpAtBVHSVea1sL6oah","description":"(Required) Location Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"firstName\": {\n  \"message\": \"The first name field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"lastName\": {\n  \"message\": \"The last name field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"email\": {\n  \"message\": \"The email field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"phone\": {\n  \"message\": \"The email field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"businessName\": {\n  \"message\": \"The business name field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"address\": {\n  \"message\": \"The address field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"city\": {\n  \"message\": \"The city field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"state\": {\n  \"message\": \"The state field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"country\": {\n  \"message\": \"The country field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"postalCode\": {\n  \"message\": \"The postal code field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"5ac316de-15e0-4eb9-9298-568464ba42ae"},{"name":"/v1/locations/:locationId","id":"e5df3779-e495-42d8-9df9-ee43061c4aea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.studentconvert.com/v1/locations/:locationId?deleteTwilioAccount=false","description":"<h4>Delete location.</h4><p>Allowed fields in the query parameter.</p><table><thead><tr><th>Fields</th><th>Allowed Options</th><th>Default value</th><th>Description</th></tr></thead><tbody><tr><td>deleteTwilioAccount</td><td><code>true</code> or <code>false</code></td><td><code>false</code></td><td>If you pass <code>true</code>, When deleting the subaccount. We delete Twilio subaccount (on Twilio side) as well.</td></tr></tbody></table><h5>Authorization:</h5><p>Provide your agency api key (Bearer Token). You can find it on Agency -&gt; Settings -&gt; API keys</p>","urlObject":{"path":["v1","locations",":locationId"],"host":["https://api.studentconvert.com"],"query":[{"description":{"content":"<p>Delete Twilio Account</p>\n","type":"text/plain"},"key":"deleteTwilioAccount","value":"false"}],"variable":[{"id":"2e8ff8a0-4fc3-4d87-80d9-ea144d27e353","description":{"content":"<p>(Required) Location Id</p>\n","type":"text/plain"},"type":"any","value":"i2SpAtBVHSVea1sL6oah","key":"locationId"}]}},"response":[{"id":"37d5b4be-9e64-4e66-9871-ac9673f1d771","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/locations/:locationId?deleteTwilioAccount=false","host":["https://api.studentconvert.com"],"path":["v1","locations",":locationId"],"query":[{"key":"deleteTwilioAccount","value":"false"}],"variable":[{"key":"locationId","value":"i2SpAtBVHSVea1sL6oah","description":"(Required) Location Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Success\"\n}"},{"id":"07226f9f-94c5-4b75-beee-2dede40e5f88","name":"Bad Request. please contact support!","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/locations/:locationId?deleteTwilioAccount=false","host":["https://api.studentconvert.com"],"path":["v1","locations",":locationId"],"query":[{"key":"deleteTwilioAccount","value":"false"}],"variable":[{"key":"locationId","value":"i2SpAtBVHSVea1sL6oah","description":"(Required) Location Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"1fe89f60-cd0c-48d9-91eb-3175e3bc1fdb","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/locations/:locationId?deleteTwilioAccount=false","host":["https://api.studentconvert.com"],"path":["v1","locations",":locationId"],"query":[{"key":"deleteTwilioAccount","value":"false"}],"variable":[{"key":"locationId","value":"i2SpAtBVHSVea1sL6oah","description":"(Required) Location Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"ad8b5b21-60e2-4719-8fc9-8b46a796b4fb","name":"Unprocessable Entity","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/locations/:locationId?deleteTwilioAccount=false","host":["https://api.studentconvert.com"],"path":["v1","locations",":locationId"],"query":[{"key":"deleteTwilioAccount","value":"false"}],"variable":[{"key":"locationId","value":"i2SpAtBVHSVea1sL6oah","description":"(Required) Location Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"locationId\": {\n  \"message\": \"The location id is invalid.\",\n  \"rule\": \"invalid\"\n }\n}"}],"_postman_id":"e5df3779-e495-42d8-9df9-ee43061c4aea"},{"name":"/v1/locations/:locationId/load-snapshot/:snapshotId","id":"1c222469-e22a-4345-84e1-bbdec263f9f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"override\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/locations/:locationId/load-snapshot/:snapshotId","description":"<h4>Load Snapshot.</h4><h5>Fields</h5><ol><li><strong>override</strong>*: We will allow <code>true</code> or <code>false</code>. If you want override all conflict assets then pass <code>true</code>. By default it <code>false</code>. By default it <code>false</code></li></ol><h5>Authorization:</h5><p>Provide your agency api key (Bearer Token). You can find it on Agency -&gt; Settings -&gt; API keys</p>","urlObject":{"path":["v1","locations",":locationId","load-snapshot",":snapshotId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"a123d418-fe69-41af-a930-9c0c3f75c3ef","description":{"content":"<p>(Required) Location Id</p>\n","type":"text/plain"},"type":"any","value":"i2SpAtBVHSVea1sL6oah","key":"locationId"},{"id":"086f58dd-c421-4f7a-b129-7f5c45405e41","description":{"content":"<p>(Required) Snapshot Id</p>\n","type":"text/plain"},"type":"any","value":"5bFKHqudfotv3c1xFUuP","key":"snapshotId"}]}},"response":[{"id":"fa3507ea-619d-48e3-a82a-0a6fe8323bbc","name":"Successful response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"override\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/locations/:locationId/load-snapshot/:snapshotId","host":["https://api.studentconvert.com"],"path":["v1","locations",":locationId","load-snapshot",":snapshotId"],"variable":[{"key":"locationId","value":"i2SpAtBVHSVea1sL6oah","description":"(Required) Location Id"},{"key":"snapshotId","value":"5bFKHqudfotv3c1xFUuP","description":"(Required) Snapshot Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Copying the data, we will send a notification once it's completed.\"\n}"},{"id":"a05235ee-97d5-4454-bdf6-9f23dce505cc","name":"Bad Request. please contact support!","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"override\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/locations/:locationId/load-snapshot/:snapshotId","host":["https://api.studentconvert.com"],"path":["v1","locations",":locationId","load-snapshot",":snapshotId"],"variable":[{"key":"locationId","value":"i2SpAtBVHSVea1sL6oah","description":"(Required) Location Id"},{"key":"snapshotId","value":"5bFKHqudfotv3c1xFUuP","description":"(Required) Snapshot Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"0ae59458-387f-49d6-bf05-d5a06dde84a3","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"override\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/locations/:locationId/load-snapshot/:snapshotId","host":["https://api.studentconvert.com"],"path":["v1","locations",":locationId","load-snapshot",":snapshotId"],"variable":[{"key":"locationId","value":"i2SpAtBVHSVea1sL6oah","description":"(Required) Location Id"},{"key":"snapshotId","value":"5bFKHqudfotv3c1xFUuP","description":"(Required) Snapshot Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"7a3b58cb-4588-4349-af30-d31f443a1c9c","name":"Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"override\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/locations/:locationId/load-snapshot/:snapshotId","host":["https://api.studentconvert.com"],"path":["v1","locations",":locationId","load-snapshot",":snapshotId"],"variable":[{"key":"locationId","value":"i2SpAtBVHSVea1sL6oah","description":"(Required) Location Id"},{"key":"snapshotId","value":"5bFKHqudfotv3c1xFUuP","description":"(Required) Snapshot Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"locationId\": {\n  \"message\": \"The location id is invalid.\",\n  \"rule\": \"invalid\"\n },\n \"snapshotId\": {\n  \"message\": \"The snapshot id is invalid.\",\n  \"rule\": \"invalid\"\n }\n}"}],"_postman_id":"1c222469-e22a-4345-84e1-bbdec263f9f6"}],"id":"db5473d2-58c6-4d6a-94d1-e3a80e4f9700","_postman_id":"db5473d2-58c6-4d6a-94d1-e3a80e4f9700","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}},{"name":"Note","item":[{"name":"/v1/contacts/:contactId/notes/","id":"8a58a2f3-7825-4562-8f10-12ee0874d69a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/contacts/:contactId/notes/","description":"<h4>Get all contact notes.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","contacts",":contactId","notes",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"581fb319-4b72-4b63-b417-727c784e0d01","description":{"content":"<p>(Required) Contact Id</p>\n","type":"text/plain"},"type":"any","value":"sx6wyHhbFdRXh302LLNR","key":"contactId"}]}},"response":[{"id":"81385ce3-8bdf-4364-84ff-af682a359c55","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/notes/","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","notes",""],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"notes\": [\n  {\n   \"id\": \"Lj371SHlVMyfVlMcKiuk\",\n   \"body\": \"Loram ipsum\",\n   \"createdBy\": \"Loram ipsum\",\n   \"createdAt\": \"2020-10-20T12:52:17.561Z\"\n  },\n  {\n   \"id\": \"Lj371SHlVMyfVlMcKiuk\",\n   \"body\": \"Loram ipsum\",\n   \"createdBy\": \"Loram ipsum\",\n   \"createdAt\": \"2020-10-20T12:52:17.561Z\"\n  }\n ]\n}"},{"id":"3e7e7901-2531-4a43-9c44-e9a0d5e7af75","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/notes/","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","notes",""],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"6bed784b-9ce8-4e14-aaf2-2f826ebf9621","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/notes/","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","notes",""],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"8a58a2f3-7825-4562-8f10-12ee0874d69a"},{"name":"/v1/contacts/:contactId/notes/","id":"ee82ab08-7ede-42a3-a35a-2a7bf1bc0bd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"body\": \"lorem ipsum\",\n    \"userId\": \"GCs5KuzPqTls7vWclkEV\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/contacts/:contactId/notes/","description":"<h4>Create Notes.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","contacts",":contactId","notes",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"d3698355-2118-4cbe-9866-d4cc113af87d","description":{"content":"<p>(Required) Contact Id</p>\n","type":"text/plain"},"type":"any","value":"sx6wyHhbFdRXh302LLNR","key":"contactId"}]}},"response":[{"id":"8142b7c9-da6a-462d-be02-2d8d08aa57c2","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"body\": \"lorem ipsum\",\n    \"userId\": \"GCs5KuzPqTls7vWclkEV\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/notes/","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","notes",""],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"Lj371SHlVMyfVlMcKiuk\",\n \"body\": \"Loram ipsum\",\n \"createdBy\": \"Loram ipsum\",\n \"createdAt\": \"2020-10-20T12:52:17.561Z\"\n}"},{"id":"1b2d8be1-52c6-4927-aac4-4e0b16b90a1e","name":"Bad Request. please contact support!","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"body\": \"lorem ipsum\",\n    \"userId\": \"GCs5KuzPqTls7vWclkEV\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/notes/","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","notes",""],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"733ad563-4271-43de-ba61-fa0bda94b9d8","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"body\": \"lorem ipsum\",\n    \"userId\": \"GCs5KuzPqTls7vWclkEV\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/notes/","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","notes",""],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"a45b4b8d-c0f2-447d-92c2-8b8a7d012735","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"body\": \"lorem ipsum\",\n    \"userId\": \"GCs5KuzPqTls7vWclkEV\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/notes/","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","notes",""],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"body\": {\n  \"message\": \"The body field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"ee82ab08-7ede-42a3-a35a-2a7bf1bc0bd9"},{"name":"/v1/contacts/:contactId/notes/:noteId","id":"b3a33571-9c22-4cfe-a31a-d46ca23d9ed4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/contacts/:contactId/notes/:noteId","description":"<h4>Get note by id.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","contacts",":contactId","notes",":noteId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"6e86895b-81fa-49ae-9473-4b2c8ecf5be8","description":{"content":"<p>(Required) Contact Id</p>\n","type":"text/plain"},"type":"any","value":"sx6wyHhbFdRXh302LLNR","key":"contactId"},{"id":"6cddec1f-bb8e-488b-b010-6a589fe1624b","description":{"content":"<p>(Required) Note Id</p>\n","type":"text/plain"},"type":"any","value":"ocQHyuzHvysMo5N5VsXc","key":"noteId"}]}},"response":[{"id":"0bbed9be-85f3-461e-9862-f2151603634a","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/notes/:noteId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","notes",":noteId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"noteId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Note Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"Lj371SHlVMyfVlMcKiuk\",\n \"body\": \"Loram ipsum\",\n \"createdBy\": \"Loram ipsum\",\n \"createdAt\": \"2020-10-20T12:52:17.561Z\"\n}"},{"id":"4839dee1-ce85-494f-8f9e-9b0752990504","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/notes/:noteId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","notes",":noteId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"noteId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Note Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"754c9bba-36e4-471e-bdc3-3232acab99a7","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/notes/:noteId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","notes",":noteId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"noteId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Note Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"b3a33571-9c22-4cfe-a31a-d46ca23d9ed4"},{"name":"/v1/contacts/:contactId/notes/:noteId","id":"f1331624-9584-41ef-b90f-79655e0a8922","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"body\": \"lorem ipsum\",\n    \"userId\": \"GCs5KuzPqTls7vWclkEV\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/contacts/:contactId/notes/:noteId","description":"<h4>Update Note.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","contacts",":contactId","notes",":noteId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"43bead65-8731-45fc-8da7-1c55a954b247","description":{"content":"<p>(Required) Contact Id</p>\n","type":"text/plain"},"type":"any","value":"sx6wyHhbFdRXh302LLNR","key":"contactId"},{"id":"02c706f1-b9a4-4713-a24c-0ef9ef7eb502","description":{"content":"<p>(Required) Note Id</p>\n","type":"text/plain"},"type":"any","value":"ocQHyuzHvysMo5N5VsXc","key":"noteId"}]}},"response":[{"id":"de694531-2d3c-420b-bab9-0d8890436b0e","name":"Successful response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"body\": \"lorem ipsum\",\n    \"userId\": \"GCs5KuzPqTls7vWclkEV\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/notes/:noteId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","notes",":noteId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"noteId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Note Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"Lj371SHlVMyfVlMcKiuk\",\n \"body\": \"Loram ipsum\",\n \"createdBy\": \"Loram ipsum\",\n \"createdAt\": \"2020-10-20T12:52:17.561Z\"\n}"},{"id":"497eb4f2-5a00-4667-8c34-7f0213fa5cb4","name":"Bad Request. please contact support!","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"body\": \"lorem ipsum\",\n    \"userId\": \"GCs5KuzPqTls7vWclkEV\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/notes/:noteId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","notes",":noteId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"noteId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Note Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"1972c6a4-7119-44a5-bad8-24305eefab6b","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"body\": \"lorem ipsum\",\n    \"userId\": \"GCs5KuzPqTls7vWclkEV\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/notes/:noteId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","notes",":noteId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"noteId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Note Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"7a5d9584-1338-4f3c-ad52-163c7f0f3639","name":"Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"body\": \"lorem ipsum\",\n    \"userId\": \"GCs5KuzPqTls7vWclkEV\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/notes/:noteId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","notes",":noteId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"noteId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Note Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"body\": {\n  \"message\": \"The body field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"f1331624-9584-41ef-b90f-79655e0a8922"},{"name":"/v1/contacts/:contactId/notes/:noteId","id":"35ba5d3b-ba24-4d44-a9c1-8a09cb5ee7dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.studentconvert.com/v1/contacts/:contactId/notes/:noteId","description":"<h4>Delete one of Notes.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","contacts",":contactId","notes",":noteId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"dfacc799-d6b9-470a-926a-2e4e4d08e27d","description":{"content":"<p>(Required) Contact Id</p>\n","type":"text/plain"},"type":"any","value":"sx6wyHhbFdRXh302LLNR","key":"contactId"},{"id":"c016fd08-0c5d-49e4-ab0d-5a2980c58630","description":{"content":"<p>(Required) Note Id</p>\n","type":"text/plain"},"type":"any","value":"ocQHyuzHvysMo5N5VsXc","key":"noteId"}]}},"response":[{"id":"efd41254-4b7f-4186-b9e8-82a748fe4385","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/notes/:noteId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","notes",":noteId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"noteId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Note Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"a92cae4c-16cb-4620-943d-0d776538a2d2","name":"Bad Request. please contact support!","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/notes/:noteId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","notes",":noteId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"noteId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Note Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"06f9bda8-9fc4-428a-9f98-82b4f556c0cc","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/notes/:noteId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","notes",":noteId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"noteId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Note Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"35ba5d3b-ba24-4d44-a9c1-8a09cb5ee7dc"}],"id":"b3da2d78-3e46-404c-a81c-9adfa56cc183","_postman_id":"b3da2d78-3e46-404c-a81c-9adfa56cc183","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}},{"name":"Opportunity","item":[{"name":"/v1/pipelines/:pipelineId/opportunities","id":"168d21b6-22df-4f56-a758-8541ddc952ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities?startAfterId=UIaE1WjAwWKdlyD7osQI&startAfter=1603870249758&limit=20","description":"<h4>Get opportunities.</h4><p></p><p>Allowed filter in the query</p><table> <thead> <tr> <th>Fields</th> <th>Types</th> <th>Example</th> <th>Allowed Options</th> </tr></thead> <tbody> <tr> <td>stageId</td><td>string</td><td>7915dedc-8f18-44d5-8bc3-77c04e994a10</td><td></td></tr><tr> <td>monetaryValue</td><td>number</td><td>220</td><td></td></tr><tr> <td>assignedTo</td><td>string</td><td>082goXVW3lIExEQPOnd3</td><td></td></tr><tr> <td>campaignId</td><td>string</td><td>Y2I9XM7aO1hncuSOlc9L</td><td></td></tr><tr> <td>startDate</td><td>number</td><td>epoch timestamp. for ex: <code>1598107050459</code></td><td></td></tr><tr> <td>endDate</td><td>number</td><td>epoch timestamp. for ex: <code>1614091050459</code></td><td></td></tr><tr> <td>query</td><td>string</td><td><code>?query=john@deo.com</code></td><td></td></tr><tr> <td>status</td><td>string</td><td>open</td><td> <ul> <li>open</li><li>won</li><li>lost</li><li>abandoned</li></ul> </td></tr></tbody> </table><br /><strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","pipelines",":pipelineId","opportunities"],"host":["https://api.studentconvert.com"],"query":[{"description":{"content":"<p>Start After Id</p>\n","type":"text/plain"},"key":"startAfterId","value":"UIaE1WjAwWKdlyD7osQI"},{"description":{"content":"<p>Start After</p>\n","type":"text/plain"},"key":"startAfter","value":"1603870249758"},{"description":{"content":"<p>Limit Per Page records count. will allow maximum up to 100 and default will be 20</p>\n","type":"text/plain"},"key":"limit","value":"20"}],"variable":[{"id":"b6e14a3e-ee40-4a53-a613-ee93d58ffe30","description":{"content":"<p>(Required) Pipeline Id</p>\n","type":"text/plain"},"type":"any","value":"bCkKGpDsyPP4peuKowkG","key":"pipelineId"}]}},"response":[{"id":"fd129ac9-f52f-40f1-8d77-82637a615e68","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities?startAfterId=UIaE1WjAwWKdlyD7osQI&startAfter=1603870249758&limit=20","host":["https://api.studentconvert.com"],"path":["v1","pipelines",":pipelineId","opportunities"],"query":[{"key":"startAfterId","value":"UIaE1WjAwWKdlyD7osQI"},{"key":"startAfter","value":"1603870249758"},{"key":"limit","value":"20"}],"variable":[{"key":"pipelineId","value":"bCkKGpDsyPP4peuKowkG","description":"(Required) Pipeline Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"opportunities\": [\n  {\n   \"id\": \"7XExm1wr8gFeZpl6rQny\",\n   \"name\": \"First Opp\",\n   \"monetaryValue\": 120,\n   \"pipelineId\": \"bCkKGpDsyPP4peuKowkG\",\n   \"pipelineStageId\": \"8b897c8f-b859-49c1-88f2-ed590708a85c\",\n   \"assignedTo\": \"hxHGVRb1YJUscrCB8eXK\",\n   \"status\": \"open\",\n   \"source\": \"form\",\n   \"lastStatusChangeAt\": \"2020-10-29T09:39:35.472Z\",\n   \"createdAt\": \"2020-10-29T09:31:30.255Z\",\n   \"updatedAt\": \"2020-10-29T09:44:02.263Z\",\n   \"contact\": {\n    \"id\": \"byMEV0NQinDhq8ZfiOi2\",\n    \"name\": \"John Deo\",\n    \"companyName\": \"Tesla Inc\",\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+1202-555-0107\",\n    \"tags\": [\n     \"ipsum sunt\",\n     \"ipsum mollit deserunt id veniam\"\n    ]\n   }\n  },\n  {\n   \"id\": \"7XExm1wr8gFeZpl6rQny\",\n   \"name\": \"First Opp\",\n   \"monetaryValue\": 120,\n   \"pipelineId\": \"bCkKGpDsyPP4peuKowkG\",\n   \"pipelineStageId\": \"8b897c8f-b859-49c1-88f2-ed590708a85c\",\n   \"assignedTo\": \"hxHGVRb1YJUscrCB8eXK\",\n   \"status\": \"open\",\n   \"source\": \"form\",\n   \"lastStatusChangeAt\": \"2020-10-29T09:39:35.472Z\",\n   \"createdAt\": \"2020-10-29T09:31:30.255Z\",\n   \"updatedAt\": \"2020-10-29T09:44:02.263Z\",\n   \"contact\": {\n    \"id\": \"byMEV0NQinDhq8ZfiOi2\",\n    \"name\": \"John Deo\",\n    \"companyName\": \"Tesla Inc\",\n    \"email\": \"john@deo.com\",\n    \"phone\": \"+1202-555-0107\",\n    \"tags\": [\n     \"laborum officia consequat consectetur\",\n     \"amet ea pariatur cupidatat\"\n    ]\n   }\n  }\n ],\n \"meta\": {\n  \"total\": 250,\n  \"nextPageUrl\": \"https://api.studentconvert.com/v1/pipelines/bCkKGpDsyPP4peuKowkG/opportunities?limit=1&startAfter=1603870249758&startAfterId=UIaE1WjAwWKdlyD7osQI\",\n  \"startAfterId\": \"UIaE1WjAwWKdlyD7osQI\",\n  \"startAfter\": 1603870249758,\n  \"currentPage\": 2,\n  \"nextPage\": 3,\n  \"prevPage\": 1\n }\n}"},{"id":"bae340f2-ef25-4568-a5e8-9ea0da820601","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities?startAfterId=UIaE1WjAwWKdlyD7osQI&startAfter=1603870249758&limit=20","host":["https://api.studentconvert.com"],"path":["v1","pipelines",":pipelineId","opportunities"],"query":[{"key":"startAfterId","value":"UIaE1WjAwWKdlyD7osQI"},{"key":"startAfter","value":"1603870249758"},{"key":"limit","value":"20"}],"variable":[{"key":"pipelineId","value":"bCkKGpDsyPP4peuKowkG","description":"(Required) Pipeline Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"0eaffc5d-3f46-4433-9a33-c425f1e145b2","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities?startAfterId=UIaE1WjAwWKdlyD7osQI&startAfter=1603870249758&limit=20","host":["https://api.studentconvert.com"],"path":["v1","pipelines",":pipelineId","opportunities"],"query":[{"key":"startAfterId","value":"UIaE1WjAwWKdlyD7osQI"},{"key":"startAfter","value":"1603870249758"},{"key":"limit","value":"20"}],"variable":[{"key":"pipelineId","value":"bCkKGpDsyPP4peuKowkG","description":"(Required) Pipeline Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"168d21b6-22df-4f56-a758-8541ddc952ab"},{"name":"/v1/pipelines/:pipelineId/opportunities/:opportunityId","id":"38a91077-b920-4244-a4f0-2ad2127f341d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities/:opportunityId","description":"<h4>Get opportunity by id.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","pipelines",":pipelineId","opportunities",":opportunityId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"11022bc8-4537-46df-96bf-9dc44d2d4d49","description":{"content":"<p>(Required) Pipeline Id</p>\n","type":"text/plain"},"type":"any","value":"bCkKGpDsyPP4peuKowkG","key":"pipelineId"},{"id":"0ca8cd08-6bf8-48d3-8ff3-c7bd3356a972","description":{"content":"<p>(Required) Opportunity Id</p>\n","type":"text/plain"},"type":"any","value":"123akv4LFn6C9frZoy3e","key":"opportunityId"}]}},"response":[{"id":"549fd517-f875-4fcf-823e-d2d079e088d6","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities/:opportunityId","host":["https://api.studentconvert.com"],"path":["v1","pipelines",":pipelineId","opportunities",":opportunityId"],"variable":[{"key":"pipelineId","value":"bCkKGpDsyPP4peuKowkG","description":"(Required) Pipeline Id"},{"key":"opportunityId","value":"123akv4LFn6C9frZoy3e","description":"(Required) Opportunity Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"7XExm1wr8gFeZpl6rQny\",\n \"name\": \"First Opp\",\n \"monetaryValue\": 120,\n \"pipelineId\": \"bCkKGpDsyPP4peuKowkG\",\n \"pipelineStageId\": \"8b897c8f-b859-49c1-88f2-ed590708a85c\",\n \"assignedTo\": \"hxHGVRb1YJUscrCB8eXK\",\n \"status\": \"open\",\n \"source\": \"form\",\n \"lastStatusChangeAt\": \"2020-10-29T09:39:35.472Z\",\n \"createdAt\": \"2020-10-29T09:31:30.255Z\",\n \"updatedAt\": \"2020-10-29T09:44:02.263Z\",\n \"contact\": {\n  \"id\": \"byMEV0NQinDhq8ZfiOi2\",\n  \"name\": \"John Deo\",\n  \"companyName\": \"Tesla Inc\",\n  \"email\": \"john@deo.com\",\n  \"phone\": \"+1202-555-0107\",\n  \"tags\": [\n   \"occaecat do Lorem\",\n   \"magna ipsum in\"\n  ]\n }\n}"},{"id":"2f319dac-fd7b-4a03-9e64-8e258a8fa9bf","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities/:opportunityId","host":["https://api.studentconvert.com"],"path":["v1","pipelines",":pipelineId","opportunities",":opportunityId"],"variable":[{"key":"pipelineId","value":"bCkKGpDsyPP4peuKowkG","description":"(Required) Pipeline Id"},{"key":"opportunityId","value":"123akv4LFn6C9frZoy3e","description":"(Required) Opportunity Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"ef840f8d-f928-4e0b-8346-032ad613a29e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities/:opportunityId","host":["https://api.studentconvert.com"],"path":["v1","pipelines",":pipelineId","opportunities",":opportunityId"],"variable":[{"key":"pipelineId","value":"bCkKGpDsyPP4peuKowkG","description":"(Required) Pipeline Id"},{"key":"opportunityId","value":"123akv4LFn6C9frZoy3e","description":"(Required) Opportunity Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"38a91077-b920-4244-a4f0-2ad2127f341d"},{"name":"/v1/pipelines/:pipelineId/opportunities/:opportunityId","id":"688e50a5-fecc-4a31-99e1-887480f1eaa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"First Opp\",\n    \"status\": \"open\",\n    \"stageId\": \"7915dedc-8f18-44d5-8bc3-77c04e994a10\",\n    \"email\": \"elon@musk.com\",\n    \"phone\": \"+1202-555-0107\",\n    \"assignedTo\": \"082goXVW3lIExEQPOnd3\",\n    \"monetaryValue\": 122.22,\n    \"source\": \"public api\",\n    \"contactId\": \"mTkSCb1UBjb5tk4OvB69\",\n    \"name\": \"Elon Musk\",\n    \"companyName\": \"Tesla\",\n    \"tags\": [\n        \"voluptate do et sed\",\n        \"voluptate dolore Ut\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities/:opportunityId","description":"<h4>Update Opportunity.</h4><p>Required JSON fields in the body</p><table> <thead> <tr> <th>Fields</th> <th>Types</th> <th>Example</th> <th>Allowed Options</th> </tr></thead> <tbody> <tr> <td>title</td><td>string</td><td>First Opps</td><td></td></tr><tr> <td>stageId</td><td>string</td><td>7915dedc-8f18-44d5-8bc3-77c04e994a10</td><td></td></tr><tr> <td>status</td><td>string</td><td>open</td><td> <ul> <li>open</li><li>won</li><li>lost</li><li>abandoned</li></ul> </td></tr></tbody></table><p>Allowed JSON fields in the body</p><table> <thead> <tr> <th>Fields</th> <th>Types</th> <th>Example</th> </tr></thead> <tbody> <tr> <td>monetaryValue</td><td>number</td><td>220</td></tr><tr> <td>assignedTo</td><td>string</td><td>082goXVW3lIExEQPOnd3</td></tr><tr> <td>contactId</td><td>string</td><td>mTkSCb1UBjb5tk4OvB69</td></tr><tr> <td>email</td><td>string</td><td>john@deo.com</td></tr><tr> <td>name</td><td>string</td><td>John Deo</td></tr><tr> <td>phone</td><td>string</td><td>+1202-555-0107</td></tr><tr> <td>tags</td><td>array</td><td><code>[\"tag1\", \"tag2\"]</code></td></tr><tr> <td>companyName</td><td>string</td><td>Tesla Inc</td></tr></tbody> </table> <br /><strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","pipelines",":pipelineId","opportunities",":opportunityId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"1aba9054-2277-4cc5-9871-3c515c56ff81","description":{"content":"<p>(Required) Pipeline Id</p>\n","type":"text/plain"},"type":"any","value":"bCkKGpDsyPP4peuKowkG","key":"pipelineId"},{"id":"f19442e6-b36a-4b06-a6d3-6d67f1e44ac5","description":{"content":"<p>(Required) Opportunity Id</p>\n","type":"text/plain"},"type":"any","value":"123akv4LFn6C9frZoy3e","key":"opportunityId"}]}},"response":[{"id":"7d3a535c-76c8-4a9a-9ad4-dbb860ff13d8","name":"Successful response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"First Opp\",\n    \"status\": \"open\",\n    \"stageId\": \"7915dedc-8f18-44d5-8bc3-77c04e994a10\",\n    \"email\": \"elon@musk.com\",\n    \"phone\": \"+1202-555-0107\",\n    \"assignedTo\": \"082goXVW3lIExEQPOnd3\",\n    \"monetaryValue\": 122.22,\n    \"source\": \"public api\",\n    \"contactId\": \"mTkSCb1UBjb5tk4OvB69\",\n    \"name\": \"Elon Musk\",\n    \"companyName\": \"Tesla\",\n    \"tags\": [\n        \"tempor ea adipisicing ut amet\",\n        \"voluptate irure\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities/:opportunityId","host":["https://api.studentconvert.com"],"path":["v1","pipelines",":pipelineId","opportunities",":opportunityId"],"variable":[{"key":"pipelineId","value":"bCkKGpDsyPP4peuKowkG","description":"(Required) Pipeline Id"},{"key":"opportunityId","value":"123akv4LFn6C9frZoy3e","description":"(Required) Opportunity Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"7XExm1wr8gFeZpl6rQny\",\n \"name\": \"First Opp\",\n \"monetaryValue\": 120,\n \"pipelineId\": \"bCkKGpDsyPP4peuKowkG\",\n \"pipelineStageId\": \"8b897c8f-b859-49c1-88f2-ed590708a85c\",\n \"assignedTo\": \"hxHGVRb1YJUscrCB8eXK\",\n \"status\": \"open\",\n \"source\": \"form\",\n \"lastStatusChangeAt\": \"2020-10-29T09:39:35.472Z\",\n \"createdAt\": \"2020-10-29T09:31:30.255Z\",\n \"updatedAt\": \"2020-10-29T09:44:02.263Z\",\n \"contact\": {\n  \"id\": \"byMEV0NQinDhq8ZfiOi2\",\n  \"name\": \"John Deo\",\n  \"companyName\": \"Tesla Inc\",\n  \"email\": \"john@deo.com\",\n  \"phone\": \"+1202-555-0107\",\n  \"tags\": [\n   \"occaecat do Lorem\",\n   \"magna ipsum in\"\n  ]\n }\n}"},{"id":"daf13909-7e8c-40f5-8557-48cb9ced281c","name":"Bad Request. please contact support!","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"First Opp\",\n    \"status\": \"open\",\n    \"stageId\": \"7915dedc-8f18-44d5-8bc3-77c04e994a10\",\n    \"email\": \"elon@musk.com\",\n    \"phone\": \"+1202-555-0107\",\n    \"assignedTo\": \"082goXVW3lIExEQPOnd3\",\n    \"monetaryValue\": 122.22,\n    \"source\": \"public api\",\n    \"contactId\": \"mTkSCb1UBjb5tk4OvB69\",\n    \"name\": \"Elon Musk\",\n    \"companyName\": \"Tesla\",\n    \"tags\": [\n        \"tempor ea adipisicing ut amet\",\n        \"voluptate irure\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities/:opportunityId","host":["https://api.studentconvert.com"],"path":["v1","pipelines",":pipelineId","opportunities",":opportunityId"],"variable":[{"key":"pipelineId","value":"bCkKGpDsyPP4peuKowkG","description":"(Required) Pipeline Id"},{"key":"opportunityId","value":"123akv4LFn6C9frZoy3e","description":"(Required) Opportunity Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"21b01bfc-da8b-4891-8480-9aa505d4f0df","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"First Opp\",\n    \"status\": \"open\",\n    \"stageId\": \"7915dedc-8f18-44d5-8bc3-77c04e994a10\",\n    \"email\": \"elon@musk.com\",\n    \"phone\": \"+1202-555-0107\",\n    \"assignedTo\": \"082goXVW3lIExEQPOnd3\",\n    \"monetaryValue\": 122.22,\n    \"source\": \"public api\",\n    \"contactId\": \"mTkSCb1UBjb5tk4OvB69\",\n    \"name\": \"Elon Musk\",\n    \"companyName\": \"Tesla\",\n    \"tags\": [\n        \"tempor ea adipisicing ut amet\",\n        \"voluptate irure\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities/:opportunityId","host":["https://api.studentconvert.com"],"path":["v1","pipelines",":pipelineId","opportunities",":opportunityId"],"variable":[{"key":"pipelineId","value":"bCkKGpDsyPP4peuKowkG","description":"(Required) Pipeline Id"},{"key":"opportunityId","value":"123akv4LFn6C9frZoy3e","description":"(Required) Opportunity Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"aafd8933-4791-47e5-bdd9-67c72f9151d9","name":"Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"First Opp\",\n    \"status\": \"open\",\n    \"stageId\": \"7915dedc-8f18-44d5-8bc3-77c04e994a10\",\n    \"email\": \"elon@musk.com\",\n    \"phone\": \"+1202-555-0107\",\n    \"assignedTo\": \"082goXVW3lIExEQPOnd3\",\n    \"monetaryValue\": 122.22,\n    \"source\": \"public api\",\n    \"contactId\": \"mTkSCb1UBjb5tk4OvB69\",\n    \"name\": \"Elon Musk\",\n    \"companyName\": \"Tesla\",\n    \"tags\": [\n        \"tempor ea adipisicing ut amet\",\n        \"voluptate irure\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities/:opportunityId","host":["https://api.studentconvert.com"],"path":["v1","pipelines",":pipelineId","opportunities",":opportunityId"],"variable":[{"key":"pipelineId","value":"bCkKGpDsyPP4peuKowkG","description":"(Required) Pipeline Id"},{"key":"opportunityId","value":"123akv4LFn6C9frZoy3e","description":"(Required) Opportunity Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"title\": {\n  \"message\": \"The title field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"status\": {\n  \"message\": \"The status field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"stageId\": {\n  \"message\": \"The stage id field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"contactId or email\": {\n  \"message\": \"The contactId or email field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"688e50a5-fecc-4a31-99e1-887480f1eaa6"},{"name":"/v1/pipelines/:pipelineId/opportunities/:opportunityId","id":"7a30f616-d5d0-46aa-b994-5f86b0956c96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities/:opportunityId","description":"<h4>Delete opportunity.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","pipelines",":pipelineId","opportunities",":opportunityId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"468f06fb-3401-460e-812c-a9cc1bb9b888","description":{"content":"<p>(Required) Pipeline Id</p>\n","type":"text/plain"},"type":"any","value":"bCkKGpDsyPP4peuKowkG","key":"pipelineId"},{"id":"b79994e1-8da6-40dc-9c2c-e8c755c9f156","description":{"content":"<p>(Required) Opportunity Id</p>\n","type":"text/plain"},"type":"any","value":"123akv4LFn6C9frZoy3e","key":"opportunityId"}]}},"response":[{"id":"28cb8ba1-6ba3-491d-9150-4da45b41e970","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities/:opportunityId","host":["https://api.studentconvert.com"],"path":["v1","pipelines",":pipelineId","opportunities",":opportunityId"],"variable":[{"key":"pipelineId","value":"bCkKGpDsyPP4peuKowkG","description":"(Required) Pipeline Id"},{"key":"opportunityId","value":"123akv4LFn6C9frZoy3e","description":"(Required) Opportunity Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"3e60f932-a892-4db0-833a-ff6ee51ca553","name":"Bad Request. please contact support!","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities/:opportunityId","host":["https://api.studentconvert.com"],"path":["v1","pipelines",":pipelineId","opportunities",":opportunityId"],"variable":[{"key":"pipelineId","value":"bCkKGpDsyPP4peuKowkG","description":"(Required) Pipeline Id"},{"key":"opportunityId","value":"123akv4LFn6C9frZoy3e","description":"(Required) Opportunity Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"aa743492-3e79-456d-b7fb-762f704d338a","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities/:opportunityId","host":["https://api.studentconvert.com"],"path":["v1","pipelines",":pipelineId","opportunities",":opportunityId"],"variable":[{"key":"pipelineId","value":"bCkKGpDsyPP4peuKowkG","description":"(Required) Pipeline Id"},{"key":"opportunityId","value":"123akv4LFn6C9frZoy3e","description":"(Required) Opportunity Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"7a30f616-d5d0-46aa-b994-5f86b0956c96"},{"name":"/v1/pipelines/:pipelineId/opportunities/","id":"e2fb45bc-0ca2-4a13-b0f5-318d91295801","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"First Opp\",\n    \"status\": \"open\",\n    \"stageId\": \"7915dedc-8f18-44d5-8bc3-77c04e994a10\",\n    \"email\": \"elon@musk.com\",\n    \"phone\": \"+1202-555-0107\",\n    \"assignedTo\": \"082goXVW3lIExEQPOnd3\",\n    \"monetaryValue\": 122.22,\n    \"source\": \"public api\",\n    \"contactId\": \"mTkSCb1UBjb5tk4OvB69\",\n    \"name\": \"Elon Musk\",\n    \"companyName\": \"Tesla\",\n    \"tags\": [\n        \"tempor ea adipisicing ut amet\",\n        \"voluptate irure\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities/","description":"<h4>Create opportunity.</h4><p>Required JSON fields in the body</p><table><thead><tr><th>Fields</th><th>Types</th><th>Example</th><th>Allowed Options</th></tr></thead><tbody><tr><td>title</td><td>string</td><td>First Opps</td><td></td></tr><tr><td>stageId</td><td>string</td><td>7915dedc-8f18-44d5-8bc3-77c04e994a10</td><td></td></tr><tr><td>contactId (or email or phone)</td><td>string</td><td>mTkSCb1UBjb5tk4OvB69</td><td></td></tr><tr><td>email (or contactId or phone)</td><td>string</td><td>john@deo.com</td><td></td></tr><tr><td>phone (or contactId or email)</td><td>string</td><td>+1202-555-0107</td><td></td></tr><tr><td>status</td><td>string</td><td>open</td><td><ul><li>open</li><li>won</li><li>lost</li><li>abandoned</li></ul></td></tr></tbody></table><p>Allowed JSON fields in the body</p><table><thead><tr><th>Fields</th><th>Types</th><th>Example</th></tr></thead><tbody><tr><td>monetaryValue</td><td>number</td><td>220</td></tr><tr><td>assignedTo</td><td>string</td><td>082goXVW3lIExEQPOnd3</td></tr><tr><td>name</td><td>string</td><td>John Deo</td></tr><tr><td>tags</td><td>array</td><td><code>[\"tag1\", \"tag2\"]</code></td></tr><tr><td>companyName</td><td>string</td><td>Tesla Inc</td></tr></tbody></table> <br /> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","pipelines",":pipelineId","opportunities",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"f79017b9-16f2-421b-a339-4dc26e32de78","description":{"content":"<p>(Required) Pipeline Id</p>\n","type":"text/plain"},"type":"any","value":"bCkKGpDsyPP4peuKowkG","key":"pipelineId"}]}},"response":[{"id":"c9eb3bc3-cb01-4110-ab2f-e73faf1de606","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"First Opp\",\n    \"status\": \"open\",\n    \"stageId\": \"7915dedc-8f18-44d5-8bc3-77c04e994a10\",\n    \"email\": \"elon@musk.com\",\n    \"phone\": \"+1202-555-0107\",\n    \"assignedTo\": \"082goXVW3lIExEQPOnd3\",\n    \"monetaryValue\": 122.22,\n    \"source\": \"public api\",\n    \"contactId\": \"mTkSCb1UBjb5tk4OvB69\",\n    \"name\": \"Elon Musk\",\n    \"companyName\": \"Tesla\",\n    \"tags\": [\n        \"tempor ea adipisicing ut amet\",\n        \"voluptate irure\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities/","host":["https://api.studentconvert.com"],"path":["v1","pipelines",":pipelineId","opportunities",""],"variable":[{"key":"pipelineId","value":"bCkKGpDsyPP4peuKowkG","description":"(Required) Pipeline Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"7XExm1wr8gFeZpl6rQny\",\n \"name\": \"First Opp\",\n \"monetaryValue\": 120,\n \"pipelineId\": \"bCkKGpDsyPP4peuKowkG\",\n \"pipelineStageId\": \"8b897c8f-b859-49c1-88f2-ed590708a85c\",\n \"assignedTo\": \"hxHGVRb1YJUscrCB8eXK\",\n \"status\": \"open\",\n \"source\": \"form\",\n \"lastStatusChangeAt\": \"2020-10-29T09:39:35.472Z\",\n \"createdAt\": \"2020-10-29T09:31:30.255Z\",\n \"updatedAt\": \"2020-10-29T09:44:02.263Z\",\n \"contact\": {\n  \"id\": \"byMEV0NQinDhq8ZfiOi2\",\n  \"name\": \"John Deo\",\n  \"companyName\": \"Tesla Inc\",\n  \"email\": \"john@deo.com\",\n  \"phone\": \"+1202-555-0107\",\n  \"tags\": [\n   \"occaecat do Lorem\",\n   \"magna ipsum in\"\n  ]\n }\n}"},{"id":"93fa96d4-feac-40e9-9684-8bf5d4bf2228","name":"Bad Request. please contact support!","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"First Opp\",\n    \"status\": \"open\",\n    \"stageId\": \"7915dedc-8f18-44d5-8bc3-77c04e994a10\",\n    \"email\": \"elon@musk.com\",\n    \"phone\": \"+1202-555-0107\",\n    \"assignedTo\": \"082goXVW3lIExEQPOnd3\",\n    \"monetaryValue\": 122.22,\n    \"source\": \"public api\",\n    \"contactId\": \"mTkSCb1UBjb5tk4OvB69\",\n    \"name\": \"Elon Musk\",\n    \"companyName\": \"Tesla\",\n    \"tags\": [\n        \"tempor ea adipisicing ut amet\",\n        \"voluptate irure\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities/","host":["https://api.studentconvert.com"],"path":["v1","pipelines",":pipelineId","opportunities",""],"variable":[{"key":"pipelineId","value":"bCkKGpDsyPP4peuKowkG","description":"(Required) Pipeline Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"b72e19da-ab6a-4ebb-af36-b6d498f36275","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"First Opp\",\n    \"status\": \"open\",\n    \"stageId\": \"7915dedc-8f18-44d5-8bc3-77c04e994a10\",\n    \"email\": \"elon@musk.com\",\n    \"phone\": \"+1202-555-0107\",\n    \"assignedTo\": \"082goXVW3lIExEQPOnd3\",\n    \"monetaryValue\": 122.22,\n    \"source\": \"public api\",\n    \"contactId\": \"mTkSCb1UBjb5tk4OvB69\",\n    \"name\": \"Elon Musk\",\n    \"companyName\": \"Tesla\",\n    \"tags\": [\n        \"tempor ea adipisicing ut amet\",\n        \"voluptate irure\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities/","host":["https://api.studentconvert.com"],"path":["v1","pipelines",":pipelineId","opportunities",""],"variable":[{"key":"pipelineId","value":"bCkKGpDsyPP4peuKowkG","description":"(Required) Pipeline Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"87d5b2c4-91d0-495f-9586-80a448911ce8","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"First Opp\",\n    \"status\": \"open\",\n    \"stageId\": \"7915dedc-8f18-44d5-8bc3-77c04e994a10\",\n    \"email\": \"elon@musk.com\",\n    \"phone\": \"+1202-555-0107\",\n    \"assignedTo\": \"082goXVW3lIExEQPOnd3\",\n    \"monetaryValue\": 122.22,\n    \"source\": \"public api\",\n    \"contactId\": \"mTkSCb1UBjb5tk4OvB69\",\n    \"name\": \"Elon Musk\",\n    \"companyName\": \"Tesla\",\n    \"tags\": [\n        \"tempor ea adipisicing ut amet\",\n        \"voluptate irure\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities/","host":["https://api.studentconvert.com"],"path":["v1","pipelines",":pipelineId","opportunities",""],"variable":[{"key":"pipelineId","value":"bCkKGpDsyPP4peuKowkG","description":"(Required) Pipeline Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"title\": {\n  \"message\": \"The title field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"status\": {\n  \"message\": \"The status field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"stageId\": {\n  \"message\": \"The stage id field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"contactId or email\": {\n  \"message\": \"The contactId or email field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"e2fb45bc-0ca2-4a13-b0f5-318d91295801"},{"name":"/v1/pipelines/:pipelineId/opportunities/:opportunityId/status","id":"ac77cb3c-08d1-4991-9309-eba3585ee89f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"open\",\n    \"stageId\": \"7915dedc-8f18-44d5-8bc3-77c04e994a10\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities/:opportunityId/status","description":"<h4>Update opportunity status and stage.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","pipelines",":pipelineId","opportunities",":opportunityId","status"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"ced2fad0-1769-4a8d-810c-8b272f885fa4","description":{"content":"<p>(Required) Pipeline Id</p>\n","type":"text/plain"},"type":"any","value":"bCkKGpDsyPP4peuKowkG","key":"pipelineId"},{"id":"466218c8-7944-48fa-bc7e-a3d8ee810e44","description":{"content":"<p>(Required) Opportunity Id</p>\n","type":"text/plain"},"type":"any","value":"123akv4LFn6C9frZoy3e","key":"opportunityId"}]}},"response":[{"id":"0e575256-1c9b-4be6-ae42-9b812fe345d5","name":"Successful response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"open\",\n    \"stageId\": \"7915dedc-8f18-44d5-8bc3-77c04e994a10\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities/:opportunityId/status","host":["https://api.studentconvert.com"],"path":["v1","pipelines",":pipelineId","opportunities",":opportunityId","status"],"variable":[{"key":"pipelineId","value":"bCkKGpDsyPP4peuKowkG","description":"(Required) Pipeline Id"},{"key":"opportunityId","value":"123akv4LFn6C9frZoy3e","description":"(Required) Opportunity Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"31e26d27-3b7e-45b2-b19a-43ed955e75fb","name":"Bad Request. please contact support!","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"open\",\n    \"stageId\": \"7915dedc-8f18-44d5-8bc3-77c04e994a10\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities/:opportunityId/status","host":["https://api.studentconvert.com"],"path":["v1","pipelines",":pipelineId","opportunities",":opportunityId","status"],"variable":[{"key":"pipelineId","value":"bCkKGpDsyPP4peuKowkG","description":"(Required) Pipeline Id"},{"key":"opportunityId","value":"123akv4LFn6C9frZoy3e","description":"(Required) Opportunity Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"e32399ea-af2c-41b7-bc93-f3c1d5e0dc50","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"open\",\n    \"stageId\": \"7915dedc-8f18-44d5-8bc3-77c04e994a10\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities/:opportunityId/status","host":["https://api.studentconvert.com"],"path":["v1","pipelines",":pipelineId","opportunities",":opportunityId","status"],"variable":[{"key":"pipelineId","value":"bCkKGpDsyPP4peuKowkG","description":"(Required) Pipeline Id"},{"key":"opportunityId","value":"123akv4LFn6C9frZoy3e","description":"(Required) Opportunity Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"05a892ef-95f1-416e-949b-bc976266dd15","name":"Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"open\",\n    \"stageId\": \"7915dedc-8f18-44d5-8bc3-77c04e994a10\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/pipelines/:pipelineId/opportunities/:opportunityId/status","host":["https://api.studentconvert.com"],"path":["v1","pipelines",":pipelineId","opportunities",":opportunityId","status"],"variable":[{"key":"pipelineId","value":"bCkKGpDsyPP4peuKowkG","description":"(Required) Pipeline Id"},{"key":"opportunityId","value":"123akv4LFn6C9frZoy3e","description":"(Required) Opportunity Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"status\": {\n  \"message\": \"The status field is invalid.\",\n  \"rule\": \"invalid\"\n },\n \"stageId\": {\n  \"message\": \"The stage id field is invalid.\",\n  \"rule\": \"invalid\"\n }\n}"}],"_postman_id":"ac77cb3c-08d1-4991-9309-eba3585ee89f"}],"id":"75a2e063-58af-4ffa-996c-30b9929335dc","_postman_id":"75a2e063-58af-4ffa-996c-30b9929335dc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}},{"name":"Pipeline","item":[{"name":"/v1/pipelines/","id":"9e9f8147-a6bd-4300-854e-d35c5e6f65e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/pipelines/","description":"<h4>Get Pipelines.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","pipelines",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[]}},"response":[{"id":"344f65ed-be5f-4cf9-b1e1-8ca20ae7938e","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/pipelines/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"pipelines\": [\n  {\n   \"id\": \"bCkKGpDsyPP4peuKowkG\",\n   \"name\": \"First Pipeline\",\n   \"stages\": [\n    {\n     \"id\": \"bCkKGp8b897c8f-b859-49c1-88f2-ed590708a85csyPP4peuKowkG\",\n     \"name\": \"First Stage\"\n    },\n    {\n     \"id\": \"bCkKGp8b897c8f-b859-49c1-88f2-ed590708a85csyPP4peuKowkG\",\n     \"name\": \"First Stage\"\n    }\n   ]\n  },\n  {\n   \"id\": \"bCkKGpDsyPP4peuKowkG\",\n   \"name\": \"First Pipeline\",\n   \"stages\": [\n    {\n     \"id\": \"bCkKGp8b897c8f-b859-49c1-88f2-ed590708a85csyPP4peuKowkG\",\n     \"name\": \"First Stage\"\n    },\n    {\n     \"id\": \"bCkKGp8b897c8f-b859-49c1-88f2-ed590708a85csyPP4peuKowkG\",\n     \"name\": \"First Stage\"\n    }\n   ]\n  }\n ]\n}"},{"id":"62667b40-90f3-4f82-bac5-040f36b93994","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/pipelines/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"7532701e-eba9-400b-8132-a2a7d024dc9d","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/pipelines/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"9e9f8147-a6bd-4300-854e-d35c5e6f65e5"}],"id":"52b72d00-195f-4c19-9864-78be68bb7099","_postman_id":"52b72d00-195f-4c19-9864-78be68bb7099","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}},{"name":"Task","item":[{"name":"/v1/contacts/:contactId/tasks/","id":"0f5c15ca-ff13-4230-baa2-82c6d49405be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/","description":"<h4>Get all contact tasks.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","contacts",":contactId","tasks",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"1b0a2734-51fa-4edb-9382-1d736288b67a","description":{"content":"<p>(Required) Contact Id</p>\n","type":"text/plain"},"type":"any","value":"sx6wyHhbFdRXh302LLNR","key":"contactId"}]}},"response":[{"id":"a4d05100-2ccd-4dc7-8050-132caf020a80","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tasks",""],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"tasks\": [\n  {\n   \"id\": \"Lj371SHlVMyfVlMcKiuk\",\n   \"title\": \"Loram ipsum\",\n   \"description\": \"Loram ipsum\",\n   \"assignedTo\": \"hxHGVRb1YJUscrCB8eXK\",\n   \"dueDate\": \"2020-10-25T11:00:00Z\",\n   \"isCompleted\": false\n  },\n  {\n   \"id\": \"Lj371SHlVMyfVlMcKiuk\",\n   \"title\": \"Loram ipsum\",\n   \"description\": \"Loram ipsum\",\n   \"assignedTo\": \"hxHGVRb1YJUscrCB8eXK\",\n   \"dueDate\": \"2020-10-25T11:00:00Z\",\n   \"isCompleted\": false\n  }\n ]\n}"},{"id":"6a1275d7-008b-45b9-adcb-a2bb04c3ff14","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tasks",""],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"cd88c7ed-f37e-4c73-92ac-4d33ffdb9a09","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tasks",""],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"0f5c15ca-ff13-4230-baa2-82c6d49405be"},{"name":"/v1/contacts/:contactId/tasks/","id":"a6b230d1-33ef-4949-97e1-2945a0d2a7d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"First Task\",\n    \"dueDate\": \"2020-10-25T11:00:00Z\",\n    \"description\": \"loram ipsum\",\n    \"assignedTo\": \"hxHGVRb1YJUscrCB8eXK\",\n    \"status\": \"incompleted\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/","description":"<h4>Create Tasks.</h4> <p><strong>Status:</strong> (optional) Field have following options.</p><ul><li>completed</li><li>incompleted (default)</li></ul><strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","contacts",":contactId","tasks",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"5415d44f-1b0d-4678-aa56-b9008cfedd24","description":{"content":"<p>(Required) Contact Id</p>\n","type":"text/plain"},"type":"any","value":"sx6wyHhbFdRXh302LLNR","key":"contactId"}]}},"response":[{"id":"2b4f0360-8183-435b-b97e-854f6291811f","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"First Task\",\n    \"dueDate\": \"2020-10-25T11:00:00Z\",\n    \"description\": \"loram ipsum\",\n    \"assignedTo\": \"hxHGVRb1YJUscrCB8eXK\",\n    \"status\": \"incompleted\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tasks",""],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"Lj371SHlVMyfVlMcKiuk\",\n \"title\": \"Loram ipsum\",\n \"description\": \"Loram ipsum\",\n \"assignedTo\": \"hxHGVRb1YJUscrCB8eXK\",\n \"dueDate\": \"2020-10-25T11:00:00Z\",\n \"isCompleted\": false\n}"},{"id":"319acdda-3d21-430f-a99f-29b7e734b902","name":"Bad Request. please contact support!","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"First Task\",\n    \"dueDate\": \"2020-10-25T11:00:00Z\",\n    \"description\": \"loram ipsum\",\n    \"assignedTo\": \"hxHGVRb1YJUscrCB8eXK\",\n    \"status\": \"incompleted\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tasks",""],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"ec44553b-6c3f-4809-8391-282e35864bda","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"First Task\",\n    \"dueDate\": \"2020-10-25T11:00:00Z\",\n    \"description\": \"loram ipsum\",\n    \"assignedTo\": \"hxHGVRb1YJUscrCB8eXK\",\n    \"status\": \"incompleted\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tasks",""],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"c53ecf66-e636-4c06-988b-5dc305a3fb4f","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"First Task\",\n    \"dueDate\": \"2020-10-25T11:00:00Z\",\n    \"description\": \"loram ipsum\",\n    \"assignedTo\": \"hxHGVRb1YJUscrCB8eXK\",\n    \"status\": \"incompleted\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tasks",""],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"title\": {\n  \"message\": \"The title field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"dueDate\": {\n  \"message\": \"The due date field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"a6b230d1-33ef-4949-97e1-2945a0d2a7d5"},{"name":"/v1/contacts/:contactId/tasks/:taskId","id":"f8903405-0693-4f84-8331-b5f86f2faea1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/:taskId","description":"<h4>Get task by id.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","contacts",":contactId","tasks",":taskId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"52f48b83-3297-4c57-9539-aa523d89a995","description":{"content":"<p>(Required) Contact Id</p>\n","type":"text/plain"},"type":"any","value":"sx6wyHhbFdRXh302LLNR","key":"contactId"},{"id":"b7647926-ec48-46fc-8c36-1473cec8ef21","description":{"content":"<p>(Required) Task Id</p>\n","type":"text/plain"},"type":"any","value":"ocQHyuzHvysMo5N5VsXc","key":"taskId"}]}},"response":[{"id":"ea519986-c7c5-49c3-8779-64b48adcea29","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/:taskId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tasks",":taskId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"taskId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Task Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"Lj371SHlVMyfVlMcKiuk\",\n \"title\": \"Loram ipsum\",\n \"description\": \"Loram ipsum\",\n \"assignedTo\": \"hxHGVRb1YJUscrCB8eXK\",\n \"dueDate\": \"2020-10-25T11:00:00Z\",\n \"isCompleted\": false\n}"},{"id":"64e188be-35b6-4bca-857a-13000099441d","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/:taskId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tasks",":taskId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"taskId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Task Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"466d22e1-d592-47fd-8d2f-c7fe53e2536c","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/:taskId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tasks",":taskId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"taskId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Task Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"f8903405-0693-4f84-8331-b5f86f2faea1"},{"name":"/v1/contacts/:contactId/tasks/:taskId","id":"e9205b2e-2b62-433d-9348-95e50ea7a076","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"First Task\",\n    \"dueDate\": \"2020-10-25T11:00:00Z\",\n    \"description\": \"loram ipsum\",\n    \"assignedTo\": \"hxHGVRb1YJUscrCB8eXK\",\n    \"status\": \"incompleted\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/:taskId","description":"<h4>Update Task.</h4><p></p><p><strong>Status:</strong> (optional) Field have following options.</p><ul><li>completed</li><li>incompleted (default)</li></ul><strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","contacts",":contactId","tasks",":taskId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"560f7acb-0db0-4dc7-9c64-5b22d6a465f1","description":{"content":"<p>(Required) Contact Id</p>\n","type":"text/plain"},"type":"any","value":"sx6wyHhbFdRXh302LLNR","key":"contactId"},{"id":"62a86d6e-fd81-450a-ae51-a252dc15f987","description":{"content":"<p>(Required) Task Id</p>\n","type":"text/plain"},"type":"any","value":"ocQHyuzHvysMo5N5VsXc","key":"taskId"}]}},"response":[{"id":"5bcd5a77-f157-4feb-8821-e75f461ca179","name":"Successful response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"First Task\",\n    \"dueDate\": \"2020-10-25T11:00:00Z\",\n    \"description\": \"loram ipsum\",\n    \"assignedTo\": \"hxHGVRb1YJUscrCB8eXK\",\n    \"status\": \"incompleted\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/:taskId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tasks",":taskId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"taskId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Task Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"Lj371SHlVMyfVlMcKiuk\",\n \"title\": \"Loram ipsum\",\n \"description\": \"Loram ipsum\",\n \"assignedTo\": \"hxHGVRb1YJUscrCB8eXK\",\n \"dueDate\": \"2020-10-25T11:00:00Z\",\n \"isCompleted\": false\n}"},{"id":"b70970d8-0a6e-477a-a060-839f29d9e9d1","name":"Bad Request. please contact support!","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"First Task\",\n    \"dueDate\": \"2020-10-25T11:00:00Z\",\n    \"description\": \"loram ipsum\",\n    \"assignedTo\": \"hxHGVRb1YJUscrCB8eXK\",\n    \"status\": \"incompleted\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/:taskId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tasks",":taskId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"taskId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Task Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"8e86f4f2-8d5e-45ab-92a5-cd5350f697ad","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"First Task\",\n    \"dueDate\": \"2020-10-25T11:00:00Z\",\n    \"description\": \"loram ipsum\",\n    \"assignedTo\": \"hxHGVRb1YJUscrCB8eXK\",\n    \"status\": \"incompleted\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/:taskId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tasks",":taskId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"taskId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Task Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"d3d53921-3ecd-4d1e-bc70-088fe4dce5aa","name":"Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"First Task\",\n    \"dueDate\": \"2020-10-25T11:00:00Z\",\n    \"description\": \"loram ipsum\",\n    \"assignedTo\": \"hxHGVRb1YJUscrCB8eXK\",\n    \"status\": \"incompleted\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/:taskId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tasks",":taskId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"taskId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Task Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"title\": {\n  \"message\": \"The title field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"dueDate\": {\n  \"message\": \"The due date field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"e9205b2e-2b62-433d-9348-95e50ea7a076"},{"name":"/v1/contacts/:contactId/tasks/:taskId","id":"edb2efec-7c47-4c56-9e21-4910eb023c81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/:taskId","description":"<h4>Delete one of Task.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","contacts",":contactId","tasks",":taskId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"f1770c64-2bce-4b36-be30-b1628f840e91","description":{"content":"<p>(Required) Contact Id</p>\n","type":"text/plain"},"type":"any","value":"sx6wyHhbFdRXh302LLNR","key":"contactId"},{"id":"d9a02002-cd2f-4077-8f80-65629db20d18","description":{"content":"<p>(Required) Task Id</p>\n","type":"text/plain"},"type":"any","value":"ocQHyuzHvysMo5N5VsXc","key":"taskId"}]}},"response":[{"id":"63721f3c-4db7-4a9e-b83d-ea25c2743339","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/:taskId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tasks",":taskId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"taskId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Task Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"2770b9f3-4167-4df0-b81c-440aa0782406","name":"Bad Request. please contact support!","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/:taskId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tasks",":taskId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"taskId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Task Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"eb0d7a37-b6a8-431d-b77f-86b5843efcbf","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/:taskId","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tasks",":taskId"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"taskId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Task Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"edb2efec-7c47-4c56-9e21-4910eb023c81"},{"name":"/v1/contacts/:contactId/tasks/:taskId/status","id":"f1eb07e2-f5f7-471d-b1f7-2f221e509375","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"completed\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/:taskId/status","description":"<h4>Update Task status.</h4><p><strong>Status:</strong> Field have following option</p><ul><li>completed</li><li>incompleted</li></ul><strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","contacts",":contactId","tasks",":taskId","status"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"80d49eca-5d99-4cb8-8742-4de6e213ce18","description":{"content":"<p>(Required) Contact Id</p>\n","type":"text/plain"},"type":"any","value":"sx6wyHhbFdRXh302LLNR","key":"contactId"},{"id":"b625dbe2-d924-4fc8-b747-ad4ab1b0645e","description":{"content":"<p>(Required) Task Id</p>\n","type":"text/plain"},"type":"any","value":"ocQHyuzHvysMo5N5VsXc","key":"taskId"}]}},"response":[{"id":"d64b4a67-0453-4dd5-83f7-4e2a1fcb9127","name":"Successful response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"completed\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/:taskId/status","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tasks",":taskId","status"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"taskId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Task Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"Lj371SHlVMyfVlMcKiuk\",\n \"title\": \"Loram ipsum\",\n \"description\": \"Loram ipsum\",\n \"assignedTo\": \"hxHGVRb1YJUscrCB8eXK\",\n \"dueDate\": \"2020-10-25T11:00:00Z\",\n \"isCompleted\": false\n}"},{"id":"af7bcd79-0a98-4ee8-97c9-8a6bf2e61e97","name":"Bad Request. please contact support!","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"completed\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/:taskId/status","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tasks",":taskId","status"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"taskId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Task Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"a6bfddca-d5ab-40e0-9008-02167dcb835e","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"completed\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/:taskId/status","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tasks",":taskId","status"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"taskId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Task Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"9ef855ad-0eff-4d8d-acac-fc42ca782687","name":"Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"completed\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/contacts/:contactId/tasks/:taskId/status","host":["https://api.studentconvert.com"],"path":["v1","contacts",":contactId","tasks",":taskId","status"],"variable":[{"key":"contactId","value":"sx6wyHhbFdRXh302LLNR","description":"(Required) Contact Id"},{"key":"taskId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Task Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"title\": {\n  \"message\": \"The title field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"dueDate\": {\n  \"message\": \"The due date field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"f1eb07e2-f5f7-471d-b1f7-2f221e509375"}],"id":"0348708e-80d3-40f2-9d8f-f4f0c3a9e90b","_postman_id":"0348708e-80d3-40f2-9d8f-f4f0c3a9e90b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}},{"name":"Tag","item":[{"name":"/v1/tags/","id":"70e2d961-78f9-45f2-a1a7-b1473be4fd1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/tags/","description":"<h4>Get Tags.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","tags",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[]}},"response":[{"id":"170e590a-21b2-4bf0-8097-c751c77da5eb","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/tags/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"tags\": [\n  {\n   \"id\": \"kAllGzwHkSVZC11GYKF9\",\n   \"name\": \"Hello\"\n  },\n  {\n   \"id\": \"kAllGzwHkSVZC11GYKF9\",\n   \"name\": \"Hello\"\n  }\n ]\n}"},{"id":"3e702629-fd4c-4efd-896b-2fbcf779ed21","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/tags/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"0b58ea3f-0544-4feb-b16f-e586d9992adc","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/tags/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"70e2d961-78f9-45f2-a1a7-b1473be4fd1c"},{"name":"/v1/tags/","id":"a56c9961-333f-4a94-a5ba-aa92beadbfa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"first tag\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/tags/","description":"<h4>Create Tag.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","tags",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[]}},"response":[{"id":"6cd13e51-e2f0-4757-8541-036aa45dd7fe","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"first tag\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/tags/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"kAllGzwHkSVZC11GYKF9\",\n \"name\": \"Hello\"\n}"},{"id":"2073c989-a89e-4e14-a187-7fbde894c5e6","name":"Bad Request. please contact support!","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"first tag\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/tags/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"ed72de84-3ebf-40d1-b5ba-73c1e9202541","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"first tag\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/tags/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"c961e822-b594-4ef2-baa3-6672b1f2e1a1","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"first tag\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/tags/"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"name\": {\n  \"message\": \"The name field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"a56c9961-333f-4a94-a5ba-aa92beadbfa7"},{"name":"/v1/tags/:tagId","id":"a4756cc2-812c-48df-87d0-d6677c12eebe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/tags/:tagId","description":"<h4>Get tag by id.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","tags",":tagId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"1e847eb7-fea8-49a7-9e0d-101f9e58e89f","description":{"content":"<p>(Required) Tag Id</p>\n","type":"text/plain"},"type":"any","value":"ocQHyuzHvysMo5N5VsXc","key":"tagId"}]}},"response":[{"id":"365169b6-ff1a-4689-b016-ee637c4998f1","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/tags/:tagId","host":["https://api.studentconvert.com"],"path":["v1","tags",":tagId"],"variable":[{"key":"tagId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Tag Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"kAllGzwHkSVZC11GYKF9\",\n \"name\": \"Hello\"\n}"},{"id":"66f7f4e9-db2f-434d-bb93-c3fa6376cde2","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/tags/:tagId","host":["https://api.studentconvert.com"],"path":["v1","tags",":tagId"],"variable":[{"key":"tagId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Tag Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"aa113906-8b13-4ac0-b076-c7e992296e9a","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/tags/:tagId","host":["https://api.studentconvert.com"],"path":["v1","tags",":tagId"],"variable":[{"key":"tagId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Tag Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"a4756cc2-812c-48df-87d0-d6677c12eebe"},{"name":"/v1/tags/:tagId","id":"b27cb402-e37c-488b-a208-7ace77d1e46d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"first tag\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/tags/:tagId","description":"<h4>Update tag.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","tags",":tagId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"324c7bd3-58dc-4f03-a8bc-4b4ad8550a4a","description":{"content":"<p>(Required) Tag Id</p>\n","type":"text/plain"},"type":"any","value":"ocQHyuzHvysMo5N5VsXc","key":"tagId"}]}},"response":[{"id":"88bb371a-ee21-4346-af2e-348888a55d0c","name":"Successful response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"first tag\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/tags/:tagId","host":["https://api.studentconvert.com"],"path":["v1","tags",":tagId"],"variable":[{"key":"tagId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Tag Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"kAllGzwHkSVZC11GYKF9\",\n \"name\": \"Hello\"\n}"},{"id":"9b9fbdec-23f0-4a96-adfc-6cabe3893002","name":"Bad Request. please contact support!","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"first tag\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/tags/:tagId","host":["https://api.studentconvert.com"],"path":["v1","tags",":tagId"],"variable":[{"key":"tagId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Tag Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"534ada89-37f8-466b-b624-32c6c94886f9","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"first tag\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/tags/:tagId","host":["https://api.studentconvert.com"],"path":["v1","tags",":tagId"],"variable":[{"key":"tagId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Tag Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"f72ea5de-0499-434d-a15e-47023be4da19","name":"Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"first tag\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/tags/:tagId","host":["https://api.studentconvert.com"],"path":["v1","tags",":tagId"],"variable":[{"key":"tagId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Tag Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"name\": {\n  \"message\": \"The name field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"b27cb402-e37c-488b-a208-7ace77d1e46d"},{"name":"/v1/tags/:tagId","id":"563cc528-2a29-403a-b8f5-52d68ef497f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.studentconvert.com/v1/tags/:tagId","description":"<h4>Delete one of tag.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","tags",":tagId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"cbf5777e-a545-4555-a76f-86709b81c3ca","description":{"content":"<p>(Required) Custom Value Id</p>\n","type":"text/plain"},"type":"any","value":"ocQHyuzHvysMo5N5VsXc","key":"tagId"}]}},"response":[{"id":"10118d27-5d25-4763-9302-7cb4f5885f1b","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/tags/:tagId","host":["https://api.studentconvert.com"],"path":["v1","tags",":tagId"],"variable":[{"key":"tagId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Value Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"e7b8238d-e8a6-4490-bd4f-86864374f2f8","name":"Bad Request. please contact support!","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/tags/:tagId","host":["https://api.studentconvert.com"],"path":["v1","tags",":tagId"],"variable":[{"key":"tagId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Value Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"26ab9a84-94a0-40b7-adc1-c78ddc750377","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/tags/:tagId","host":["https://api.studentconvert.com"],"path":["v1","tags",":tagId"],"variable":[{"key":"tagId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Value Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"fca5e020-ed55-4531-857d-889321d4b27d","name":"Unprocessable Entity","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/tags/:tagId","host":["https://api.studentconvert.com"],"path":["v1","tags",":tagId"],"variable":[{"key":"tagId","value":"ocQHyuzHvysMo5N5VsXc","description":"(Required) Custom Value Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"customValueId\": {\n  \"message\": \"The custom field id is invalid.\",\n  \"rule\": \"invalid\"\n }\n}"}],"_postman_id":"563cc528-2a29-403a-b8f5-52d68ef497f8"}],"id":"dd7ef21e-6b31-46f1-81fb-e3e11c0694b8","_postman_id":"dd7ef21e-6b31-46f1-81fb-e3e11c0694b8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}},{"name":"Timezone","item":[{"name":"/v1/timezones/","id":"f3997521-6b3b-48a4-9889-17b300870a1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/timezones/","description":"<h4>Get timezone list.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","timezones",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[]}},"response":[{"id":"706bbed6-ce90-41ee-b8e0-ba8d905a9092","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/timezones/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"timezones\": [\n  \"UTC\",\n  \"UTC\"\n ]\n}"},{"id":"ad2c1754-e512-48cf-a927-9b1323f17b87","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/timezones/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"25cd3022-c5a3-419a-aa85-af02afd0062b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/timezones/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"f3997521-6b3b-48a4-9889-17b300870a1b"}],"id":"e02e2b3b-7fe1-4ee1-bedb-877a92b42d1e","_postman_id":"e02e2b3b-7fe1-4ee1-bedb-877a92b42d1e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}},{"name":"Trigger Links","item":[{"name":"/v1/links/","id":"17d628e6-ba72-4a0e-9dad-0f5758c48629","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/links/","description":"<h4>Get Links.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","links",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[]}},"response":[{"id":"ccde4dc8-6d14-4236-a8c7-8962bc7a46ab","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/links/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"links\": [\n  {\n   \"id\": \"ikMFj5x3rrKOQgu0k8y1\",\n   \"name\": \"Trigger Link\",\n   \"redirectTo\": \"https://www.google.com/\",\n   \"fieldKey\": \"{{trigger_link.ClK3HFY3WH9L5McNwyy1}}\",\n   \"locationId\": \"Lx1EI6YIgQYMQi0ytFXv\"\n  },\n  {\n   \"id\": \"ikMFj5x3rrKOQgu0k8y1\",\n   \"name\": \"Trigger Link\",\n   \"redirectTo\": \"https://www.google.com/\",\n   \"fieldKey\": \"{{trigger_link.ClK3HFY3WH9L5McNwyy1}}\",\n   \"locationId\": \"Lx1EI6YIgQYMQi0ytFXv\"\n  }\n ]\n}"},{"id":"ffe18fc5-d1a6-444b-a493-bc9af5bbe9d7","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/links/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"a959e1db-ed04-4570-abe5-95733d77cd11","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/links/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"17d628e6-ba72-4a0e-9dad-0f5758c48629"},{"name":"/v1/links/","id":"be7fabba-2cf6-4119-a159-3018d1fca6f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"first tag\",\n    \"redirectTo\": \"https://www.google.com/\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/links/","description":"<h4>Create trigger link.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","links",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[]}},"response":[{"id":"1ee7b22d-c08a-4ed8-bfa5-1d7d4e3f5fc5","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"first tag\",\n    \"redirectTo\": \"https://www.google.com/\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/links/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"ikMFj5x3rrKOQgu0k8y1\",\n \"name\": \"Trigger Link\",\n \"redirectTo\": \"https://www.google.com/\",\n \"fieldKey\": \"{{trigger_link.ClK3HFY3WH9L5McNwyy1}}\",\n \"locationId\": \"Lx1EI6YIgQYMQi0ytFXv\"\n}"},{"id":"27706a5b-235a-4d5e-a5b2-243cd31d869e","name":"Bad Request. please contact support!","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"first tag\",\n    \"redirectTo\": \"https://www.google.com/\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/links/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"d2bbd1c1-9f47-4773-937d-8e1cdf97d41f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"first tag\",\n    \"redirectTo\": \"https://www.google.com/\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/links/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"20a8091a-2dcb-481f-b642-666152b074c5","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"first tag\",\n    \"redirectTo\": \"https://www.google.com/\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/links/"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"name\": {\n  \"message\": \"The name field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"redirectTo\": {\n  \"message\": \"The redirect to field is mandatory.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"be7fabba-2cf6-4119-a159-3018d1fca6f5"},{"name":"/v1/links/:linkId","id":"27ca8264-dfe0-425e-88d8-68ca67aac2e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"first tag\",\n    \"redirectTo\": \"https://www.google.com/\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/links/:linkId","description":"<h4>Update trigger links.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","links",":linkId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"845d07f8-c4f1-43be-b84f-5ef75b9a8318","description":{"content":"<p>(Required) Link Id</p>\n","type":"text/plain"},"type":"any","value":"ClK3HFY3WH9L5McNwyy1","key":"linkId"}]}},"response":[{"id":"566c8d06-c7ca-4e04-82d3-690f23bd4564","name":"Successful response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"first tag\",\n    \"redirectTo\": \"https://www.google.com/\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/links/:linkId","host":["https://api.studentconvert.com"],"path":["v1","links",":linkId"],"variable":[{"key":"linkId","value":"ClK3HFY3WH9L5McNwyy1","description":"(Required) Link Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"ikMFj5x3rrKOQgu0k8y1\",\n \"name\": \"Trigger Link\",\n \"redirectTo\": \"https://www.google.com/\",\n \"fieldKey\": \"{{trigger_link.ClK3HFY3WH9L5McNwyy1}}\",\n \"locationId\": \"Lx1EI6YIgQYMQi0ytFXv\"\n}"},{"id":"5ec87127-4da9-4c86-a1d0-ed7e2dad2924","name":"Bad Request. please contact support!","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"first tag\",\n    \"redirectTo\": \"https://www.google.com/\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/links/:linkId","host":["https://api.studentconvert.com"],"path":["v1","links",":linkId"],"variable":[{"key":"linkId","value":"ClK3HFY3WH9L5McNwyy1","description":"(Required) Link Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"d2c78001-ce7e-4b0f-ba3a-3fa938ea8f84","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"first tag\",\n    \"redirectTo\": \"https://www.google.com/\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/links/:linkId","host":["https://api.studentconvert.com"],"path":["v1","links",":linkId"],"variable":[{"key":"linkId","value":"ClK3HFY3WH9L5McNwyy1","description":"(Required) Link Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"611f42ee-1fe8-4f9b-8646-adb39c3a775c","name":"Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"first tag\",\n    \"redirectTo\": \"https://www.google.com/\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/links/:linkId","host":["https://api.studentconvert.com"],"path":["v1","links",":linkId"],"variable":[{"key":"linkId","value":"ClK3HFY3WH9L5McNwyy1","description":"(Required) Link Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"linkId\": {\n  \"message\": \"The link id is invalid.\",\n  \"rule\": \"invalid\"\n }\n}"}],"_postman_id":"27ca8264-dfe0-425e-88d8-68ca67aac2e5"},{"name":"/v1/links/:linkId","id":"88b136b0-617c-421e-be8f-4dc66ba04800","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.studentconvert.com/v1/links/:linkId","description":"<h4>Delete one of trigger links.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","links",":linkId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"03b56e06-013c-4143-9a8e-6d4023bcf518","description":{"content":"<p>(Required) Link Id Id</p>\n","type":"text/plain"},"type":"any","value":"ClK3HFY3WH9L5McNwyy1","key":"linkId"}]}},"response":[{"id":"6766b0c2-b2bd-4232-b3f0-41bc5ed3e939","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/links/:linkId","host":["https://api.studentconvert.com"],"path":["v1","links",":linkId"],"variable":[{"key":"linkId","value":"ClK3HFY3WH9L5McNwyy1","description":"(Required) Link Id Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"974b9a50-5a82-4bbe-b201-956cf780aaf2","name":"Bad Request. please contact support!","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/links/:linkId","host":["https://api.studentconvert.com"],"path":["v1","links",":linkId"],"variable":[{"key":"linkId","value":"ClK3HFY3WH9L5McNwyy1","description":"(Required) Link Id Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"e694cf7e-665c-4fa6-a2f8-cf324efc2860","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/links/:linkId","host":["https://api.studentconvert.com"],"path":["v1","links",":linkId"],"variable":[{"key":"linkId","value":"ClK3HFY3WH9L5McNwyy1","description":"(Required) Link Id Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"a342f90c-95aa-48a6-a94b-cac9a9ab3102","name":"Unprocessable Entity","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/links/:linkId","host":["https://api.studentconvert.com"],"path":["v1","links",":linkId"],"variable":[{"key":"linkId","value":"ClK3HFY3WH9L5McNwyy1","description":"(Required) Link Id Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"linkId\": {\n  \"message\": \"The link id is invalid.\",\n  \"rule\": \"invalid\"\n }\n}"}],"_postman_id":"88b136b0-617c-421e-be8f-4dc66ba04800"}],"id":"ead60109-3572-4ca6-8f6b-0e73053b85c9","_postman_id":"ead60109-3572-4ca6-8f6b-0e73053b85c9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}},{"name":"User","item":[{"name":"/v1/users/","id":"c7885e89-af65-4a07-bd0d-000a92ffed9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/users/?locationId=i2SpAtBVHSVea1sL6oah","description":"<h4>Get all agency users.</h4> <strong>Authorization:</strong> <p>Provide your agency api key (Bearer Token). You can find it on Agency -&gt; Settings -&gt; API keys</p>","urlObject":{"path":["v1","users",""],"host":["https://api.studentconvert.com"],"query":[{"description":{"content":"<p>(Optional) Filter users by location.</p>\n","type":"text/plain"},"key":"locationId","value":"i2SpAtBVHSVea1sL6oah"}],"variable":[]}},"response":[{"id":"832772e9-c3ea-469f-b663-8e6fa046a45f","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/users/?locationId=i2SpAtBVHSVea1sL6oah","host":["https://api.studentconvert.com"],"path":["v1","users",""],"query":[{"key":"locationId","value":"i2SpAtBVHSVea1sL6oah"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"users\": [\n  {\n   \"id\": \"3g3ltlwEJBoXArLowV3e\",\n   \"firstName\": \"John\",\n   \"lastName\": \"Deo\",\n   \"email\": \"john@deo.com\",\n   \"roles\": {\n    \"type\": \"agency\",\n    \"role\": \"admin\",\n    \"locationIds\": [\n     \"C2QujeCh8ZnC7al2InWR\"\n    ]\n   },\n   \"permissions\": {\n    \"campaignsEnabled\": true,\n    \"campaignsReadOnly\": false,\n    \"contactsEnabled\": true,\n    \"workflowsEnabled\": true,\n    \"triggersEnabled\": true,\n    \"funnelsEnabled\": true,\n    \"websitesEnabled\": false,\n    \"opportunitiesEnabled\": true,\n    \"dashboardStatsEnabled\": true,\n    \"bulkRequestsEnabled\": true,\n    \"appointmentsEnabled\": true,\n    \"reviewsEnabled\": true,\n    \"onlineListingsEnabled\": true,\n    \"phoneCallEnabled\": true,\n    \"conversationsEnabled\": true,\n    \"assignedDataOnly\": false,\n    \"adwordsReportingEnabled\": false,\n    \"membershipEnabled\": false,\n    \"facebookAdsReportingEnabled\": false,\n    \"attributionsReportingEnabled\": false,\n    \"settingsEnabled\": true,\n    \"tagsEnabled\": true,\n    \"leadValueEnabled\": true,\n    \"marketingEnabled\": true\n   }\n  },\n  {\n   \"id\": \"3g3ltlwEJBoXArLowV3e\",\n   \"firstName\": \"John\",\n   \"lastName\": \"Deo\",\n   \"email\": \"john@deo.com\",\n   \"roles\": {\n    \"type\": \"agency\",\n    \"role\": \"admin\",\n    \"locationIds\": [\n     \"C2QujeCh8ZnC7al2InWR\"\n    ]\n   },\n   \"permissions\": {\n    \"campaignsEnabled\": true,\n    \"campaignsReadOnly\": false,\n    \"contactsEnabled\": true,\n    \"workflowsEnabled\": true,\n    \"triggersEnabled\": true,\n    \"funnelsEnabled\": true,\n    \"websitesEnabled\": false,\n    \"opportunitiesEnabled\": true,\n    \"dashboardStatsEnabled\": true,\n    \"bulkRequestsEnabled\": true,\n    \"appointmentsEnabled\": true,\n    \"reviewsEnabled\": true,\n    \"onlineListingsEnabled\": true,\n    \"phoneCallEnabled\": true,\n    \"conversationsEnabled\": true,\n    \"assignedDataOnly\": false,\n    \"adwordsReportingEnabled\": false,\n    \"membershipEnabled\": false,\n    \"facebookAdsReportingEnabled\": false,\n    \"attributionsReportingEnabled\": false,\n    \"settingsEnabled\": true,\n    \"tagsEnabled\": true,\n    \"leadValueEnabled\": true,\n    \"marketingEnabled\": true\n   }\n  }\n ]\n}"},{"id":"9a915665-3ebb-443e-a0a7-9a7fa91a899c","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/users/?locationId=i2SpAtBVHSVea1sL6oah","host":["https://api.studentconvert.com"],"path":["v1","users",""],"query":[{"key":"locationId","value":"i2SpAtBVHSVea1sL6oah"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"ba802025-7e65-46e3-8fe0-9d60fe0f24f9","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/users/?locationId=i2SpAtBVHSVea1sL6oah","host":["https://api.studentconvert.com"],"path":["v1","users",""],"query":[{"key":"locationId","value":"i2SpAtBVHSVea1sL6oah"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"c7885e89-af65-4a07-bd0d-000a92ffed9f"},{"name":"/v1/users/","id":"2b8a4008-63d0-4823-9729-6d1b7e75629c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"email\": \"john@deo.com\",\n    \"password\": \"*******\",\n    \"type\": \"account\",\n    \"role\": \"admin\",\n    \"locationIds\": [\n        \"C2QujeCh8ZnC7al2InWR\"\n    ],\n    \"permissions\": {\n        \"campaignsEnabled\": true,\n        \"campaignsReadOnly\": false,\n        \"contactsEnabled\": true,\n        \"workflowsEnabled\": true,\n        \"triggersEnabled\": true,\n        \"funnelsEnabled\": true,\n        \"websitesEnabled\": false,\n        \"opportunitiesEnabled\": true,\n        \"dashboardStatsEnabled\": true,\n        \"bulkRequestsEnabled\": true,\n        \"appointmentsEnabled\": true,\n        \"reviewsEnabled\": true,\n        \"onlineListingsEnabled\": true,\n        \"phoneCallEnabled\": true,\n        \"conversationsEnabled\": true,\n        \"assignedDataOnly\": false,\n        \"adwordsReportingEnabled\": false,\n        \"membershipEnabled\": false,\n        \"facebookAdsReportingEnabled\": false,\n        \"attributionsReportingEnabled\": false,\n        \"settingsEnabled\": true,\n        \"tagsEnabled\": true,\n        \"leadValueEnabled\": true,\n        \"marketingEnabled\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/users/","description":"<h4>Create a User.</h4><p>Small description for the field allow options.</p><p><strong>type</strong> fields will allow these options:</p><ul><li>account</li><li>agency</li></ul><p></p><p><strong>role</strong> fields will allow these options:</p><ul><li>admin</li><li>user</li></ul><p></p><p><strong>locationIds</strong> fields will allow valid locations id of the agency.</p><strong>Authorization:</strong> <p>Provide your agency api key (Bearer Token). You can find it on Agency -&gt; Settings -&gt; API keys</p>","urlObject":{"path":["v1","users",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[]}},"response":[{"id":"ccaaba50-da78-4b84-b2a5-f3126f8ff9f4","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"email\": \"john@deo.com\",\n    \"password\": \"*******\",\n    \"type\": \"account\",\n    \"role\": \"admin\",\n    \"locationIds\": [\n        \"C2QujeCh8ZnC7al2InWR\"\n    ],\n    \"permissions\": {\n        \"campaignsEnabled\": true,\n        \"campaignsReadOnly\": false,\n        \"contactsEnabled\": true,\n        \"workflowsEnabled\": true,\n        \"triggersEnabled\": true,\n        \"funnelsEnabled\": true,\n        \"websitesEnabled\": false,\n        \"opportunitiesEnabled\": true,\n        \"dashboardStatsEnabled\": true,\n        \"bulkRequestsEnabled\": true,\n        \"appointmentsEnabled\": true,\n        \"reviewsEnabled\": true,\n        \"onlineListingsEnabled\": true,\n        \"phoneCallEnabled\": true,\n        \"conversationsEnabled\": true,\n        \"assignedDataOnly\": false,\n        \"adwordsReportingEnabled\": false,\n        \"membershipEnabled\": false,\n        \"facebookAdsReportingEnabled\": false,\n        \"attributionsReportingEnabled\": false,\n        \"settingsEnabled\": true,\n        \"tagsEnabled\": true,\n        \"leadValueEnabled\": true,\n        \"marketingEnabled\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/users/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"3g3ltlwEJBoXArLowV3e\",\n \"firstName\": \"John\",\n \"lastName\": \"Deo\",\n \"email\": \"john@deo.com\",\n \"roles\": {\n  \"type\": \"agency\",\n  \"role\": \"admin\",\n  \"locationIds\": [\n   \"C2QujeCh8ZnC7al2InWR\"\n  ]\n },\n \"permissions\": {\n  \"campaignsEnabled\": true,\n  \"campaignsReadOnly\": false,\n  \"contactsEnabled\": true,\n  \"workflowsEnabled\": true,\n  \"triggersEnabled\": true,\n  \"funnelsEnabled\": true,\n  \"websitesEnabled\": false,\n  \"opportunitiesEnabled\": true,\n  \"dashboardStatsEnabled\": true,\n  \"bulkRequestsEnabled\": true,\n  \"appointmentsEnabled\": true,\n  \"reviewsEnabled\": true,\n  \"onlineListingsEnabled\": true,\n  \"phoneCallEnabled\": true,\n  \"conversationsEnabled\": true,\n  \"assignedDataOnly\": false,\n  \"adwordsReportingEnabled\": false,\n  \"membershipEnabled\": false,\n  \"facebookAdsReportingEnabled\": false,\n  \"attributionsReportingEnabled\": false,\n  \"settingsEnabled\": true,\n  \"tagsEnabled\": true,\n  \"leadValueEnabled\": true,\n  \"marketingEnabled\": true\n }\n}"},{"id":"757ae022-40e4-4fac-80f2-4a640a7fe3ea","name":"Bad Request. please contact support!","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"email\": \"john@deo.com\",\n    \"password\": \"*******\",\n    \"type\": \"account\",\n    \"role\": \"admin\",\n    \"locationIds\": [\n        \"C2QujeCh8ZnC7al2InWR\"\n    ],\n    \"permissions\": {\n        \"campaignsEnabled\": true,\n        \"campaignsReadOnly\": false,\n        \"contactsEnabled\": true,\n        \"workflowsEnabled\": true,\n        \"triggersEnabled\": true,\n        \"funnelsEnabled\": true,\n        \"websitesEnabled\": false,\n        \"opportunitiesEnabled\": true,\n        \"dashboardStatsEnabled\": true,\n        \"bulkRequestsEnabled\": true,\n        \"appointmentsEnabled\": true,\n        \"reviewsEnabled\": true,\n        \"onlineListingsEnabled\": true,\n        \"phoneCallEnabled\": true,\n        \"conversationsEnabled\": true,\n        \"assignedDataOnly\": false,\n        \"adwordsReportingEnabled\": false,\n        \"membershipEnabled\": false,\n        \"facebookAdsReportingEnabled\": false,\n        \"attributionsReportingEnabled\": false,\n        \"settingsEnabled\": true,\n        \"tagsEnabled\": true,\n        \"leadValueEnabled\": true,\n        \"marketingEnabled\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/users/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"36a8cc58-c9fb-4eec-b945-2ca4ee9532fc","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"email\": \"john@deo.com\",\n    \"password\": \"*******\",\n    \"type\": \"account\",\n    \"role\": \"admin\",\n    \"locationIds\": [\n        \"C2QujeCh8ZnC7al2InWR\"\n    ],\n    \"permissions\": {\n        \"campaignsEnabled\": true,\n        \"campaignsReadOnly\": false,\n        \"contactsEnabled\": true,\n        \"workflowsEnabled\": true,\n        \"triggersEnabled\": true,\n        \"funnelsEnabled\": true,\n        \"websitesEnabled\": false,\n        \"opportunitiesEnabled\": true,\n        \"dashboardStatsEnabled\": true,\n        \"bulkRequestsEnabled\": true,\n        \"appointmentsEnabled\": true,\n        \"reviewsEnabled\": true,\n        \"onlineListingsEnabled\": true,\n        \"phoneCallEnabled\": true,\n        \"conversationsEnabled\": true,\n        \"assignedDataOnly\": false,\n        \"adwordsReportingEnabled\": false,\n        \"membershipEnabled\": false,\n        \"facebookAdsReportingEnabled\": false,\n        \"attributionsReportingEnabled\": false,\n        \"settingsEnabled\": true,\n        \"tagsEnabled\": true,\n        \"leadValueEnabled\": true,\n        \"marketingEnabled\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/users/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"08d3110d-0f71-4118-ac0e-c6d0202b16d1","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"email\": \"john@deo.com\",\n    \"password\": \"*******\",\n    \"type\": \"account\",\n    \"role\": \"admin\",\n    \"locationIds\": [\n        \"C2QujeCh8ZnC7al2InWR\"\n    ],\n    \"permissions\": {\n        \"campaignsEnabled\": true,\n        \"campaignsReadOnly\": false,\n        \"contactsEnabled\": true,\n        \"workflowsEnabled\": true,\n        \"triggersEnabled\": true,\n        \"funnelsEnabled\": true,\n        \"websitesEnabled\": false,\n        \"opportunitiesEnabled\": true,\n        \"dashboardStatsEnabled\": true,\n        \"bulkRequestsEnabled\": true,\n        \"appointmentsEnabled\": true,\n        \"reviewsEnabled\": true,\n        \"onlineListingsEnabled\": true,\n        \"phoneCallEnabled\": true,\n        \"conversationsEnabled\": true,\n        \"assignedDataOnly\": false,\n        \"adwordsReportingEnabled\": false,\n        \"membershipEnabled\": false,\n        \"facebookAdsReportingEnabled\": false,\n        \"attributionsReportingEnabled\": false,\n        \"settingsEnabled\": true,\n        \"tagsEnabled\": true,\n        \"leadValueEnabled\": true,\n        \"marketingEnabled\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/users/"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"firstName\": {\n  \"message\": \"The first name field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"lastName\": {\n  \"message\": \"The last name field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"email\": {\n  \"message\": \"The email field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"type\": {\n  \"message\": \"The type is mandatory.\",\n  \"rule\": \"required\"\n },\n \"role\": {\n  \"message\": \"The role is mandatory.\",\n  \"rule\": \"required\"\n },\n \"locationIds\": {\n  \"message\": \"The location ide must be a array.\",\n  \"rule\": \"required\"\n },\n \"permissions\": {\n  \"message\": \"Ther permissions field every key must contains only true or false.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"2b8a4008-63d0-4823-9729-6d1b7e75629c"},{"name":"/v1/users/location","id":"e856c8bc-c39c-4ea9-a60e-f6b1025cc020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/users/location","description":"<h4>Get user by location.</h4>  <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","users","location"],"host":["https://api.studentconvert.com"],"query":[],"variable":[]}},"response":[{"id":"afcc1685-3df5-4098-aecb-e5139a8e654f","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/users/location"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"users\": [\n  {\n   \"id\": \"3g3ltlwEJBoXArLowV3e\",\n   \"firstName\": \"John\",\n   \"lastName\": \"Deo\",\n   \"email\": \"john@deo.com\",\n   \"roles\": {\n    \"type\": \"agency\",\n    \"role\": \"admin\",\n    \"locationIds\": [\n     \"C2QujeCh8ZnC7al2InWR\"\n    ]\n   },\n   \"permissions\": {\n    \"campaignsEnabled\": true,\n    \"campaignsReadOnly\": false,\n    \"contactsEnabled\": true,\n    \"workflowsEnabled\": true,\n    \"triggersEnabled\": true,\n    \"funnelsEnabled\": true,\n    \"websitesEnabled\": false,\n    \"opportunitiesEnabled\": true,\n    \"dashboardStatsEnabled\": true,\n    \"bulkRequestsEnabled\": true,\n    \"appointmentsEnabled\": true,\n    \"reviewsEnabled\": true,\n    \"onlineListingsEnabled\": true,\n    \"phoneCallEnabled\": true,\n    \"conversationsEnabled\": true,\n    \"assignedDataOnly\": false,\n    \"adwordsReportingEnabled\": false,\n    \"membershipEnabled\": false,\n    \"facebookAdsReportingEnabled\": false,\n    \"attributionsReportingEnabled\": false,\n    \"settingsEnabled\": true,\n    \"tagsEnabled\": true,\n    \"leadValueEnabled\": true,\n    \"marketingEnabled\": true\n   }\n  },\n  {\n   \"id\": \"3g3ltlwEJBoXArLowV3e\",\n   \"firstName\": \"John\",\n   \"lastName\": \"Deo\",\n   \"email\": \"john@deo.com\",\n   \"roles\": {\n    \"type\": \"agency\",\n    \"role\": \"admin\",\n    \"locationIds\": [\n     \"C2QujeCh8ZnC7al2InWR\"\n    ]\n   },\n   \"permissions\": {\n    \"campaignsEnabled\": true,\n    \"campaignsReadOnly\": false,\n    \"contactsEnabled\": true,\n    \"workflowsEnabled\": true,\n    \"triggersEnabled\": true,\n    \"funnelsEnabled\": true,\n    \"websitesEnabled\": false,\n    \"opportunitiesEnabled\": true,\n    \"dashboardStatsEnabled\": true,\n    \"bulkRequestsEnabled\": true,\n    \"appointmentsEnabled\": true,\n    \"reviewsEnabled\": true,\n    \"onlineListingsEnabled\": true,\n    \"phoneCallEnabled\": true,\n    \"conversationsEnabled\": true,\n    \"assignedDataOnly\": false,\n    \"adwordsReportingEnabled\": false,\n    \"membershipEnabled\": false,\n    \"facebookAdsReportingEnabled\": false,\n    \"attributionsReportingEnabled\": false,\n    \"settingsEnabled\": true,\n    \"tagsEnabled\": true,\n    \"leadValueEnabled\": true,\n    \"marketingEnabled\": true\n   }\n  }\n ]\n}"},{"id":"61efa40c-2f63-401f-bdb1-b6a1c07df81e","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/users/location"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"c7c05f3e-c67c-4aff-b5ec-682ec0bf5da1","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/users/location"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"e856c8bc-c39c-4ea9-a60e-f6b1025cc020"},{"name":"/v1/users/lookup","id":"5bda7ccd-bab8-4ff4-8072-0f19df109193","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/users/lookup?email=hello@google.com","description":"<h4>Find user by email.</h4> <strong>Authorization:</strong> <p>Provide your agency api key (Bearer Token). You can find it on Agency -&gt; Settings -&gt; API keys</p>","urlObject":{"path":["v1","users","lookup"],"host":["https://api.studentconvert.com"],"query":[{"description":{"content":"<p>(Required) Email</p>\n","type":"text/plain"},"key":"email","value":"hello@google.com"}],"variable":[]}},"response":[{"id":"9a4c8ed4-b5ba-4c97-b7f0-20af26b1d5f3","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/users/lookup?email=hello@google.com","host":["https://api.studentconvert.com"],"path":["v1","users","lookup"],"query":[{"key":"email","value":"hello@google.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"3g3ltlwEJBoXArLowV3e\",\n \"firstName\": \"John\",\n \"lastName\": \"Deo\",\n \"email\": \"john@deo.com\",\n \"roles\": {\n  \"type\": \"agency\",\n  \"role\": \"admin\",\n  \"locationIds\": [\n   \"C2QujeCh8ZnC7al2InWR\"\n  ]\n },\n \"permissions\": {\n  \"campaignsEnabled\": true,\n  \"campaignsReadOnly\": false,\n  \"contactsEnabled\": true,\n  \"workflowsEnabled\": true,\n  \"triggersEnabled\": true,\n  \"funnelsEnabled\": true,\n  \"websitesEnabled\": false,\n  \"opportunitiesEnabled\": true,\n  \"dashboardStatsEnabled\": true,\n  \"bulkRequestsEnabled\": true,\n  \"appointmentsEnabled\": true,\n  \"reviewsEnabled\": true,\n  \"onlineListingsEnabled\": true,\n  \"phoneCallEnabled\": true,\n  \"conversationsEnabled\": true,\n  \"assignedDataOnly\": false,\n  \"adwordsReportingEnabled\": false,\n  \"membershipEnabled\": false,\n  \"facebookAdsReportingEnabled\": false,\n  \"attributionsReportingEnabled\": false,\n  \"settingsEnabled\": true,\n  \"tagsEnabled\": true,\n  \"leadValueEnabled\": true,\n  \"marketingEnabled\": true\n }\n}"},{"id":"a65949ba-eebd-4fee-809d-906149e63c0a","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/users/lookup?email=hello@google.com","host":["https://api.studentconvert.com"],"path":["v1","users","lookup"],"query":[{"key":"email","value":"hello@google.com"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"15bbd384-3fb4-4e88-a1f4-fb4e6a4ae7e3","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/users/lookup?email=hello@google.com","host":["https://api.studentconvert.com"],"path":["v1","users","lookup"],"query":[{"key":"email","value":"hello@google.com"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"5bda7ccd-bab8-4ff4-8072-0f19df109193"},{"name":"/v1/users/:userId","id":"499a1ae4-6c89-49c5-a99a-78f56f689d05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/users/:userId","description":"<h4>Get agency by user id.</h4> <strong>Authorization:</strong> <p>Provide your agency api key (Bearer Token). You can find it on Agency -&gt; Settings -&gt; API keys</p>","urlObject":{"path":["v1","users",":userId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"034d265a-c68d-4fe2-89de-9a1ef45d99e2","description":{"content":"<p>(Required) User Id</p>\n","type":"text/plain"},"type":"any","value":"082goXVW3lIExEQPOnd3","key":"userId"}]}},"response":[{"id":"a23ab776-556b-4585-83e3-04995745e53d","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/users/:userId","host":["https://api.studentconvert.com"],"path":["v1","users",":userId"],"variable":[{"key":"userId","value":"082goXVW3lIExEQPOnd3","description":"(Required) User Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"3g3ltlwEJBoXArLowV3e\",\n \"firstName\": \"John\",\n \"lastName\": \"Deo\",\n \"email\": \"john@deo.com\",\n \"roles\": {\n  \"type\": \"agency\",\n  \"role\": \"admin\",\n  \"locationIds\": [\n   \"C2QujeCh8ZnC7al2InWR\"\n  ]\n },\n \"permissions\": {\n  \"campaignsEnabled\": true,\n  \"campaignsReadOnly\": false,\n  \"contactsEnabled\": true,\n  \"workflowsEnabled\": true,\n  \"triggersEnabled\": true,\n  \"funnelsEnabled\": true,\n  \"websitesEnabled\": false,\n  \"opportunitiesEnabled\": true,\n  \"dashboardStatsEnabled\": true,\n  \"bulkRequestsEnabled\": true,\n  \"appointmentsEnabled\": true,\n  \"reviewsEnabled\": true,\n  \"onlineListingsEnabled\": true,\n  \"phoneCallEnabled\": true,\n  \"conversationsEnabled\": true,\n  \"assignedDataOnly\": false,\n  \"adwordsReportingEnabled\": false,\n  \"membershipEnabled\": false,\n  \"facebookAdsReportingEnabled\": false,\n  \"attributionsReportingEnabled\": false,\n  \"settingsEnabled\": true,\n  \"tagsEnabled\": true,\n  \"leadValueEnabled\": true,\n  \"marketingEnabled\": true\n }\n}"},{"id":"071d4e6e-ea02-444d-b6eb-9fa8cbca89b0","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/users/:userId","host":["https://api.studentconvert.com"],"path":["v1","users",":userId"],"variable":[{"key":"userId","value":"082goXVW3lIExEQPOnd3","description":"(Required) User Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"ca4d1409-491c-4cce-bdf3-5f169c24526f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/users/:userId","host":["https://api.studentconvert.com"],"path":["v1","users",":userId"],"variable":[{"key":"userId","value":"082goXVW3lIExEQPOnd3","description":"(Required) User Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"499a1ae4-6c89-49c5-a99a-78f56f689d05"},{"name":"/v1/users/:userId","id":"9abdc5e2-8254-4a4f-bd0a-834397964cba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"email\": \"john@deo.com\",\n    \"password\": \"*******\",\n    \"type\": \"account\",\n    \"role\": \"admin\",\n    \"locationIds\": [\n        \"C2QujeCh8ZnC7al2InWR\"\n    ],\n    \"permissions\": {\n        \"campaignsEnabled\": true,\n        \"campaignsReadOnly\": false,\n        \"contactsEnabled\": true,\n        \"workflowsEnabled\": true,\n        \"triggersEnabled\": true,\n        \"funnelsEnabled\": true,\n        \"websitesEnabled\": false,\n        \"opportunitiesEnabled\": true,\n        \"dashboardStatsEnabled\": true,\n        \"bulkRequestsEnabled\": true,\n        \"appointmentsEnabled\": true,\n        \"reviewsEnabled\": true,\n        \"onlineListingsEnabled\": true,\n        \"phoneCallEnabled\": true,\n        \"conversationsEnabled\": true,\n        \"assignedDataOnly\": false,\n        \"adwordsReportingEnabled\": false,\n        \"membershipEnabled\": false,\n        \"facebookAdsReportingEnabled\": false,\n        \"attributionsReportingEnabled\": false,\n        \"settingsEnabled\": true,\n        \"tagsEnabled\": true,\n        \"leadValueEnabled\": true,\n        \"marketingEnabled\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/users/:userId","description":"<h4>Update a User.</h4><p>Small description for the field allow options.</p><p><strong>type</strong> fields will allow these options:</p><ul><li>account</li><li>agency</li></ul><p></p><p><strong>role</strong> fields will allow these options:</p><ul><li>admin</li><li>user</li></ul><p></p><p><strong>locationIds</strong> fields will allow valid locations id of the agency.</p><strong>Authorization:</strong> <p>Provide your agency api key (Bearer Token). You can find it on Agency -&gt; Settings -&gt; API keys</p>","urlObject":{"path":["v1","users",":userId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"0ea1ed4d-35b8-4f6e-9741-8416b6869bb7","description":{"content":"<p>(Required) User Id</p>\n","type":"text/plain"},"type":"any","value":"082goXVW3lIExEQPOnd3","key":"userId"}]}},"response":[{"id":"05adb8fb-98b5-47b4-962d-cfed58d9d382","name":"Successful response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"email\": \"john@deo.com\",\n    \"password\": \"*******\",\n    \"type\": \"account\",\n    \"role\": \"admin\",\n    \"locationIds\": [\n        \"C2QujeCh8ZnC7al2InWR\"\n    ],\n    \"permissions\": {\n        \"campaignsEnabled\": true,\n        \"campaignsReadOnly\": false,\n        \"contactsEnabled\": true,\n        \"workflowsEnabled\": true,\n        \"triggersEnabled\": true,\n        \"funnelsEnabled\": true,\n        \"websitesEnabled\": false,\n        \"opportunitiesEnabled\": true,\n        \"dashboardStatsEnabled\": true,\n        \"bulkRequestsEnabled\": true,\n        \"appointmentsEnabled\": true,\n        \"reviewsEnabled\": true,\n        \"onlineListingsEnabled\": true,\n        \"phoneCallEnabled\": true,\n        \"conversationsEnabled\": true,\n        \"assignedDataOnly\": false,\n        \"adwordsReportingEnabled\": false,\n        \"membershipEnabled\": false,\n        \"facebookAdsReportingEnabled\": false,\n        \"attributionsReportingEnabled\": false,\n        \"settingsEnabled\": true,\n        \"tagsEnabled\": true,\n        \"leadValueEnabled\": true,\n        \"marketingEnabled\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/users/:userId","host":["https://api.studentconvert.com"],"path":["v1","users",":userId"],"variable":[{"key":"userId","value":"082goXVW3lIExEQPOnd3","description":"(Required) User Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"3g3ltlwEJBoXArLowV3e\",\n \"firstName\": \"John\",\n \"lastName\": \"Deo\",\n \"email\": \"john@deo.com\",\n \"roles\": {\n  \"type\": \"agency\",\n  \"role\": \"admin\",\n  \"locationIds\": [\n   \"C2QujeCh8ZnC7al2InWR\"\n  ]\n },\n \"permissions\": {\n  \"campaignsEnabled\": true,\n  \"campaignsReadOnly\": false,\n  \"contactsEnabled\": true,\n  \"workflowsEnabled\": true,\n  \"triggersEnabled\": true,\n  \"funnelsEnabled\": true,\n  \"websitesEnabled\": false,\n  \"opportunitiesEnabled\": true,\n  \"dashboardStatsEnabled\": true,\n  \"bulkRequestsEnabled\": true,\n  \"appointmentsEnabled\": true,\n  \"reviewsEnabled\": true,\n  \"onlineListingsEnabled\": true,\n  \"phoneCallEnabled\": true,\n  \"conversationsEnabled\": true,\n  \"assignedDataOnly\": false,\n  \"adwordsReportingEnabled\": false,\n  \"membershipEnabled\": false,\n  \"facebookAdsReportingEnabled\": false,\n  \"attributionsReportingEnabled\": false,\n  \"settingsEnabled\": true,\n  \"tagsEnabled\": true,\n  \"leadValueEnabled\": true,\n  \"marketingEnabled\": true\n }\n}"},{"id":"7cdaabd4-3304-404a-a9e1-694a280d8573","name":"Bad Request. please contact support!","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"email\": \"john@deo.com\",\n    \"password\": \"*******\",\n    \"type\": \"account\",\n    \"role\": \"admin\",\n    \"locationIds\": [\n        \"C2QujeCh8ZnC7al2InWR\"\n    ],\n    \"permissions\": {\n        \"campaignsEnabled\": true,\n        \"campaignsReadOnly\": false,\n        \"contactsEnabled\": true,\n        \"workflowsEnabled\": true,\n        \"triggersEnabled\": true,\n        \"funnelsEnabled\": true,\n        \"websitesEnabled\": false,\n        \"opportunitiesEnabled\": true,\n        \"dashboardStatsEnabled\": true,\n        \"bulkRequestsEnabled\": true,\n        \"appointmentsEnabled\": true,\n        \"reviewsEnabled\": true,\n        \"onlineListingsEnabled\": true,\n        \"phoneCallEnabled\": true,\n        \"conversationsEnabled\": true,\n        \"assignedDataOnly\": false,\n        \"adwordsReportingEnabled\": false,\n        \"membershipEnabled\": false,\n        \"facebookAdsReportingEnabled\": false,\n        \"attributionsReportingEnabled\": false,\n        \"settingsEnabled\": true,\n        \"tagsEnabled\": true,\n        \"leadValueEnabled\": true,\n        \"marketingEnabled\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/users/:userId","host":["https://api.studentconvert.com"],"path":["v1","users",":userId"],"variable":[{"key":"userId","value":"082goXVW3lIExEQPOnd3","description":"(Required) User Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"25dae738-83cf-4a65-88d1-7b79b6d4f01f","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"email\": \"john@deo.com\",\n    \"password\": \"*******\",\n    \"type\": \"account\",\n    \"role\": \"admin\",\n    \"locationIds\": [\n        \"C2QujeCh8ZnC7al2InWR\"\n    ],\n    \"permissions\": {\n        \"campaignsEnabled\": true,\n        \"campaignsReadOnly\": false,\n        \"contactsEnabled\": true,\n        \"workflowsEnabled\": true,\n        \"triggersEnabled\": true,\n        \"funnelsEnabled\": true,\n        \"websitesEnabled\": false,\n        \"opportunitiesEnabled\": true,\n        \"dashboardStatsEnabled\": true,\n        \"bulkRequestsEnabled\": true,\n        \"appointmentsEnabled\": true,\n        \"reviewsEnabled\": true,\n        \"onlineListingsEnabled\": true,\n        \"phoneCallEnabled\": true,\n        \"conversationsEnabled\": true,\n        \"assignedDataOnly\": false,\n        \"adwordsReportingEnabled\": false,\n        \"membershipEnabled\": false,\n        \"facebookAdsReportingEnabled\": false,\n        \"attributionsReportingEnabled\": false,\n        \"settingsEnabled\": true,\n        \"tagsEnabled\": true,\n        \"leadValueEnabled\": true,\n        \"marketingEnabled\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/users/:userId","host":["https://api.studentconvert.com"],"path":["v1","users",":userId"],"variable":[{"key":"userId","value":"082goXVW3lIExEQPOnd3","description":"(Required) User Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"d2d8d383-27a6-477e-87bc-43da7399d54b","name":"Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"John\",\n    \"lastName\": \"Deo\",\n    \"email\": \"john@deo.com\",\n    \"password\": \"*******\",\n    \"type\": \"account\",\n    \"role\": \"admin\",\n    \"locationIds\": [\n        \"C2QujeCh8ZnC7al2InWR\"\n    ],\n    \"permissions\": {\n        \"campaignsEnabled\": true,\n        \"campaignsReadOnly\": false,\n        \"contactsEnabled\": true,\n        \"workflowsEnabled\": true,\n        \"triggersEnabled\": true,\n        \"funnelsEnabled\": true,\n        \"websitesEnabled\": false,\n        \"opportunitiesEnabled\": true,\n        \"dashboardStatsEnabled\": true,\n        \"bulkRequestsEnabled\": true,\n        \"appointmentsEnabled\": true,\n        \"reviewsEnabled\": true,\n        \"onlineListingsEnabled\": true,\n        \"phoneCallEnabled\": true,\n        \"conversationsEnabled\": true,\n        \"assignedDataOnly\": false,\n        \"adwordsReportingEnabled\": false,\n        \"membershipEnabled\": false,\n        \"facebookAdsReportingEnabled\": false,\n        \"attributionsReportingEnabled\": false,\n        \"settingsEnabled\": true,\n        \"tagsEnabled\": true,\n        \"leadValueEnabled\": true,\n        \"marketingEnabled\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/users/:userId","host":["https://api.studentconvert.com"],"path":["v1","users",":userId"],"variable":[{"key":"userId","value":"082goXVW3lIExEQPOnd3","description":"(Required) User Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"firstName\": {\n  \"message\": \"The first name field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"lastName\": {\n  \"message\": \"The last name field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"email\": {\n  \"message\": \"The email field is mandatory.\",\n  \"rule\": \"required\"\n },\n \"type\": {\n  \"message\": \"The type is mandatory.\",\n  \"rule\": \"required\"\n },\n \"role\": {\n  \"message\": \"The role is mandatory.\",\n  \"rule\": \"required\"\n },\n \"locationIds\": {\n  \"message\": \"The location ide must be a array.\",\n  \"rule\": \"required\"\n },\n \"permissions\": {\n  \"message\": \"Ther permissions field every key must contains only true or false.\",\n  \"rule\": \"required\"\n }\n}"}],"_postman_id":"9abdc5e2-8254-4a4f-bd0a-834397964cba"},{"name":"/v1/users/:userId","id":"af599567-3ab7-4acc-ba00-da1efee60e6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.studentconvert.com/v1/users/:userId","description":"<p> Delete one of user.<strong>Authorization:</strong> </p><p>Provide your agency api key (Bearer Token). You can find it on Agency -&gt; Settings -&gt; API keys</p><p></p>\n","urlObject":{"path":["v1","users",":userId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"0ebd9a26-ad31-4b4b-9553-dae4bd1d9d36","description":{"content":"<p>(Required) User Id</p>\n","type":"text/plain"},"type":"any","value":"082goXVW3lIExEQPOnd3","key":"userId"}]}},"response":[{"id":"cd08d0e3-70d7-4b74-97ba-ac32f0a412c7","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/users/:userId","host":["https://api.studentconvert.com"],"path":["v1","users",":userId"],"variable":[{"key":"userId","value":"082goXVW3lIExEQPOnd3","description":"(Required) User Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"a9f8df3f-86bc-45ab-a02a-8fefb4e63e51","name":"Bad Request. please contact support!","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/users/:userId","host":["https://api.studentconvert.com"],"path":["v1","users",":userId"],"variable":[{"key":"userId","value":"082goXVW3lIExEQPOnd3","description":"(Required) User Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"ac43488e-fc3d-4c2b-8d43-6ab6d6f49c9e","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/users/:userId","host":["https://api.studentconvert.com"],"path":["v1","users",":userId"],"variable":[{"key":"userId","value":"082goXVW3lIExEQPOnd3","description":"(Required) User Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"af599567-3ab7-4acc-ba00-da1efee60e6f"}],"id":"baf931be-0a7f-47e9-8bfb-856b436db69c","_postman_id":"baf931be-0a7f-47e9-8bfb-856b436db69c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}},{"name":"Saas","item":[{"name":"/v1/saas/locations","id":"c9a8a3d0-85da-4942-a44b-24b40e3f0146","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/saas/locations?customerId=cus_xxxxxxxxxx&subscriptionId=sub_xxxxxxxxxxxx","description":"<h4>Get saas locations.</h4> <strong>Authorization:</strong> <p>Provide your agency api key (Bearer Token). You can find it on Agency -&gt; Settings -&gt; API keys</p>","urlObject":{"path":["v1","saas","locations"],"host":["https://api.studentconvert.com"],"query":[{"description":{"content":"<p>Customer Id</p>\n","type":"text/plain"},"key":"customerId","value":"cus_xxxxxxxxxx"},{"description":{"content":"<p>Subscription Id (optional)</p>\n","type":"text/plain"},"key":"subscriptionId","value":"sub_xxxxxxxxxxxx"}],"variable":[]}},"response":[{"id":"577cb1b8-a8bb-4758-83bb-5e40ec4cf09f","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/saas/locations?customerId=cus_xxxxxxxxxx&subscriptionId=sub_xxxxxxxxxxxx","host":["https://api.studentconvert.com"],"path":["v1","saas","locations"],"query":[{"key":"customerId","value":"cus_xxxxxxxxxx"},{"key":"subscriptionId","value":"sub_xxxxxxxxxxxx"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"locationIds\": [\n  \"F6V8F8Nxxxxxxxx\",\n  \"F6V8F8Nxxxxxxxx\"\n ]\n}"},{"id":"4aaacbed-7071-4aaf-a788-f296bbc992fb","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/saas/locations?customerId=cus_xxxxxxxxxx&subscriptionId=sub_xxxxxxxxxxxx","host":["https://api.studentconvert.com"],"path":["v1","saas","locations"],"query":[{"key":"customerId","value":"cus_xxxxxxxxxx"},{"key":"subscriptionId","value":"sub_xxxxxxxxxxxx"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"5d7e8be6-e7dd-4cc8-9fa9-4c4c0593fada","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/saas/locations?customerId=cus_xxxxxxxxxx&subscriptionId=sub_xxxxxxxxxxxx","host":["https://api.studentconvert.com"],"path":["v1","saas","locations"],"query":[{"key":"customerId","value":"cus_xxxxxxxxxx"},{"key":"subscriptionId","value":"sub_xxxxxxxxxxxx"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"5d776fc0-2e38-42fb-b33b-934b18c11049","name":"Unprocessable Entity","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/saas/locations?customerId=cus_xxxxxxxxxx&subscriptionId=sub_xxxxxxxxxxxx","host":["https://api.studentconvert.com"],"path":["v1","saas","locations"],"query":[{"key":"customerId","value":"cus_xxxxxxxxxx"},{"key":"subscriptionId","value":"sub_xxxxxxxxxxxx"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"customerId\": {\n  \"message\": \"The customerId field is mandatory.\",\n  \"rule\": \"requiredWithout\"\n },\n \"subscriptionId\": {\n  \"message\": \"The subscriptionId field is mandatory.\",\n  \"rule\": \"requiredWithout\"\n }\n}"}],"_postman_id":"c9a8a3d0-85da-4942-a44b-24b40e3f0146"},{"name":"/v1/saas/update-saas-subscription/:locationId","id":"11e7c95a-aeb6-42b4-b80f-0fc7d5d07ea1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"cus_KXxx1xxxx\",\n    \"subscriptionId\": \"sub_1K9Rksxxxxx\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.studentconvert.com/v1/saas/update-saas-subscription/:locationId","description":"<h4>Update saas subscription.</h4> <strong>Authorization:</strong> <p>Provide your agency api key (Bearer Token). You can find it on Agency -&gt; Settings -&gt; API keys</p>","urlObject":{"path":["v1","saas","update-saas-subscription",":locationId"],"host":["https://api.studentconvert.com"],"query":[],"variable":[{"id":"ce1f0bc1-a2ed-42bd-8457-6843ee979fac","description":{"content":"<p>(Required) Location Id</p>\n","type":"text/plain"},"type":"any","value":"KXD1dw233GU1Zrvyp","key":"locationId"}]}},"response":[{"id":"25fef67d-be19-42f5-85c7-cfdeee3f0b32","name":"Successful response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"cus_KXxx1xxxx\",\n    \"subscriptionId\": \"sub_1K9Rksxxxxx\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/saas/update-saas-subscription/:locationId","host":["https://api.studentconvert.com"],"path":["v1","saas","update-saas-subscription",":locationId"],"variable":[{"key":"locationId","value":"KXD1dw233GU1Zrvyp","description":"(Required) Location Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"locationIds\": [\n  \"F6V8F8Nxxxxxxxx\",\n  \"F6V8F8Nxxxxxxxx\"\n ]\n}"},{"id":"352b6509-af86-43bf-88cc-320f3bcf46f3","name":"Bad Request. please contact support!","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"cus_KXxx1xxxx\",\n    \"subscriptionId\": \"sub_1K9Rksxxxxx\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/saas/update-saas-subscription/:locationId","host":["https://api.studentconvert.com"],"path":["v1","saas","update-saas-subscription",":locationId"],"variable":[{"key":"locationId","value":"KXD1dw233GU1Zrvyp","description":"(Required) Location Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"80c71af8-0a45-43a9-9841-2f4c3142c7b8","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"cus_KXxx1xxxx\",\n    \"subscriptionId\": \"sub_1K9Rksxxxxx\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/saas/update-saas-subscription/:locationId","host":["https://api.studentconvert.com"],"path":["v1","saas","update-saas-subscription",":locationId"],"variable":[{"key":"locationId","value":"KXD1dw233GU1Zrvyp","description":"(Required) Location Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"},{"id":"abbcfa94-26a7-46fd-85c3-84b9553f46e4","name":"Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"cus_KXxx1xxxx\",\n    \"subscriptionId\": \"sub_1K9Rksxxxxx\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.studentconvert.com/v1/saas/update-saas-subscription/:locationId","host":["https://api.studentconvert.com"],"path":["v1","saas","update-saas-subscription",":locationId"],"variable":[{"key":"locationId","value":"KXD1dw233GU1Zrvyp","description":"(Required) Location Id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"customerId\": {\n  \"message\": \"The customerId field is mandatory.\",\n  \"rule\": \"requiredWithout\"\n },\n \"subscriptionId\": {\n  \"message\": \"The subscriptionId field is mandatory.\",\n  \"rule\": \"requiredWithout\"\n }\n}"}],"_postman_id":"11e7c95a-aeb6-42b4-b80f-0fc7d5d07ea1"}],"id":"5eadafd7-09b7-4daa-b6a2-3093b8fb6aa9","_postman_id":"5eadafd7-09b7-4daa-b6a2-3093b8fb6aa9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}},{"name":"Snapshot","item":[{"name":"/v1/snapshots/","id":"11d397b3-8d81-47da-b8c4-2d61b6fbf3a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/snapshots/","description":"<h4>Get all snapshots.</h4> <strong>Authorization:</strong> <p>Provide your agency api key (Bearer Token). You can find it on Agency -&gt; Settings -&gt; API keys</p>","urlObject":{"path":["v1","snapshots",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[]}},"response":[{"id":"5f11cbd4-aa09-4e24-a7ad-bab81478a2ff","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/snapshots/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"snapshots\": [\n  {\n   \"id\": \"1eM2UgkfaECOYyUdCo9P\",\n   \"name\": \"Martial Arts Snapshot\",\n   \"type\": \"vertical\"\n  },\n  {\n   \"id\": \"1eM2UgkfaECOYyUdCo9P\",\n   \"name\": \"Martial Arts Snapshot\",\n   \"type\": \"vertical\"\n  }\n ]\n}"},{"id":"ae78d300-9b11-48d5-bb59-652e2d5a4c5f","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/snapshots/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"da2305ec-68a4-4c78-bc2b-1d33d01cca6b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/snapshots/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"11d397b3-8d81-47da-b8c4-2d61b6fbf3a1"}],"id":"ab372889-85c7-4f18-9e96-f511dfb4e2e1","_postman_id":"ab372889-85c7-4f18-9e96-f511dfb4e2e1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}},{"name":"Survey","item":[{"name":"/v1/surveys/","id":"acc7ca13-8cc6-4219-accf-1f325d53902b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/surveys/","description":"<h4>Get Surveys.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","surveys",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[]}},"response":[{"id":"2ffaaebf-b223-4259-b212-2ec3616c2eca","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/surveys/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"surveys\": [\n  {\n   \"id\": \"8qS1AwSo1k0536WJu9kk\",\n   \"name\": \"Survey 1\"\n  },\n  {\n   \"id\": \"8qS1AwSo1k0536WJu9kk\",\n   \"name\": \"Survey 1\"\n  }\n ]\n}"},{"id":"13d67338-c329-44e9-b144-57987b97a94c","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/surveys/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"c819d911-1c3f-4cdf-ba0b-b56968288f35","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/surveys/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"acc7ca13-8cc6-4219-accf-1f325d53902b"},{"name":"/v1/surveys/submissions","id":"17dc8f99-8b9f-42d1-9ec5-7e30c3420665","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/surveys/submissions?page=1&limit=20&surveyId=jjusM6EOngDExnbo2DbU&q=john@deo.com&startAt=2020-11-14&endAt=2020-12-14","description":"<h4>Get survey submissions.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","surveys","submissions"],"host":["https://api.studentconvert.com"],"query":[{"description":{"content":"<p>Page No. By default it will be 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Limit Per Page records count. will allow maximum up to 100 and default will be 20</p>\n","type":"text/plain"},"key":"limit","value":"20"},{"description":{"content":"<p>Filter submission by survey id</p>\n","type":"text/plain"},"key":"surveyId","value":"jjusM6EOngDExnbo2DbU"},{"description":{"content":"<p>Filter by contactId, name, email or phone no.</p>\n","type":"text/plain"},"key":"q","value":"john@deo.com"},{"description":{"content":"<p>Get submission by starting of this date. By default it will be same date of last month.</p>\n","type":"text/plain"},"key":"startAt","value":"2020-11-14"},{"description":{"content":"<p>Get submission by ending of this date. By default it will be current date.</p>\n","type":"text/plain"},"key":"endAt","value":"2020-12-14"}],"variable":[]}},"response":[{"id":"50c777eb-0e00-4a3b-a459-5a86f01787a8","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/surveys/submissions?page=1&limit=20&surveyId=jjusM6EOngDExnbo2DbU&q=john@deo.com&startAt=2020-11-14&endAt=2020-12-14","host":["https://api.studentconvert.com"],"path":["v1","surveys","submissions"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"},{"key":"surveyId","value":"jjusM6EOngDExnbo2DbU"},{"key":"q","value":"john@deo.com"},{"key":"startAt","value":"2020-11-14"},{"key":"endAt","value":"2020-12-14"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"submissions\": [\n  {\n   \"id\": \"be759b9a-c3ec-4b29-ba07-fc3c89c77673\",\n   \"contactId\": \"9NkT25Vor1v4aQatFsv2\",\n   \"__submissions_other_field__\": \"john@deo.com\",\n   \"__custom_field_id__\": \"20\",\n   \"createdAt\": \"2020-11-01T18:02:21.000Z\",\n   \"surveyId\": \"jjusM6EOngDExnbo2DbU\",\n   \"pageDetails\": {\n    \"url\": \"https://www.studentconvert.com/\",\n    \"source\": \"Social Media\",\n    \"referrer\": \"http://m.facebook.com\",\n    \"fbclid\": \"IwAR1JoTTltt3EKJE3O-MrQij_lTeA6BKGTy8M2wKepSzs4oUbTYhL2Lns18w\"\n   }\n  },\n  {\n   \"id\": \"be759b9a-c3ec-4b29-ba07-fc3c89c77673\",\n   \"contactId\": \"9NkT25Vor1v4aQatFsv2\",\n   \"__submissions_other_field__\": \"john@deo.com\",\n   \"__custom_field_id__\": \"20\",\n   \"createdAt\": \"2020-11-01T18:02:21.000Z\",\n   \"surveyId\": \"jjusM6EOngDExnbo2DbU\",\n   \"pageDetails\": {\n    \"url\": \"https://www.studentconvert.com/\",\n    \"source\": \"Social Media\",\n    \"referrer\": \"http://m.facebook.com\",\n    \"fbclid\": \"IwAR1JoTTltt3EKJE3O-MrQij_lTeA6BKGTy8M2wKepSzs4oUbTYhL2Lns18w\"\n   }\n  }\n ],\n \"meta\": {\n  \"total\": 250,\n  \"currentPage\": 2,\n  \"nextPage\": 3,\n  \"prevPage\": 1\n }\n}"},{"id":"4e2d0b00-c1aa-4f7c-a687-b6fc97db35de","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/surveys/submissions?page=1&limit=20&surveyId=jjusM6EOngDExnbo2DbU&q=john@deo.com&startAt=2020-11-14&endAt=2020-12-14","host":["https://api.studentconvert.com"],"path":["v1","surveys","submissions"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"},{"key":"surveyId","value":"jjusM6EOngDExnbo2DbU"},{"key":"q","value":"john@deo.com"},{"key":"startAt","value":"2020-11-14"},{"key":"endAt","value":"2020-12-14"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"8ae4a309-7c43-4194-9a65-5fa7d6afaa0f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.studentconvert.com/v1/surveys/submissions?page=1&limit=20&surveyId=jjusM6EOngDExnbo2DbU&q=john@deo.com&startAt=2020-11-14&endAt=2020-12-14","host":["https://api.studentconvert.com"],"path":["v1","surveys","submissions"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"20"},{"key":"surveyId","value":"jjusM6EOngDExnbo2DbU"},{"key":"q","value":"john@deo.com"},{"key":"startAt","value":"2020-11-14"},{"key":"endAt","value":"2020-12-14"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"17dc8f99-8b9f-42d1-9ec5-7e30c3420665"}],"id":"eab5a577-9b9f-4654-95a8-aa9917f49c38","_postman_id":"eab5a577-9b9f-4654-95a8-aa9917f49c38","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}},{"name":"Workflow","item":[{"name":"/v1/workflows/","id":"5ab0a91a-ad07-4c66-8d09-db51b752a641","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.studentconvert.com/v1/workflows/","description":"<h4>Get Workflow.</h4> <strong>Authorization:</strong> <p>Provide your location api key (Bearer Token).</p>","urlObject":{"path":["v1","workflows",""],"host":["https://api.studentconvert.com"],"query":[],"variable":[]}},"response":[{"id":"11b1729e-ae09-405a-bcd7-c5091118447c","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/workflows/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"workflow\": [\n  {\n   \"id\": \"78559bb3-b920-461e-b010-7b2a2816d2a9\",\n   \"name\": \"First Workflow\",\n   \"status\": \"draft\",\n   \"version\": 2,\n   \"createdAt\": \"2021-05-26T11:33:49.000Z\",\n   \"updatedAt\": \"2021-05-26T11:33:49.000Z\"\n  },\n  {\n   \"id\": \"78559bb3-b920-461e-b010-7b2a2816d2a9\",\n   \"name\": \"First Workflow\",\n   \"status\": \"draft\",\n   \"version\": 2,\n   \"createdAt\": \"2021-05-26T11:33:49.000Z\",\n   \"updatedAt\": \"2021-05-26T11:33:49.000Z\"\n  }\n ]\n}"},{"id":"f2f19e98-0837-47e6-ba9a-811300f6fb20","name":"Bad Request. please contact support!","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/workflows/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Bad Request\"\n}"},{"id":"1a676678-d0ef-41c7-aeaf-f615dfdb63d6","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.studentconvert.com/v1/workflows/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"msg\": \"Unauthorized\"\n}"}],"_postman_id":"5ab0a91a-ad07-4c66-8d09-db51b752a641"}],"id":"6aad0841-e69d-4d01-ab61-752bdf1c5364","_postman_id":"6aad0841-e69d-4d01-ab61-752bdf1c5364","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"b2334288-042a-4f39-bea5-11026db2b80f","id":"b2334288-042a-4f39-bea5-11026db2b80f","name":"StudentConvert API V1.1.20","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"variable":[{"key":"baseUrl","value":"https://api.studentconvert.com","type":"string"}]}