{"info":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","description":"<html><head></head><body><p>The Chorus API is a REST API that enables you to retrieve information from and perform actions in Chorus. The Chorus API supports the following use cases:</p>\n<ol>\n<li>Retrieve data about your users in Chorus</li>\n<li>Retrieve data about your engagements (meetings and dialer calls)</li>\n<li>Upload new recordings into Chorus</li>\n<li>Delete recordings from Chorus</li>\n</ol>\n<h1 id=\"authentication\">Authentication</h1>\n<p>The Chorus API uses API tokens to authenticate requests. API tokens can be generated for each Chorus user, and is managed via the Personal Settings page within the Chorus application. For users to be able to create API token(s), their role as defined in Chorus must be permitted access to the Chorus API via roles &amp; permissions settings. \nAuthentication is performed using the Authorization header, as in the the following example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl -H \"Authorization:abcdefghijklmnopqrstuvwxyz0123456789\" https://chorus.ai/v3/engagements\n</code></pre><p>An API token must be associated with a registered user in Chorus to ensure control over data access and permissions, and to ensure traceability. During the early access period, please contact your Chorus customer success manager to obtain your personal API token.</p>\n<h1 id=\"privacy-and-data-access-control\">Privacy and Data Access Control</h1>\n<p>The following controls apply when retrieving data or performing an action via the Chorus API.</p>\n<ol>\n<li>Recordings marked as private are not returned in API response. </li>\n<li>If enabled, data access control settings configured for the access key user applies to access via API. This means that in order to retrieve data on all recordings within Chorus, the users associated with the API token must also have access to all recordings.</li>\n<li>Permissions on actions a user may perform within the Chorus application as specified in roles &amp; permissions settings also apply to actions performed via API.</li>\n</ol>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"Privacy and Data Access Control","slug":"privacy-and-data-access-control"}],"owner":"19674985","collectionId":"2b43943d-dfec-439e-b0a9-4e901186c8ba","publishedId":"2sBXcDGLvE","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-17T17:38:06.000Z"},"item":[{"name":"Auth","item":[{"name":"Signed request authentication flow","id":"e46a86c9-7496-4fbb-99a7-dde840333bff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"client_id\": \"string\",\n      \"signed_request\": \"string\",\n      \"redirect\": false\n    },\n    \"type\": \"signed_request\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/auth/signed_request","description":"<p>This API returns a signed request authentication response based on the HMAC authentication flow</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","auth","signed_request"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"7baa0cc5-ec72-4424-9ab8-492782f266eb","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"client_id\": \"string\",\n      \"signed_request\": \"string\",\n      \"redirect\": false\n    },\n    \"type\": \"signed_request\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/auth/signed_request"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"url\": \"string\",\n      \"expiry\": 738\n    },\n    \"type\": \"signed_request_response\",\n    \"id\": \"123\"\n  }\n}"},{"id":"7b67bc26-245c-470f-a709-89268e24537c","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"client_id\": \"string\",\n      \"signed_request\": \"string\",\n      \"redirect\": false\n    },\n    \"type\": \"signed_request\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/auth/signed_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"686f8120-658d-4429-8f0f-4ffc58258e7b","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"client_id\": \"string\",\n      \"signed_request\": \"string\",\n      \"redirect\": false\n    },\n    \"type\": \"signed_request\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/auth/signed_request"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"e46a86c9-7496-4fbb-99a7-dde840333bff"}],"id":"56301fef-0293-4604-ab75-44afa5b6b1e3","_postman_id":"56301fef-0293-4604-ab75-44afa5b6b1e3","description":"","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}}},{"name":"Event","item":[{"name":"PagerDuty webhook for incoming CI","id":"2326bd39-b02a-4922-a610-c337153abe91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/pagerduty/event","description":"<p>PagerDuty webhook for incoming CI</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","pagerduty","event"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"3999bb14-87c6-4b50-bd1e-164b5288a156","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/pagerduty/event"},"status":"Accepted","code":202,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"759e41e4-4603-46a5-b0fc-317530b3265c","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/pagerduty/event"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"a4de4a98-35b0-46f4-8862-8e260e956767","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/pagerduty/event"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"2326bd39-b02a-4922-a610-c337153abe91"}],"id":"e42b0acc-39cf-44c0-87c0-5307481a0524","_postman_id":"e42b0acc-39cf-44c0-87c0-5307481a0524","description":"","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}}},{"name":"Conversations","item":[{"name":"Fetch a LIVE conversation using meeting uuid or user id","id":"1119606f-97b5-4605-8f1a-ddc159bc431c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/conversations/live","description":"<p>Get details about a live conversation.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","conversations","live"],"host":["/"],"query":[{"disabled":true,"description":{"content":"<p>The list of fields to populate. Value must be a comma-delimited list. Each item must be one of the following: account, company_name, _created_at, _modified_at, deal, disposition, language, metrics, meeting.id, name, owner, owner.email, participants, private, recording, recording.audio_only, recording.autojoin, recording.autojoin_reason, recording.clusters, recording.duration, recording.end_reason, recording.recordable, recording.schedule_end_time, recording.schedule_start_time, recording.start_time, recording.thumbnails, recording.trackers, recording.utterances, source, status, user_company_name</p>\n","type":"text/plain"},"key":"fields","value":"string"},{"disabled":true,"description":{"content":"<p>The list of conversation fields to populate. This parameter is deprecated.  Use <code>fields</code>, instead. Value must be a comma-delimited list.</p>\n","type":"text/plain"},"key":"fields[conversations]","value":"string"},{"disabled":true,"description":{"content":"<p>The recording-related fields to populate. This parameter is deprecated.  Use <code>fields</code>, instead. Value must be a comma-delimited list.</p>\n","type":"text/plain"},"key":"fields[recordings]","value":"string"}],"variable":[]}},"response":[{"id":"7706e766-9184-4ffc-a7cd-5f9be5e04a17","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/conversations/live","host":["/"],"path":["api","v1","conversations","live"],"query":[{"description":"The list of fields to populate. Value must be a comma-delimited list. Each item must be one of the following: account, company_name, _created_at, _modified_at, deal, disposition, language, metrics, meeting.id, name, owner, owner.email, participants, private, recording, recording.audio_only, recording.autojoin, recording.autojoin_reason, recording.clusters, recording.duration, recording.end_reason, recording.recordable, recording.schedule_end_time, recording.schedule_start_time, recording.start_time, recording.thumbnails, recording.trackers, recording.utterances, source, status, user_company_name","key":"fields","value":"string","disabled":true},{"description":"The list of conversation fields to populate. This parameter is deprecated.  Use `fields`, instead. Value must be a comma-delimited list.","key":"fields[conversations]","value":"string","disabled":true},{"description":"The recording-related fields to populate. This parameter is deprecated.  Use `fields`, instead. Value must be a comma-delimited list.","key":"fields[recordings]","value":"string","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"account\": {\n        \"id\": 9694,\n        \"name\": \"string\",\n        \"ext_id\": \"string\",\n        \"type\": \"string\",\n        \"zi_company_id\": \"string\"\n      },\n      \"deal\": {\n        \"close_date\": \"2021-01-01T00:00:00Z\",\n        \"current_stage\": \"string\",\n        \"engaged\": \"string\",\n        \"follow_up\": {\n          \"doc_type\": \"string\",\n          \"id\": \"string\",\n          \"start_time\": \"2021-01-01T00:00:00Z\",\n          \"thread_id\": \"\"\n        },\n        \"id\": \"string\",\n        \"initial_amount\": 9699.429524842275,\n        \"initial_stage\": \"string\",\n        \"name\": \"string\",\n        \"on_stage_since\": \"2021-01-01T00:00:00Z\",\n        \"size\": 717,\n        \"size_increased_amount\": \"\",\n        \"stage_advancement\": \"string\"\n      },\n      \"owner\": {\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"person_id\": 7637,\n        \"user_id\": 7056\n      },\n      \"status\": \"done\",\n      \"recording\": {\n        \"audio_only\": false,\n        \"autojoin\": false,\n        \"autojoin_reason\": \"string\",\n        \"unrecorded_reason\": \"string\",\n        \"clusters\": [\n          {\n            \"id\": 668,\n            \"match_method\": \"guess\",\n            \"ranges\": [\n              {\n                \"length\": 1444.1240321383452,\n                \"start\": 4743.950347692636,\n                \"talk_time\": 8504.130012407039\n              },\n              {\n                \"length\": 5058.342943666324,\n                \"start\": 1707.6752685701647,\n                \"talk_time\": 7446.771219333741\n              }\n            ],\n            \"speaker_name\": \"string\",\n            \"type\": \"cust\",\n            \"company_name\": \"string\",\n            \"display_name\": \"string\",\n            \"participant\": 2183,\n            \"title\": \"string\",\n            \"user_id\": 8487\n          },\n          {\n            \"id\": 3185,\n            \"match_method\": \"guess\",\n            \"ranges\": [\n              {\n                \"length\": 5411.037514625463,\n                \"start\": 576.6509181871015,\n                \"talk_time\": 406.1740321533991\n              },\n              {\n                \"length\": 9750.196926058114,\n                \"start\": 1862.8504316287874,\n                \"talk_time\": 3693.761499757686\n              }\n            ],\n            \"speaker_name\": \"string\",\n            \"type\": \"cust\",\n            \"company_name\": \"string\",\n            \"display_name\": \"string\",\n            \"participant\": 461,\n            \"title\": \"string\",\n            \"user_id\": 6726\n          }\n        ],\n        \"duration\": 8113.958899579533,\n        \"end_reason\": \"string\",\n        \"has_meeting_summary\": false,\n        \"recordable\": true,\n        \"schedule_end_time\": \"2021-01-01T00:00:00Z\",\n        \"schedule_start_time\": \"2021-01-01T00:00:00Z\",\n        \"start_time\": \"2021-01-01T00:00:00Z\",\n        \"thumbnails\": [\n          {\n            \"id\": \"\",\n            \"offset_end\": 1797,\n            \"offset_start\": 3980,\n            \"type\": \"keyframe\",\n            \"duration\": 9354,\n            \"keyframe_type\": \"deck\"\n          },\n          {\n            \"id\": \"\",\n            \"offset_end\": 8759,\n            \"offset_start\": 8534,\n            \"type\": \"keyframe\",\n            \"duration\": 5512,\n            \"keyframe_type\": \"deck\"\n          }\n        ],\n        \"trackers\": [\n          {\n            \"count\": 0,\n            \"id\": \"string\",\n            \"mentions\": [\n              {\n                \"offset\": 8097,\n                \"utterance\": 2384\n              },\n              {\n                \"offset\": 5782,\n                \"utterance\": 6849\n              }\n            ],\n            \"name\": \"string\",\n            \"owner_id\": 6873,\n            \"source\": \"string\",\n            \"type\": \"string\",\n            \"team_ids\": [\n              8664,\n              9174\n            ]\n          },\n          {\n            \"count\": 0,\n            \"id\": \"string\",\n            \"mentions\": [\n              {\n                \"offset\": 3651,\n                \"utterance\": 175\n              },\n              {\n                \"offset\": 9659,\n                \"utterance\": 963\n              }\n            ],\n            \"name\": \"string\",\n            \"owner_id\": 4952,\n            \"source\": \"string\",\n            \"type\": \"string\",\n            \"team_ids\": [\n              7450,\n              8496\n            ]\n          }\n        ],\n        \"utterances\": [\n          {\n            \"date_time\": \"2021-01-01T00:00:00Z\",\n            \"engaging\": false,\n            \"expired\": true,\n            \"id\": \"string\",\n            \"index\": 7684,\n            \"participant\": 4800,\n            \"snippet\": \"string\",\n            \"snippet_length\": 3813.070216181348,\n            \"snippet_time\": 1200.424436125691,\n            \"snippet_word_count\": 4677,\n            \"speaker_id\": 1505,\n            \"speaker_name\": \"string\",\n            \"speaker_type\": \"string\"\n          },\n          {\n            \"date_time\": \"2021-01-01T00:00:00Z\",\n            \"engaging\": true,\n            \"expired\": false,\n            \"id\": \"string\",\n            \"index\": 5780,\n            \"participant\": 2962,\n            \"snippet\": \"string\",\n            \"snippet_length\": 7790.96543084137,\n            \"snippet_time\": 9719.906982093877,\n            \"snippet_word_count\": 1539,\n            \"speaker_id\": 5224,\n            \"speaker_name\": \"string\",\n            \"speaker_type\": \"string\"\n          }\n        ]\n      },\n      \"_created_at\": \"2021-01-01T00:00:00Z\",\n      \"_modified_at\": \"2021-01-01T00:00:00Z\",\n      \"action_items\": [\n        \"string\",\n        \"string\"\n      ],\n      \"company_name\": \"string\",\n      \"custom_questions\": [\n        \"\",\n        \"\"\n      ],\n      \"custom_summaries\": [\n        \"\",\n        \"\"\n      ],\n      \"disposition\": {\n        \"Task___CallDisposition\": \"\",\n        \"connected\": \"\",\n        \"gatekeeper\": \"\",\n        \"tree\": \"\",\n        \"voicemail\": \"\"\n      },\n      \"generated_subject\": \"string\",\n      \"language\": \"string\",\n      \"meeting\": {\n        \"id\": \"string\",\n        \"calendar_id\": \"string\",\n        \"ical_uid\": \"string\",\n        \"meeting_url\": \"string\"\n      },\n      \"meta\": {\n        \"viewed\": \"2021-01-01T00:00:00Z\",\n        \"offset\": 7368\n      },\n      \"metrics\": [\n        {\n          \"name\": \"string\",\n          \"value\": 7110.581975468618\n        },\n        {\n          \"name\": \"string\",\n          \"value\": 7742.410005369978\n        }\n      ],\n      \"name\": \"string\",\n      \"participants\": [\n        {\n          \"name\": \"string\",\n          \"person_id\": 6408,\n          \"type\": \"string\",\n          \"company_name\": \"string\",\n          \"email\": \"string\",\n          \"is_my_team\": false,\n          \"picture\": \"string\",\n          \"title\": \"string\",\n          \"user_id\": 5511,\n          \"zi_person_id\": 6768\n        },\n        {\n          \"name\": \"string\",\n          \"person_id\": 2659,\n          \"type\": \"string\",\n          \"company_name\": \"string\",\n          \"email\": \"string\",\n          \"is_my_team\": false,\n          \"picture\": \"string\",\n          \"title\": \"string\",\n          \"user_id\": 9659,\n          \"zi_person_id\": 2033\n        }\n      ],\n      \"private\": false,\n      \"recap\": [\n        \"string\",\n        \"string\"\n      ],\n      \"source\": \"string\",\n      \"summary\": \"string\",\n      \"summary_error\": \"string\",\n      \"tracker_match\": \"string\",\n      \"user_company_name\": \"string\"\n    },\n    \"type\": \"recording\",\n    \"id\": \"423295C52B954F5EA9023D7A014546F6\"\n  }\n}"},{"id":"81fe93f5-4605-4f2b-bcc2-97ad538f85c1","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/conversations/live","host":["/"],"path":["api","v1","conversations","live"],"query":[{"description":"The list of fields to populate. Value must be a comma-delimited list. Each item must be one of the following: account, company_name, _created_at, _modified_at, deal, disposition, language, metrics, meeting.id, name, owner, owner.email, participants, private, recording, recording.audio_only, recording.autojoin, recording.autojoin_reason, recording.clusters, recording.duration, recording.end_reason, recording.recordable, recording.schedule_end_time, recording.schedule_start_time, recording.start_time, recording.thumbnails, recording.trackers, recording.utterances, source, status, user_company_name","key":"fields","value":"string","disabled":true},{"description":"The list of conversation fields to populate. This parameter is deprecated.  Use `fields`, instead. Value must be a comma-delimited list.","key":"fields[conversations]","value":"string","disabled":true},{"description":"The recording-related fields to populate. This parameter is deprecated.  Use `fields`, instead. Value must be a comma-delimited list.","key":"fields[recordings]","value":"string","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"f61ea883-d0dc-45ef-8033-6a796ab5f022","name":"Not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/conversations/live","host":["/"],"path":["api","v1","conversations","live"],"query":[{"description":"The list of fields to populate. Value must be a comma-delimited list. Each item must be one of the following: account, company_name, _created_at, _modified_at, deal, disposition, language, metrics, meeting.id, name, owner, owner.email, participants, private, recording, recording.audio_only, recording.autojoin, recording.autojoin_reason, recording.clusters, recording.duration, recording.end_reason, recording.recordable, recording.schedule_end_time, recording.schedule_start_time, recording.start_time, recording.thumbnails, recording.trackers, recording.utterances, source, status, user_company_name","key":"fields","value":"string","disabled":true},{"description":"The list of conversation fields to populate. This parameter is deprecated.  Use `fields`, instead. Value must be a comma-delimited list.","key":"fields[conversations]","value":"string","disabled":true},{"description":"The recording-related fields to populate. This parameter is deprecated.  Use `fields`, instead. Value must be a comma-delimited list.","key":"fields[recordings]","value":"string","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"1119606f-97b5-4605-8f1a-ddc159bc431c"},{"name":"Delete a conversation record","id":"13010bdc-1ab1-4d41-a192-73c4fac20fa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/conversations/:id","description":"<p>Makes an asynchronous request to delete a conversation record such as an e-mail or recording.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","conversations",":id"],"host":["/"],"query":[{"disabled":true,"description":{"content":"<p>Applicable to recordings only; delete associated playlist moments with the recording</p>\n","type":"text/plain"},"key":"force_delete","value":"false"}],"variable":[{"id":"2cc7d30e-3b4b-4084-8430-d54c7356a404","description":{"content":"<p>id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"7ea54f9c-9858-498e-96a6-97330ca2b25b","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/conversations/:id","host":["/"],"path":["api","v1","conversations",":id"],"query":[{"description":"Applicable to recordings only; delete associated playlist moments with the recording","key":"force_delete","value":"false","disabled":true}],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"status\": \"string\"\n    },\n    \"type\": \"task\",\n    \"id\": \"123\"\n  }\n}"},{"id":"43a49342-5edd-4ad2-9b9e-49589587ed86","name":"Bad request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/conversations/:id","host":["/"],"path":["api","v1","conversations",":id"],"query":[{"description":"Applicable to recordings only; delete associated playlist moments with the recording","key":"force_delete","value":"false","disabled":true}],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"16b6832a-4d75-4847-b5fc-85375c4c590e","name":"Not found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/conversations/:id","host":["/"],"path":["api","v1","conversations",":id"],"query":[{"description":"Applicable to recordings only; delete associated playlist moments with the recording","key":"force_delete","value":"false","disabled":true}],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"13010bdc-1ab1-4d41-a192-73c4fac20fa8"},{"name":"Fetch a specific conversation","id":"de5ff9a4-4389-4e56-9398-6b588a0a4708","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/conversations/:id","description":"<p>This API fetches the conversation with the given ID.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","conversations",":id"],"host":["/"],"query":[{"disabled":true,"description":{"content":"<p>The list of fields to populate. Value must be a comma-delimited list. Each item must be one of the following: account, company_name, _created_at, _modified_at, deal, disposition, language, metrics, meeting.id, name, owner, owner.email, participants, private, recording, recording.audio_only, recording.autojoin, recording.autojoin_reason, recording.clusters, recording.duration, recording.end_reason, recording.recordable, recording.schedule_end_time, recording.schedule_start_time, recording.start_time, recording.thumbnails, recording.trackers, recording.utterances, source, status, user_company_name</p>\n","type":"text/plain"},"key":"fields","value":"string"},{"disabled":true,"description":{"content":"<p>The list of conversation fields to populate. This parameter is deprecated.  Use <code>fields</code>, instead. Value must be a comma-delimited list.</p>\n","type":"text/plain"},"key":"fields[conversations]","value":"string"},{"disabled":true,"description":{"content":"<p>The recording-related fields to populate. This parameter is deprecated.  Use <code>fields</code>, instead. Value must be a comma-delimited list.</p>\n","type":"text/plain"},"key":"fields[recordings]","value":"string"},{"disabled":true,"description":{"content":"<p>Specify true to force the conversation to be regenerated based on the latest information.</p>\n","type":"text/plain"},"key":"force_regeneration","value":"false"},{"disabled":true,"description":{"content":"<p>Specify true to skip summary generation.</p>\n","type":"text/plain"},"key":"skip_summary_generation","value":"false"},{"disabled":true,"description":{"content":"<p>Whether to include meeting metadata including provider calendar id and meeting url</p>\n","type":"text/plain"},"key":"include_meeting_metadata","value":"false"}],"variable":[{"id":"4b2d97da-ba31-451c-9c89-e48d7ee3d097","description":{"content":"<p>id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"20eae0b7-68b7-432d-85ee-7392e56ba7f4","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/conversations/:id","host":["/"],"path":["api","v1","conversations",":id"],"query":[{"description":"The list of fields to populate. Value must be a comma-delimited list. Each item must be one of the following: account, company_name, _created_at, _modified_at, deal, disposition, language, metrics, meeting.id, name, owner, owner.email, participants, private, recording, recording.audio_only, recording.autojoin, recording.autojoin_reason, recording.clusters, recording.duration, recording.end_reason, recording.recordable, recording.schedule_end_time, recording.schedule_start_time, recording.start_time, recording.thumbnails, recording.trackers, recording.utterances, source, status, user_company_name","key":"fields","value":"string","disabled":true},{"description":"The list of conversation fields to populate. This parameter is deprecated.  Use `fields`, instead. Value must be a comma-delimited list.","key":"fields[conversations]","value":"string","disabled":true},{"description":"The recording-related fields to populate. This parameter is deprecated.  Use `fields`, instead. Value must be a comma-delimited list.","key":"fields[recordings]","value":"string","disabled":true},{"description":"Specify true to force the conversation to be regenerated based on the latest information.","key":"force_regeneration","value":"false","disabled":true},{"description":"Specify true to skip summary generation.","key":"skip_summary_generation","value":"false","disabled":true},{"description":"Whether to include meeting metadata including provider calendar id and meeting url","key":"include_meeting_metadata","value":"false","disabled":true}],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"account\": {\n        \"id\": 9694,\n        \"name\": \"string\",\n        \"ext_id\": \"string\",\n        \"type\": \"string\",\n        \"zi_company_id\": \"string\"\n      },\n      \"deal\": {\n        \"close_date\": \"2021-01-01T00:00:00Z\",\n        \"current_stage\": \"string\",\n        \"engaged\": \"string\",\n        \"follow_up\": {\n          \"doc_type\": \"string\",\n          \"id\": \"string\",\n          \"start_time\": \"2021-01-01T00:00:00Z\",\n          \"thread_id\": \"\"\n        },\n        \"id\": \"string\",\n        \"initial_amount\": 9699.429524842275,\n        \"initial_stage\": \"string\",\n        \"name\": \"string\",\n        \"on_stage_since\": \"2021-01-01T00:00:00Z\",\n        \"size\": 717,\n        \"size_increased_amount\": \"\",\n        \"stage_advancement\": \"string\"\n      },\n      \"owner\": {\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"person_id\": 7637,\n        \"user_id\": 7056\n      },\n      \"status\": \"done\",\n      \"recording\": {\n        \"audio_only\": false,\n        \"autojoin\": false,\n        \"autojoin_reason\": \"string\",\n        \"unrecorded_reason\": \"string\",\n        \"clusters\": [\n          {\n            \"id\": 668,\n            \"match_method\": \"guess\",\n            \"ranges\": [\n              {\n                \"length\": 1444.1240321383452,\n                \"start\": 4743.950347692636,\n                \"talk_time\": 8504.130012407039\n              },\n              {\n                \"length\": 5058.342943666324,\n                \"start\": 1707.6752685701647,\n                \"talk_time\": 7446.771219333741\n              }\n            ],\n            \"speaker_name\": \"string\",\n            \"type\": \"cust\",\n            \"company_name\": \"string\",\n            \"display_name\": \"string\",\n            \"participant\": 2183,\n            \"title\": \"string\",\n            \"user_id\": 8487\n          },\n          {\n            \"id\": 3185,\n            \"match_method\": \"guess\",\n            \"ranges\": [\n              {\n                \"length\": 5411.037514625463,\n                \"start\": 576.6509181871015,\n                \"talk_time\": 406.1740321533991\n              },\n              {\n                \"length\": 9750.196926058114,\n                \"start\": 1862.8504316287874,\n                \"talk_time\": 3693.761499757686\n              }\n            ],\n            \"speaker_name\": \"string\",\n            \"type\": \"cust\",\n            \"company_name\": \"string\",\n            \"display_name\": \"string\",\n            \"participant\": 461,\n            \"title\": \"string\",\n            \"user_id\": 6726\n          }\n        ],\n        \"duration\": 8113.958899579533,\n        \"end_reason\": \"string\",\n        \"has_meeting_summary\": false,\n        \"recordable\": true,\n        \"schedule_end_time\": \"2021-01-01T00:00:00Z\",\n        \"schedule_start_time\": \"2021-01-01T00:00:00Z\",\n        \"start_time\": \"2021-01-01T00:00:00Z\",\n        \"thumbnails\": [\n          {\n            \"id\": \"\",\n            \"offset_end\": 1797,\n            \"offset_start\": 3980,\n            \"type\": \"keyframe\",\n            \"duration\": 9354,\n            \"keyframe_type\": \"deck\"\n          },\n          {\n            \"id\": \"\",\n            \"offset_end\": 8759,\n            \"offset_start\": 8534,\n            \"type\": \"keyframe\",\n            \"duration\": 5512,\n            \"keyframe_type\": \"deck\"\n          }\n        ],\n        \"trackers\": [\n          {\n            \"count\": 0,\n            \"id\": \"string\",\n            \"mentions\": [\n              {\n                \"offset\": 8097,\n                \"utterance\": 2384\n              },\n              {\n                \"offset\": 5782,\n                \"utterance\": 6849\n              }\n            ],\n            \"name\": \"string\",\n            \"owner_id\": 6873,\n            \"source\": \"string\",\n            \"type\": \"string\",\n            \"team_ids\": [\n              8664,\n              9174\n            ]\n          },\n          {\n            \"count\": 0,\n            \"id\": \"string\",\n            \"mentions\": [\n              {\n                \"offset\": 3651,\n                \"utterance\": 175\n              },\n              {\n                \"offset\": 9659,\n                \"utterance\": 963\n              }\n            ],\n            \"name\": \"string\",\n            \"owner_id\": 4952,\n            \"source\": \"string\",\n            \"type\": \"string\",\n            \"team_ids\": [\n              7450,\n              8496\n            ]\n          }\n        ],\n        \"utterances\": [\n          {\n            \"date_time\": \"2021-01-01T00:00:00Z\",\n            \"engaging\": false,\n            \"expired\": true,\n            \"id\": \"string\",\n            \"index\": 7684,\n            \"participant\": 4800,\n            \"snippet\": \"string\",\n            \"snippet_length\": 3813.070216181348,\n            \"snippet_time\": 1200.424436125691,\n            \"snippet_word_count\": 4677,\n            \"speaker_id\": 1505,\n            \"speaker_name\": \"string\",\n            \"speaker_type\": \"string\"\n          },\n          {\n            \"date_time\": \"2021-01-01T00:00:00Z\",\n            \"engaging\": true,\n            \"expired\": false,\n            \"id\": \"string\",\n            \"index\": 5780,\n            \"participant\": 2962,\n            \"snippet\": \"string\",\n            \"snippet_length\": 7790.96543084137,\n            \"snippet_time\": 9719.906982093877,\n            \"snippet_word_count\": 1539,\n            \"speaker_id\": 5224,\n            \"speaker_name\": \"string\",\n            \"speaker_type\": \"string\"\n          }\n        ]\n      },\n      \"_created_at\": \"2021-01-01T00:00:00Z\",\n      \"_modified_at\": \"2021-01-01T00:00:00Z\",\n      \"action_items\": [\n        \"string\",\n        \"string\"\n      ],\n      \"company_name\": \"string\",\n      \"custom_questions\": [\n        \"\",\n        \"\"\n      ],\n      \"custom_summaries\": [\n        \"\",\n        \"\"\n      ],\n      \"disposition\": {\n        \"Task___CallDisposition\": \"\",\n        \"connected\": \"\",\n        \"gatekeeper\": \"\",\n        \"tree\": \"\",\n        \"voicemail\": \"\"\n      },\n      \"generated_subject\": \"string\",\n      \"language\": \"string\",\n      \"meeting\": {\n        \"id\": \"string\",\n        \"calendar_id\": \"string\",\n        \"ical_uid\": \"string\",\n        \"meeting_url\": \"string\"\n      },\n      \"meta\": {\n        \"viewed\": \"2021-01-01T00:00:00Z\",\n        \"offset\": 7368\n      },\n      \"metrics\": [\n        {\n          \"name\": \"string\",\n          \"value\": 7110.581975468618\n        },\n        {\n          \"name\": \"string\",\n          \"value\": 7742.410005369978\n        }\n      ],\n      \"name\": \"string\",\n      \"participants\": [\n        {\n          \"name\": \"string\",\n          \"person_id\": 6408,\n          \"type\": \"string\",\n          \"company_name\": \"string\",\n          \"email\": \"string\",\n          \"is_my_team\": false,\n          \"picture\": \"string\",\n          \"title\": \"string\",\n          \"user_id\": 5511,\n          \"zi_person_id\": 6768\n        },\n        {\n          \"name\": \"string\",\n          \"person_id\": 2659,\n          \"type\": \"string\",\n          \"company_name\": \"string\",\n          \"email\": \"string\",\n          \"is_my_team\": false,\n          \"picture\": \"string\",\n          \"title\": \"string\",\n          \"user_id\": 9659,\n          \"zi_person_id\": 2033\n        }\n      ],\n      \"private\": false,\n      \"recap\": [\n        \"string\",\n        \"string\"\n      ],\n      \"source\": \"string\",\n      \"summary\": \"string\",\n      \"summary_error\": \"string\",\n      \"tracker_match\": \"string\",\n      \"user_company_name\": \"string\"\n    },\n    \"type\": \"recording\",\n    \"id\": \"423295C52B954F5EA9023D7A014546F6\"\n  }\n}"},{"id":"e1f794e9-0b05-42c8-af81-b63926a0047c","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/conversations/:id","host":["/"],"path":["api","v1","conversations",":id"],"query":[{"description":"The list of fields to populate. Value must be a comma-delimited list. Each item must be one of the following: account, company_name, _created_at, _modified_at, deal, disposition, language, metrics, meeting.id, name, owner, owner.email, participants, private, recording, recording.audio_only, recording.autojoin, recording.autojoin_reason, recording.clusters, recording.duration, recording.end_reason, recording.recordable, recording.schedule_end_time, recording.schedule_start_time, recording.start_time, recording.thumbnails, recording.trackers, recording.utterances, source, status, user_company_name","key":"fields","value":"string","disabled":true},{"description":"The list of conversation fields to populate. This parameter is deprecated.  Use `fields`, instead. Value must be a comma-delimited list.","key":"fields[conversations]","value":"string","disabled":true},{"description":"The recording-related fields to populate. This parameter is deprecated.  Use `fields`, instead. Value must be a comma-delimited list.","key":"fields[recordings]","value":"string","disabled":true},{"description":"Specify true to force the conversation to be regenerated based on the latest information.","key":"force_regeneration","value":"false","disabled":true},{"description":"Specify true to skip summary generation.","key":"skip_summary_generation","value":"false","disabled":true},{"description":"Whether to include meeting metadata including provider calendar id and meeting url","key":"include_meeting_metadata","value":"false","disabled":true}],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"af0a5cf2-5e14-4776-99d7-49727a9309a8","name":"Not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/conversations/:id","host":["/"],"path":["api","v1","conversations",":id"],"query":[{"description":"The list of fields to populate. Value must be a comma-delimited list. Each item must be one of the following: account, company_name, _created_at, _modified_at, deal, disposition, language, metrics, meeting.id, name, owner, owner.email, participants, private, recording, recording.audio_only, recording.autojoin, recording.autojoin_reason, recording.clusters, recording.duration, recording.end_reason, recording.recordable, recording.schedule_end_time, recording.schedule_start_time, recording.start_time, recording.thumbnails, recording.trackers, recording.utterances, source, status, user_company_name","key":"fields","value":"string","disabled":true},{"description":"The list of conversation fields to populate. This parameter is deprecated.  Use `fields`, instead. Value must be a comma-delimited list.","key":"fields[conversations]","value":"string","disabled":true},{"description":"The recording-related fields to populate. This parameter is deprecated.  Use `fields`, instead. Value must be a comma-delimited list.","key":"fields[recordings]","value":"string","disabled":true},{"description":"Specify true to force the conversation to be regenerated based on the latest information.","key":"force_regeneration","value":"false","disabled":true},{"description":"Specify true to skip summary generation.","key":"skip_summary_generation","value":"false","disabled":true},{"description":"Whether to include meeting metadata including provider calendar id and meeting url","key":"include_meeting_metadata","value":"false","disabled":true}],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"de5ff9a4-4389-4e56-9398-6b588a0a4708"},{"name":"Disconnect a live conversation","id":"9ed67ddf-ee5c-484b-b2a9-15d8074873aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/conversations/:id/actions/disconnect","description":"<p>This API disconnects a live call.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","conversations",":id","actions","disconnect"],"host":["/"],"query":[],"variable":[{"id":"97203740-442f-424a-a95b-810d6a63843a","description":{"content":"<p>id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"6897f60d-6cd0-4bdf-b1f8-6e9cbe44dcc3","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/conversations/:id/actions/disconnect","host":["/"],"path":["api","v1","conversations",":id","actions","disconnect"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0ed52d6f-a921-4ddb-9819-b18ece17859b","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/conversations/:id/actions/disconnect","host":["/"],"path":["api","v1","conversations",":id","actions","disconnect"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"4dfe0e6b-bc29-4c63-ac75-cb102780aee7","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/conversations/:id/actions/disconnect","host":["/"],"path":["api","v1","conversations",":id","actions","disconnect"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"9ed67ddf-ee5c-484b-b2a9-15d8074873aa"},{"name":"Download media file or metadata","id":"ef8d8bcc-5bcd-475d-be2c-9c1e41f7f4cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/conversations/:id/media","description":"<p>Download conversation media file (video or audio). If both video and audio files exist, the video file is returned by default. If video does not exist, will use the audio file. The API supports two response modes: direct redirect to the media file or a JSON response containing metadata and a download link.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","conversations",":id","media"],"host":["/"],"query":[{"disabled":true,"key":"info","value":"false"}],"variable":[{"id":"e2f3059c-7516-4b5d-b6c9-83624364854e","description":{"content":"<p>id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"1b0f850f-12b2-4ea2-baf5-8eb22cdf8814","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/conversations/:id/media","host":["/"],"path":["api","v1","conversations",":id","media"],"query":[{"key":"info","value":"false","disabled":true}],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":""},{"id":"d9666e6d-e5a6-40cb-8a6c-02eab6f88053","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/conversations/:id/media","host":["/"],"path":["api","v1","conversations",":id","media"],"query":[{"key":"info","value":"false","disabled":true}],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"f7e0bb22-a551-411f-a415-257d5c9eadeb","name":"Not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/conversations/:id/media","host":["/"],"path":["api","v1","conversations",":id","media"],"query":[{"key":"info","value":"false","disabled":true}],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"ef8d8bcc-5bcd-475d-be2c-9c1e41f7f4cd"},{"name":"Bulk process conversations","id":"a3b3d68d-1624-4622-bbbb-3fdcec4d871f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.chorus.bulk+json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"create\": [\n    {\n      \"attributes\": {\n        \"source\": \"string\",\n        \"start_time\": \"2021-01-01T00:00:00Z\",\n        \"activity_type\": \"string\",\n        \"content\": \"string\",\n        \"crm\": {\n          \"account_name\": \"string\",\n          \"ext_id\": \"string\",\n          \"ext_type\": \"string\",\n          \"match_reason\": \"string\",\n          \"opportunity_id\": \"string\"\n        },\n        \"duration\": 5690.129288472942,\n        \"end_time\": \"2021-01-01T00:00:00Z\",\n        \"external_id\": \"string\",\n        \"external_url\": \"string\",\n        \"named_tags\": {},\n        \"owner\": {\n          \"company\": \"string\",\n          \"company_domain\": \"string\",\n          \"email\": \"string\",\n          \"first_name\": \"string\",\n          \"force_auto_provision\": true,\n          \"id\": 9524,\n          \"last_name\": \"string\",\n          \"name\": \"string\",\n          \"phone\": \"string\",\n          \"role\": \"string\",\n          \"title\": \"string\",\n          \"zi_company_id\": \"string\",\n          \"zi_person_id\": \"string\"\n        },\n        \"participants\": [\n          {\n            \"company\": \"string\",\n            \"company_domain\": \"string\",\n            \"email\": \"string\",\n            \"first_name\": \"string\",\n            \"force_auto_provision\": false,\n            \"id\": 8014,\n            \"last_name\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"role\": \"string\",\n            \"title\": \"string\",\n            \"zi_company_id\": \"string\",\n            \"zi_person_id\": \"string\"\n          },\n          {\n            \"company\": \"string\",\n            \"company_domain\": \"string\",\n            \"email\": \"string\",\n            \"first_name\": \"string\",\n            \"force_auto_provision\": false,\n            \"id\": 1303,\n            \"last_name\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"role\": \"string\",\n            \"title\": \"string\",\n            \"zi_company_id\": \"string\",\n            \"zi_person_id\": \"string\"\n          }\n        ],\n        \"related_conversation\": \"string\",\n        \"related_external_id\": \"string\",\n        \"related_meeting\": \"string\",\n        \"related_start_time\": \"2021-01-01T00:00:00Z\",\n        \"status\": \"string\",\n        \"subject\": \"string\",\n        \"tags\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      \"type\": \"activity\"\n    },\n    {\n      \"attributes\": {\n        \"source\": \"string\",\n        \"start_time\": \"2021-01-01T00:00:00Z\",\n        \"activity_type\": \"string\",\n        \"content\": \"string\",\n        \"crm\": {\n          \"account_name\": \"string\",\n          \"ext_id\": \"string\",\n          \"ext_type\": \"string\",\n          \"match_reason\": \"string\",\n          \"opportunity_id\": \"string\"\n        },\n        \"duration\": 9859.61864169033,\n        \"end_time\": \"2021-01-01T00:00:00Z\",\n        \"external_id\": \"string\",\n        \"external_url\": \"string\",\n        \"named_tags\": {},\n        \"owner\": {\n          \"company\": \"string\",\n          \"company_domain\": \"string\",\n          \"email\": \"string\",\n          \"first_name\": \"string\",\n          \"force_auto_provision\": false,\n          \"id\": 7587,\n          \"last_name\": \"string\",\n          \"name\": \"string\",\n          \"phone\": \"string\",\n          \"role\": \"string\",\n          \"title\": \"string\",\n          \"zi_company_id\": \"string\",\n          \"zi_person_id\": \"string\"\n        },\n        \"participants\": [\n          {\n            \"company\": \"string\",\n            \"company_domain\": \"string\",\n            \"email\": \"string\",\n            \"first_name\": \"string\",\n            \"force_auto_provision\": true,\n            \"id\": 4077,\n            \"last_name\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"role\": \"string\",\n            \"title\": \"string\",\n            \"zi_company_id\": \"string\",\n            \"zi_person_id\": \"string\"\n          },\n          {\n            \"company\": \"string\",\n            \"company_domain\": \"string\",\n            \"email\": \"string\",\n            \"first_name\": \"string\",\n            \"force_auto_provision\": true,\n            \"id\": 4109,\n            \"last_name\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"role\": \"string\",\n            \"title\": \"string\",\n            \"zi_company_id\": \"string\",\n            \"zi_person_id\": \"string\"\n          }\n        ],\n        \"related_conversation\": \"string\",\n        \"related_external_id\": \"string\",\n        \"related_meeting\": \"string\",\n        \"related_start_time\": \"2021-01-01T00:00:00Z\",\n        \"status\": \"string\",\n        \"subject\": \"string\",\n        \"tags\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      \"type\": \"activity\"\n    }\n  ],\n  \"delete\": [\n    \"string\",\n    \"string\"\n  ],\n  \"meta\": {\n    \"force_delete\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/conversations:bulk","description":"<p>Bulk-upload and/or delete conversations.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","conversations:bulk"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"e19c2920-a313-4531-aa91-76a4159ed81a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.chorus.bulk+json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"create\": [\n    {\n      \"attributes\": {\n        \"source\": \"string\",\n        \"start_time\": \"2021-01-01T00:00:00Z\",\n        \"activity_type\": \"string\",\n        \"content\": \"string\",\n        \"crm\": {\n          \"account_name\": \"string\",\n          \"ext_id\": \"string\",\n          \"ext_type\": \"string\",\n          \"match_reason\": \"string\",\n          \"opportunity_id\": \"string\"\n        },\n        \"duration\": 5690.129288472942,\n        \"end_time\": \"2021-01-01T00:00:00Z\",\n        \"external_id\": \"string\",\n        \"external_url\": \"string\",\n        \"named_tags\": {},\n        \"owner\": {\n          \"company\": \"string\",\n          \"company_domain\": \"string\",\n          \"email\": \"string\",\n          \"first_name\": \"string\",\n          \"force_auto_provision\": true,\n          \"id\": 9524,\n          \"last_name\": \"string\",\n          \"name\": \"string\",\n          \"phone\": \"string\",\n          \"role\": \"string\",\n          \"title\": \"string\",\n          \"zi_company_id\": \"string\",\n          \"zi_person_id\": \"string\"\n        },\n        \"participants\": [\n          {\n            \"company\": \"string\",\n            \"company_domain\": \"string\",\n            \"email\": \"string\",\n            \"first_name\": \"string\",\n            \"force_auto_provision\": false,\n            \"id\": 8014,\n            \"last_name\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"role\": \"string\",\n            \"title\": \"string\",\n            \"zi_company_id\": \"string\",\n            \"zi_person_id\": \"string\"\n          },\n          {\n            \"company\": \"string\",\n            \"company_domain\": \"string\",\n            \"email\": \"string\",\n            \"first_name\": \"string\",\n            \"force_auto_provision\": false,\n            \"id\": 1303,\n            \"last_name\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"role\": \"string\",\n            \"title\": \"string\",\n            \"zi_company_id\": \"string\",\n            \"zi_person_id\": \"string\"\n          }\n        ],\n        \"related_conversation\": \"string\",\n        \"related_external_id\": \"string\",\n        \"related_meeting\": \"string\",\n        \"related_start_time\": \"2021-01-01T00:00:00Z\",\n        \"status\": \"string\",\n        \"subject\": \"string\",\n        \"tags\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      \"type\": \"activity\"\n    },\n    {\n      \"attributes\": {\n        \"source\": \"string\",\n        \"start_time\": \"2021-01-01T00:00:00Z\",\n        \"activity_type\": \"string\",\n        \"content\": \"string\",\n        \"crm\": {\n          \"account_name\": \"string\",\n          \"ext_id\": \"string\",\n          \"ext_type\": \"string\",\n          \"match_reason\": \"string\",\n          \"opportunity_id\": \"string\"\n        },\n        \"duration\": 9859.61864169033,\n        \"end_time\": \"2021-01-01T00:00:00Z\",\n        \"external_id\": \"string\",\n        \"external_url\": \"string\",\n        \"named_tags\": {},\n        \"owner\": {\n          \"company\": \"string\",\n          \"company_domain\": \"string\",\n          \"email\": \"string\",\n          \"first_name\": \"string\",\n          \"force_auto_provision\": false,\n          \"id\": 7587,\n          \"last_name\": \"string\",\n          \"name\": \"string\",\n          \"phone\": \"string\",\n          \"role\": \"string\",\n          \"title\": \"string\",\n          \"zi_company_id\": \"string\",\n          \"zi_person_id\": \"string\"\n        },\n        \"participants\": [\n          {\n            \"company\": \"string\",\n            \"company_domain\": \"string\",\n            \"email\": \"string\",\n            \"first_name\": \"string\",\n            \"force_auto_provision\": true,\n            \"id\": 4077,\n            \"last_name\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"role\": \"string\",\n            \"title\": \"string\",\n            \"zi_company_id\": \"string\",\n            \"zi_person_id\": \"string\"\n          },\n          {\n            \"company\": \"string\",\n            \"company_domain\": \"string\",\n            \"email\": \"string\",\n            \"first_name\": \"string\",\n            \"force_auto_provision\": true,\n            \"id\": 4109,\n            \"last_name\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"role\": \"string\",\n            \"title\": \"string\",\n            \"zi_company_id\": \"string\",\n            \"zi_person_id\": \"string\"\n          }\n        ],\n        \"related_conversation\": \"string\",\n        \"related_external_id\": \"string\",\n        \"related_meeting\": \"string\",\n        \"related_start_time\": \"2021-01-01T00:00:00Z\",\n        \"status\": \"string\",\n        \"subject\": \"string\",\n        \"tags\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      \"type\": \"activity\"\n    }\n  ],\n  \"delete\": [\n    \"string\",\n    \"string\"\n  ],\n  \"meta\": {\n    \"force_delete\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/conversations:bulk"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"create\": [\n    {\n      \"attributes\": {\n        \"status\": \"string\"\n      },\n      \"type\": \"task\",\n      \"id\": \"123\"\n    },\n    {\n      \"attributes\": {\n        \"status\": \"string\"\n      },\n      \"type\": \"task\",\n      \"id\": \"123\"\n    }\n  ],\n  \"delete\": [\n    {\n      \"attributes\": {\n        \"status\": \"string\"\n      },\n      \"type\": \"task\",\n      \"id\": \"123\"\n    },\n    {\n      \"attributes\": {\n        \"status\": \"string\"\n      },\n      \"type\": \"task\",\n      \"id\": \"123\"\n    }\n  ]\n}"},{"id":"c2f2ffa0-849f-495c-89b5-326d3f61bafb","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.chorus.bulk+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"create\": [\n    {\n      \"attributes\": {\n        \"source\": \"string\",\n        \"start_time\": \"2021-01-01T00:00:00Z\",\n        \"activity_type\": \"string\",\n        \"content\": \"string\",\n        \"crm\": {\n          \"account_name\": \"string\",\n          \"ext_id\": \"string\",\n          \"ext_type\": \"string\",\n          \"match_reason\": \"string\",\n          \"opportunity_id\": \"string\"\n        },\n        \"duration\": 5690.129288472942,\n        \"end_time\": \"2021-01-01T00:00:00Z\",\n        \"external_id\": \"string\",\n        \"external_url\": \"string\",\n        \"named_tags\": {},\n        \"owner\": {\n          \"company\": \"string\",\n          \"company_domain\": \"string\",\n          \"email\": \"string\",\n          \"first_name\": \"string\",\n          \"force_auto_provision\": true,\n          \"id\": 9524,\n          \"last_name\": \"string\",\n          \"name\": \"string\",\n          \"phone\": \"string\",\n          \"role\": \"string\",\n          \"title\": \"string\",\n          \"zi_company_id\": \"string\",\n          \"zi_person_id\": \"string\"\n        },\n        \"participants\": [\n          {\n            \"company\": \"string\",\n            \"company_domain\": \"string\",\n            \"email\": \"string\",\n            \"first_name\": \"string\",\n            \"force_auto_provision\": false,\n            \"id\": 8014,\n            \"last_name\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"role\": \"string\",\n            \"title\": \"string\",\n            \"zi_company_id\": \"string\",\n            \"zi_person_id\": \"string\"\n          },\n          {\n            \"company\": \"string\",\n            \"company_domain\": \"string\",\n            \"email\": \"string\",\n            \"first_name\": \"string\",\n            \"force_auto_provision\": false,\n            \"id\": 1303,\n            \"last_name\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"role\": \"string\",\n            \"title\": \"string\",\n            \"zi_company_id\": \"string\",\n            \"zi_person_id\": \"string\"\n          }\n        ],\n        \"related_conversation\": \"string\",\n        \"related_external_id\": \"string\",\n        \"related_meeting\": \"string\",\n        \"related_start_time\": \"2021-01-01T00:00:00Z\",\n        \"status\": \"string\",\n        \"subject\": \"string\",\n        \"tags\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      \"type\": \"activity\"\n    },\n    {\n      \"attributes\": {\n        \"source\": \"string\",\n        \"start_time\": \"2021-01-01T00:00:00Z\",\n        \"activity_type\": \"string\",\n        \"content\": \"string\",\n        \"crm\": {\n          \"account_name\": \"string\",\n          \"ext_id\": \"string\",\n          \"ext_type\": \"string\",\n          \"match_reason\": \"string\",\n          \"opportunity_id\": \"string\"\n        },\n        \"duration\": 9859.61864169033,\n        \"end_time\": \"2021-01-01T00:00:00Z\",\n        \"external_id\": \"string\",\n        \"external_url\": \"string\",\n        \"named_tags\": {},\n        \"owner\": {\n          \"company\": \"string\",\n          \"company_domain\": \"string\",\n          \"email\": \"string\",\n          \"first_name\": \"string\",\n          \"force_auto_provision\": false,\n          \"id\": 7587,\n          \"last_name\": \"string\",\n          \"name\": \"string\",\n          \"phone\": \"string\",\n          \"role\": \"string\",\n          \"title\": \"string\",\n          \"zi_company_id\": \"string\",\n          \"zi_person_id\": \"string\"\n        },\n        \"participants\": [\n          {\n            \"company\": \"string\",\n            \"company_domain\": \"string\",\n            \"email\": \"string\",\n            \"first_name\": \"string\",\n            \"force_auto_provision\": true,\n            \"id\": 4077,\n            \"last_name\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"role\": \"string\",\n            \"title\": \"string\",\n            \"zi_company_id\": \"string\",\n            \"zi_person_id\": \"string\"\n          },\n          {\n            \"company\": \"string\",\n            \"company_domain\": \"string\",\n            \"email\": \"string\",\n            \"first_name\": \"string\",\n            \"force_auto_provision\": true,\n            \"id\": 4109,\n            \"last_name\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"role\": \"string\",\n            \"title\": \"string\",\n            \"zi_company_id\": \"string\",\n            \"zi_person_id\": \"string\"\n          }\n        ],\n        \"related_conversation\": \"string\",\n        \"related_external_id\": \"string\",\n        \"related_meeting\": \"string\",\n        \"related_start_time\": \"2021-01-01T00:00:00Z\",\n        \"status\": \"string\",\n        \"subject\": \"string\",\n        \"tags\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      \"type\": \"activity\"\n    }\n  ],\n  \"delete\": [\n    \"string\",\n    \"string\"\n  ],\n  \"meta\": {\n    \"force_delete\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/conversations:bulk"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"edf85619-c476-43f7-8fe3-3d79ac60f817","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.chorus.bulk+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"create\": [\n    {\n      \"attributes\": {\n        \"source\": \"string\",\n        \"start_time\": \"2021-01-01T00:00:00Z\",\n        \"activity_type\": \"string\",\n        \"content\": \"string\",\n        \"crm\": {\n          \"account_name\": \"string\",\n          \"ext_id\": \"string\",\n          \"ext_type\": \"string\",\n          \"match_reason\": \"string\",\n          \"opportunity_id\": \"string\"\n        },\n        \"duration\": 5690.129288472942,\n        \"end_time\": \"2021-01-01T00:00:00Z\",\n        \"external_id\": \"string\",\n        \"external_url\": \"string\",\n        \"named_tags\": {},\n        \"owner\": {\n          \"company\": \"string\",\n          \"company_domain\": \"string\",\n          \"email\": \"string\",\n          \"first_name\": \"string\",\n          \"force_auto_provision\": true,\n          \"id\": 9524,\n          \"last_name\": \"string\",\n          \"name\": \"string\",\n          \"phone\": \"string\",\n          \"role\": \"string\",\n          \"title\": \"string\",\n          \"zi_company_id\": \"string\",\n          \"zi_person_id\": \"string\"\n        },\n        \"participants\": [\n          {\n            \"company\": \"string\",\n            \"company_domain\": \"string\",\n            \"email\": \"string\",\n            \"first_name\": \"string\",\n            \"force_auto_provision\": false,\n            \"id\": 8014,\n            \"last_name\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"role\": \"string\",\n            \"title\": \"string\",\n            \"zi_company_id\": \"string\",\n            \"zi_person_id\": \"string\"\n          },\n          {\n            \"company\": \"string\",\n            \"company_domain\": \"string\",\n            \"email\": \"string\",\n            \"first_name\": \"string\",\n            \"force_auto_provision\": false,\n            \"id\": 1303,\n            \"last_name\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"role\": \"string\",\n            \"title\": \"string\",\n            \"zi_company_id\": \"string\",\n            \"zi_person_id\": \"string\"\n          }\n        ],\n        \"related_conversation\": \"string\",\n        \"related_external_id\": \"string\",\n        \"related_meeting\": \"string\",\n        \"related_start_time\": \"2021-01-01T00:00:00Z\",\n        \"status\": \"string\",\n        \"subject\": \"string\",\n        \"tags\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      \"type\": \"activity\"\n    },\n    {\n      \"attributes\": {\n        \"source\": \"string\",\n        \"start_time\": \"2021-01-01T00:00:00Z\",\n        \"activity_type\": \"string\",\n        \"content\": \"string\",\n        \"crm\": {\n          \"account_name\": \"string\",\n          \"ext_id\": \"string\",\n          \"ext_type\": \"string\",\n          \"match_reason\": \"string\",\n          \"opportunity_id\": \"string\"\n        },\n        \"duration\": 9859.61864169033,\n        \"end_time\": \"2021-01-01T00:00:00Z\",\n        \"external_id\": \"string\",\n        \"external_url\": \"string\",\n        \"named_tags\": {},\n        \"owner\": {\n          \"company\": \"string\",\n          \"company_domain\": \"string\",\n          \"email\": \"string\",\n          \"first_name\": \"string\",\n          \"force_auto_provision\": false,\n          \"id\": 7587,\n          \"last_name\": \"string\",\n          \"name\": \"string\",\n          \"phone\": \"string\",\n          \"role\": \"string\",\n          \"title\": \"string\",\n          \"zi_company_id\": \"string\",\n          \"zi_person_id\": \"string\"\n        },\n        \"participants\": [\n          {\n            \"company\": \"string\",\n            \"company_domain\": \"string\",\n            \"email\": \"string\",\n            \"first_name\": \"string\",\n            \"force_auto_provision\": true,\n            \"id\": 4077,\n            \"last_name\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"role\": \"string\",\n            \"title\": \"string\",\n            \"zi_company_id\": \"string\",\n            \"zi_person_id\": \"string\"\n          },\n          {\n            \"company\": \"string\",\n            \"company_domain\": \"string\",\n            \"email\": \"string\",\n            \"first_name\": \"string\",\n            \"force_auto_provision\": true,\n            \"id\": 4109,\n            \"last_name\": \"string\",\n            \"name\": \"string\",\n            \"phone\": \"string\",\n            \"role\": \"string\",\n            \"title\": \"string\",\n            \"zi_company_id\": \"string\",\n            \"zi_person_id\": \"string\"\n          }\n        ],\n        \"related_conversation\": \"string\",\n        \"related_external_id\": \"string\",\n        \"related_meeting\": \"string\",\n        \"related_start_time\": \"2021-01-01T00:00:00Z\",\n        \"status\": \"string\",\n        \"subject\": \"string\",\n        \"tags\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      \"type\": \"activity\"\n    }\n  ],\n  \"delete\": [\n    \"string\",\n    \"string\"\n  ],\n  \"meta\": {\n    \"force_delete\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/conversations:bulk"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"a3b3d68d-1624-4622-bbbb-3fdcec4d871f"},{"name":"Export recordings","id":"0e0d720f-a6b6-4872-9b0e-fdf2706653a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"add_usage\": false,\n  \"callback_url\": \"string\",\n  \"email_on_complete\": true,\n  \"end\": 1612051200000,\n  \"start\": 1609459200000\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/conversations:export","description":"<p>Schedule a task to have conversations matching the specified criteria emailed to you. Exports include downloadable links to audio/video of recordings plus metadata.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","conversations:export"],"host":["/"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e0d720f-a6b6-4872-9b0e-fdf2706653a7"},{"name":"Create a new conversations:validate$","id":"b9e227b4-fb7d-4923-9091-e0ee85fab3b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"iakjvi1fjfff\",\n  \"subject\": \"Gameplan on extension\",\n  \"participants\": [\n    \"first@participant.com\",\n    \"second@other.com\"\n  ],\n  \"link\": \"https://zoominfo.zoom.us/j/95944577110\",\n  \"start_time\": \"2021-01-31T00:00:00Z\",\n  \"details\": \"Please ensure your computer or mobile\",\n  \"location\": \"The Office\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/conversations:validate","description":"<p>Validates if an upcoming meeting, which has not been saved in any way, will be automatically recorded.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","conversations:validate"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"c73c409e-7fa2-4e14-a792-b556349f598b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"iakjvi1fjfff\",\n  \"subject\": \"Gameplan on extension\",\n  \"participants\": [\n    \"first@participant.com\",\n    \"second@other.com\"\n  ],\n  \"link\": \"https://zoominfo.zoom.us/j/95944577110\",\n  \"start_time\": \"2021-01-31T00:00:00Z\",\n  \"details\": \"Please ensure your computer or mobile\",\n  \"location\": \"The Office\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/conversations:validate"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"autojoin\": true,\n      \"recordable\": false,\n      \"autojoin_reason\": \"string\"\n    },\n    \"type\": \"meeting_autojoin\",\n    \"id\": \"123\"\n  }\n}"},{"id":"4fed153d-5578-4531-aad1-8032141cf201","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"iakjvi1fjfff\",\n  \"subject\": \"Gameplan on extension\",\n  \"participants\": [\n    \"first@participant.com\",\n    \"second@other.com\"\n  ],\n  \"link\": \"https://zoominfo.zoom.us/j/95944577110\",\n  \"start_time\": \"2021-01-31T00:00:00Z\",\n  \"details\": \"Please ensure your computer or mobile\",\n  \"location\": \"The Office\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/conversations:validate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"50940759-e4ad-43e8-9794-ccbb02f6ca95","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"iakjvi1fjfff\",\n  \"subject\": \"Gameplan on extension\",\n  \"participants\": [\n    \"first@participant.com\",\n    \"second@other.com\"\n  ],\n  \"link\": \"https://zoominfo.zoom.us/j/95944577110\",\n  \"start_time\": \"2021-01-31T00:00:00Z\",\n  \"details\": \"Please ensure your computer or mobile\",\n  \"location\": \"The Office\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/conversations:validate"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"b9e227b4-fb7d-4923-9091-e0ee85fab3b8"},{"name":"Join a live call","id":"f41df345-2c5f-4c66-96cc-9464ec8d412d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/plain"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"Hi please join me using this link https://chorus.zoom.us/j/12345678901"},"url":"//api/v1/join","description":"<p>This API may be used to join a live call by posting the plain text you would otherwise use to invite someone to join a call.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","join"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"aba17eee-653d-44b9-ad60-6de6db77cf09","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/plain"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"Hi please join me using this link https://chorus.zoom.us/j/12345678901"},"url":"//api/v1/join"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"account\": {\n        \"id\": 5300,\n        \"name\": \"string\",\n        \"ext_id\": \"string\",\n        \"type\": \"string\",\n        \"zi_company_id\": \"string\"\n      },\n      \"deal\": {\n        \"close_date\": \"2021-01-01T00:00:00Z\",\n        \"current_stage\": \"string\",\n        \"engaged\": \"string\",\n        \"follow_up\": {\n          \"doc_type\": \"string\",\n          \"id\": \"string\",\n          \"start_time\": \"2021-01-01T00:00:00Z\",\n          \"thread_id\": \"\"\n        },\n        \"id\": \"string\",\n        \"initial_amount\": 125.10198637993741,\n        \"initial_stage\": \"string\",\n        \"name\": \"string\",\n        \"on_stage_since\": \"2021-01-01T00:00:00Z\",\n        \"size\": 9193,\n        \"size_increased_amount\": \"\",\n        \"stage_advancement\": \"string\"\n      },\n      \"owner\": {\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"person_id\": 5919,\n        \"user_id\": 8820\n      },\n      \"status\": \"done\",\n      \"_created_at\": \"2021-01-01T00:00:00Z\",\n      \"_modified_at\": \"2021-01-01T00:00:00Z\",\n      \"action_items\": [\n        \"string\",\n        \"string\"\n      ],\n      \"company_name\": \"string\",\n      \"custom_questions\": [\n        \"\",\n        \"\"\n      ],\n      \"custom_summaries\": [\n        \"\",\n        \"\"\n      ],\n      \"disposition\": {\n        \"Task___CallDisposition\": \"\",\n        \"connected\": \"\",\n        \"gatekeeper\": \"\",\n        \"tree\": \"\",\n        \"voicemail\": \"\"\n      },\n      \"generated_subject\": \"string\",\n      \"language\": \"string\",\n      \"meeting\": {\n        \"id\": \"string\",\n        \"calendar_id\": \"string\",\n        \"ical_uid\": \"string\",\n        \"meeting_url\": \"string\"\n      },\n      \"meta\": {\n        \"viewed\": \"2021-01-01T00:00:00Z\",\n        \"offset\": 2288\n      },\n      \"metrics\": [\n        {\n          \"name\": \"string\",\n          \"value\": 5594.408894395422\n        },\n        {\n          \"name\": \"string\",\n          \"value\": 2655.236543291517\n        }\n      ],\n      \"name\": \"string\",\n      \"participants\": [\n        {\n          \"name\": \"string\",\n          \"person_id\": 1034,\n          \"type\": \"string\",\n          \"company_name\": \"string\",\n          \"email\": \"string\",\n          \"is_my_team\": true,\n          \"picture\": \"string\",\n          \"title\": \"string\",\n          \"user_id\": 9076,\n          \"zi_person_id\": 7795\n        },\n        {\n          \"name\": \"string\",\n          \"person_id\": 1737,\n          \"type\": \"string\",\n          \"company_name\": \"string\",\n          \"email\": \"string\",\n          \"is_my_team\": true,\n          \"picture\": \"string\",\n          \"title\": \"string\",\n          \"user_id\": 3340,\n          \"zi_person_id\": 6894\n        }\n      ],\n      \"private\": false,\n      \"recap\": [\n        \"string\",\n        \"string\"\n      ],\n      \"source\": \"string\",\n      \"summary\": \"string\",\n      \"summary_error\": \"string\",\n      \"tracker_match\": \"string\",\n      \"user_company_name\": \"string\"\n    },\n    \"type\": \"conversation\",\n    \"id\": \"423295C52B954F5D09E23D7A014546F6\"\n  }\n}"},{"id":"c8589a4b-f7a1-491e-baf8-e2a0e5aa5f10","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/plain"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"Hi please join me using this link https://chorus.zoom.us/j/12345678901"},"url":"//api/v1/join"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"33dea181-4904-4798-b273-ce972d5380af","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/plain"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"Hi please join me using this link https://chorus.zoom.us/j/12345678901"},"url":"//api/v1/join"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"f41df345-2c5f-4c66-96cc-9464ec8d412d"},{"name":"Delete multiple engagements","id":"ece39479-e9ff-4c5f-9bc0-eb036c8bc622","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"//v3/engagements?engagement_id=string","description":"<p>This API allows you to delete multiple engagements by ID.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["v3","engagements"],"host":["/"],"query":[{"description":{"content":"<p>Comma-separated list of Engagements ID(s) to delete. Supports up to 100 per API call.</p>\n","type":"text/plain"},"key":"engagement_id","value":"string"}],"variable":[]}},"response":[],"_postman_id":"ece39479-e9ff-4c5f-9bc0-eb036c8bc622"},{"name":"Get conversations","id":"1817685b-3f4c-406c-977e-df9cdf1e0e52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//v3/engagements","description":"<p>Get conversations matching the specified criteria.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["v3","engagements"],"host":["/"],"query":[{"disabled":true,"description":{"content":"<p>Call recording compliance flag</p>\n","type":"text/plain"},"key":"compliance","value":"UNKNOWN"},{"disabled":true,"description":{"content":"<p>Continuation key for pagination</p>\n","type":"text/plain"},"key":"continuation_key","value":"string"},{"disabled":true,"description":{"content":"<p>Chorus disposition - connected</p>\n","type":"text/plain"},"key":"disposition_connected","value":"false"},{"disabled":true,"description":{"content":"<p>Chorus disposition - gatekeeper</p>\n","type":"text/plain"},"key":"disposition_gatekeeper","value":"false"},{"disabled":true,"description":{"content":"<p>Chorus disposition - phone tree</p>\n","type":"text/plain"},"key":"disposition_tree","value":"false"},{"disabled":true,"description":{"content":"<p>Chorus disposition - voicemail</p>\n","type":"text/plain"},"key":"disposition_voicemail","value":"false"},{"disabled":true,"description":{"content":"<p>Comma-separated list of engagement ids</p>\n","type":"text/plain"},"key":"engagement_id","value":"string"},{"disabled":true,"description":{"content":"<p>Type of engagement</p>\n","type":"text/plain"},"key":"engagement_type","value":"dialer"},{"disabled":true,"description":{"content":"<p>Type of engagement</p>\n","type":"text/plain"},"key":"content_type","value":"email_opened"},{"disabled":true,"description":{"content":"<p>Max date of engagement</p>\n","type":"text/plain"},"key":"max_date","value":"1963-07-24T09:48:20.426Z"},{"disabled":true,"description":{"content":"<p>Max duration of meeting (in seconds)</p>\n","type":"text/plain"},"key":"max_duration","value":"1398.9968532917042"},{"disabled":true,"description":{"content":"<p>Min date of engagement</p>\n","type":"text/plain"},"key":"min_date","value":"1963-07-24T09:48:20.426Z"},{"disabled":true,"description":{"content":"<p>Min duration of meeting (in seconds)</p>\n","type":"text/plain"},"key":"min_duration","value":"1398.9968532917042"},{"disabled":true,"description":{"content":"<p>The email address of a participant</p>\n","type":"text/plain"},"key":"participants_email","value":"string"},{"disabled":true,"description":{"content":"<p>Comma-separated list of Team ID(s) for engagement owner</p>\n","type":"text/plain"},"key":"team_id","value":"string"},{"disabled":true,"description":{"content":"<p>Comma-separated list of User ID(s) for engagement owner</p>\n","type":"text/plain"},"key":"user_id","value":"string"},{"disabled":true,"description":{"content":"<p>Return tracker information with results</p>\n","type":"text/plain"},"key":"with_trackers","value":"false"},{"disabled":true,"description":{"content":"<p>Additional query parameters may be specified here as a JSON object.  Note: while these parameters are specified here as a JSON object, they will end up getting passed to the API as a series of independent query parameters.</p>\n","type":"text/plain"},"key":"filter[foo]","value":"bar"}],"variable":[]}},"response":[{"id":"137320bf-baa5-47b6-998c-919424e30126","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//v3/engagements","host":["/"],"path":["v3","engagements"],"query":[{"description":"Call recording compliance flag","key":"compliance","value":"UNKNOWN","disabled":true},{"description":"Continuation key for pagination","key":"continuation_key","value":"string","disabled":true},{"description":"Chorus disposition - connected","key":"disposition_connected","value":"false","disabled":true},{"description":"Chorus disposition - gatekeeper","key":"disposition_gatekeeper","value":"false","disabled":true},{"description":"Chorus disposition - phone tree","key":"disposition_tree","value":"false","disabled":true},{"description":"Chorus disposition - voicemail","key":"disposition_voicemail","value":"false","disabled":true},{"description":"Comma-separated list of engagement ids","key":"engagement_id","value":"string","disabled":true},{"description":"Type of engagement","key":"engagement_type","value":"dialer","disabled":true},{"description":"Type of engagement","key":"content_type","value":"email_opened","disabled":true},{"description":"Max date of engagement","key":"max_date","value":"1963-07-24T09:48:20.426Z","disabled":true},{"description":"Max duration of meeting (in seconds)","key":"max_duration","value":"1398.9968532917042","disabled":true},{"description":"Min date of engagement","key":"min_date","value":"1963-07-24T09:48:20.426Z","disabled":true},{"description":"Min duration of meeting (in seconds)","key":"min_duration","value":"1398.9968532917042","disabled":true},{"description":"The email address of a participant","key":"participants_email","value":"string","disabled":true},{"description":"Comma-separated list of Team ID(s) for engagement owner","key":"team_id","value":"string","disabled":true},{"description":"Comma-separated list of User ID(s) for engagement owner","key":"user_id","value":"string","disabled":true},{"description":"Return tracker information with results","key":"with_trackers","value":"false","disabled":true},{"description":"Additional query parameters may be specified here as a JSON object.  Note: while these parameters are specified here as a JSON object, they will end up getting passed to the API as a series of independent query parameters.","key":"filter[foo]","value":"bar","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"continuation_key\": \"1591110020.0 20C790A0EB9646DBB95725D7951C2506\",\n  \"engagements\": [\n    {\n      \"account_id\": \"\",\n      \"account_name\": \"Mike Gorman Meetings\",\n      \"compliance\": \"non-compliant\",\n      \"date_time\": 1632490362,\n      \"disposition_connected\": true,\n      \"disposition_gatekeeper\": false,\n      \"disposition_tree\": false,\n      \"disposition_voicemail\": false,\n      \"duration\": 2872.75,\n      \"engagement_id\": \"EE8ED5BBBC254177B8201B9D84855949\",\n      \"engagement_type\": \"meeting\",\n      \"initiator\": \"string\",\n      \"language\": \"en\",\n      \"no_show\": true,\n      \"num_cust_questions\": 0,\n      \"num_engaging_questions\": 0,\n      \"opportunity_id\": \"string\",\n      \"opportunity_name\": \"string\",\n      \"participants\": [\n        {\n          \"company_name\": \"ZoomInfo\",\n          \"email\": \"mike.gorman@zoominfo.com\",\n          \"name\": \"Mike Gorman\",\n          \"person_id\": 18272271,\n          \"title\": \"Principal Architect\",\n          \"type\": \"rep\",\n          \"user_id\": 305921\n        }\n      ],\n      \"processing_state\": \"done\",\n      \"subject\": \"Unscheduled Meeting\",\n      \"tracker_matches\": [\n        {\n          \"name\": \"Authority\",\n          \"num_matches\": 1,\n          \"type\": \"chorus\"\n        },\n        {\n          \"name\": \"Objection - Great Question / Feedback\",\n          \"num_matches\": 1,\n          \"type\": \"chorus\"\n        },\n        {\n          \"name\": \"Trial / POC\",\n          \"num_matches\": 1,\n          \"type\": \"chorus\"\n        },\n        {\n          \"name\": \"Next Steps & To Do's\",\n          \"num_matches\": 3,\n          \"type\": \"chorus\"\n        },\n        {\n          \"name\": \"Note to self\",\n          \"num_matches\": 1,\n          \"type\": \"chorus\"\n        },\n        {\n          \"name\": \"Coronavirus\",\n          \"num_matches\": 2,\n          \"type\": \"chorus\"\n        }\n      ],\n      \"url\": \"https://chorus.ai/meeting/EE8ED5BBBC254177B8201B9D84855949\",\n      \"user_email\": \"mike.gorman@zoominfo.com\",\n      \"user_id\": 305921,\n      \"user_name\": \"Mike Gorman\"\n    }\n  ]\n}"}],"_postman_id":"1817685b-3f4c-406c-977e-df9cdf1e0e52"},{"name":"Delete a single engagement","id":"4248617b-dcc6-4459-8fba-620287fabcc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"//v3/engagements/:engagement_id","description":"<p>This API allows you to delete a single engagement.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["v3","engagements",":engagement_id"],"host":["/"],"query":[],"variable":[{"id":"394268eb-9533-4d98-a7d3-59f150cdefe6","description":{"content":"<p>Engagements ID(s) to delete</p>\n","type":"text/plain"},"type":"any","value":"string","key":"engagement_id"}]}},"response":[],"_postman_id":"4248617b-dcc6-4459-8fba-620287fabcc3"},{"name":"Upload a conversation","id":"9ad91855-d6ff-49f7-b980-a8253deb57ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"data","type":"file","value":null},{"description":"<p>Name of recording</p>\n","key":"name","value":"string","type":"text"},{"description":"<p>Recording owner email</p>\n","key":"user","value":"string","type":"text"},{"description":"<p>CRM account ID to which to associate the recording</p>\n","key":"crm_account_id","value":"string","type":"text"},{"description":"<p>CRM opportunity ID to associate recording to</p>\n","key":"crm_opportunity_id","value":"string","type":"text"},{"description":"<p>enforce unique meeting id for a call</p>\n","key":"enforce_unique_meeting_id","value":"true","type":"text"},{"description":"<p>ID of a scheduled meeting</p>\n","key":"meeting_id","value":"string","type":"text"}]},"url":"//v3/upload","description":"<p>Upload a conversation to Chorus. Support formats: 3GPP, AU, AVI, FLV, HLS, MKV, MP3, MP4, Ogg, WAV, WebM</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["v3","upload"],"host":["/"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ad91855-d6ff-49f7-b980-a8253deb57ef"}],"id":"8c8164e1-56e9-497a-8169-89cb4a029b2e","_postman_id":"8c8164e1-56e9-497a-8169-89cb4a029b2e","description":"","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}}},{"name":"Emails","item":[{"name":"Delete email thread","id":"71a0b5e0-ad0a-45af-b4a9-81ea084a4fb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/email_threads/:id","description":"<p>Delete all emails in a thread.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","email_threads",":id"],"host":["/"],"query":[],"variable":[{"id":"d766a507-5811-4b46-9a10-0923b57c399d","description":{"content":"<p>id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"ce3a3b5d-475a-4694-ba6f-a5bef8fbb368","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/email_threads/:id","host":["/"],"path":["api","v1","email_threads",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"private\": false,\n      \"deleted\": false,\n      \"deleted_at\": \"2021-01-01T00:00:00Z\",\n      \"deleted_by\": {\n        \"name\": \"string\",\n        \"person_id\": 7121,\n        \"user_id\": 3779\n      }\n    },\n    \"type\": \"email_thread\",\n    \"id\": \"123\"\n  }\n}"},{"id":"916da916-346f-4924-ba59-e2935ed1d80d","name":"Bad request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/email_threads/:id","host":["/"],"path":["api","v1","email_threads",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"293a35cb-5c9e-4058-acb1-d6f6e5b8c4a5","name":"Not found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/email_threads/:id","host":["/"],"path":["api","v1","email_threads",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"71a0b5e0-ad0a-45af-b4a9-81ea084a4fb1"},{"name":"Get email thread","id":"068db693-27ca-485f-b9c4-2095a00c7386","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/email_threads/:id","description":"<p>Get details about an email thread.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","email_threads",":id"],"host":["/"],"query":[],"variable":[{"id":"62cf9fb8-b308-4dad-b6f8-34d7e70cfd75","description":{"content":"<p>id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"40dc65d7-3062-422e-a132-bf010944bd10","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/email_threads/:id","host":["/"],"path":["api","v1","email_threads",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"private\": false,\n      \"deleted\": false,\n      \"deleted_at\": \"2021-01-01T00:00:00Z\",\n      \"deleted_by\": {\n        \"name\": \"string\",\n        \"person_id\": 7121,\n        \"user_id\": 3779\n      }\n    },\n    \"type\": \"email_thread\",\n    \"id\": \"123\"\n  }\n}"},{"id":"c4a633f2-5678-4280-ac0d-73419bc6cf82","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/email_threads/:id","host":["/"],"path":["api","v1","email_threads",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"68b59fe6-7ff0-4dac-bedc-083e9fa5ead9","name":"Not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/email_threads/:id","host":["/"],"path":["api","v1","email_threads",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"068db693-27ca-485f-b9c4-2095a00c7386"},{"name":"Get emails","id":"a564acc6-b03d-42c5-b93d-a1bf576170ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/emails","description":"<p>Get emails matching the specified criteria.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","emails"],"host":["/"],"query":[{"disabled":true,"description":{"content":"<p>The date range in which to search for e-mails that were sent. Value must be two ISO 8601-formatted dates separated by a colon (e.g. <code>2021-01-01T00:00:00Z:2021-01-31T00:00:00Z</code>). An asterisk may be used as a placeholder to represent no minimum (e.g. <code>*:2021-01-31T00:00:00Z</code>). An asterisk may be used as a placeholder to represent no maximum (e.g. <code>2021-01-01T00:00:00Z:*</code>).</p>\n","type":"text/plain"},"key":"filter[email.sent]","value":"string"},{"disabled":true,"description":{"content":"<p>A string used to perform an exact case-insensitive partial match against the e-mails' subjects</p>\n","type":"text/plain"},"key":"filter[name]","value":"string"},{"disabled":true,"description":{"content":"<p>The identifier of the e-mails belonging to the same e-mail thread</p>\n","type":"text/plain"},"key":"filter[thread]","value":"string"},{"disabled":true,"description":{"content":"<p>Select specific e-mails using e-mail identifiers. Value must be a comma-delimited list.</p>\n","type":"text/plain"},"key":"filter[ids]","value":"string"},{"disabled":true,"description":{"content":"<p>The case-insensitive name of the sender of an e-mail; examples: \"Julius Caesar\", \"julius\", and \"CAESAR\"</p>\n","type":"text/plain"},"key":"filter[owner.name]","value":"string"},{"disabled":true,"description":{"content":"<p>The case-insensitive e-mail address of the sender of an e-mail; examples: \"<a href=\"mailto:julius.caesar@rome.gov\">julius.caesar@rome.gov</a>\", \"JULIUS.CAESAR\", and \"@rome.gov\"</p>\n","type":"text/plain"},"key":"filter[owner.email]","value":"string"},{"disabled":true,"description":{"content":"<p>The case-insensitive names of the participants of an e-mail; adding more participants will broaden the search. Value must be a comma-delimited list.</p>\n","type":"text/plain"},"key":"filter[participants.name]","value":"string"},{"disabled":true,"description":{"content":"<p>The case-insensitive e-mail addresses of the participants of an e-mail; adding more participants will broaden the search. Value must be a comma-delimited list.</p>\n","type":"text/plain"},"key":"filter[participants.email]","value":"string"},{"disabled":true,"description":{"content":"<p>The maximum number of e-mails to return per page; if the number of matching e-mails is greater than the page size, the number of results returned is not guaranteed to be equal to the page size. The minimum value that may be specified is <code>1</code>. The maximum value that may be specified is <code>100</code>.</p>\n","type":"text/plain"},"key":"page[size]","value":"20"},{"disabled":true,"key":"page[after]","value":"string"}],"variable":[]}},"response":[{"id":"95bb0828-489c-4697-87fb-cc0b705b5c63","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/emails","host":["/"],"path":["api","v1","emails"],"query":[{"description":"The date range in which to search for e-mails that were sent. Value must be two ISO 8601-formatted dates separated by a colon (e.g. `2021-01-01T00:00:00Z:2021-01-31T00:00:00Z`). An asterisk may be used as a placeholder to represent no minimum (e.g. `*:2021-01-31T00:00:00Z`). An asterisk may be used as a placeholder to represent no maximum (e.g. `2021-01-01T00:00:00Z:*`).","key":"filter[email.sent]","value":"string","disabled":true},{"description":"A string used to perform an exact case-insensitive partial match against the e-mails' subjects","key":"filter[name]","value":"string","disabled":true},{"description":"The identifier of the e-mails belonging to the same e-mail thread","key":"filter[thread]","value":"string","disabled":true},{"description":"Select specific e-mails using e-mail identifiers. Value must be a comma-delimited list.","key":"filter[ids]","value":"string","disabled":true},{"description":"The case-insensitive name of the sender of an e-mail; examples: \"Julius Caesar\", \"julius\", and \"CAESAR\"","key":"filter[owner.name]","value":"string","disabled":true},{"description":"The case-insensitive e-mail address of the sender of an e-mail; examples: \"julius.caesar@rome.gov\", \"JULIUS.CAESAR\", and \"@rome.gov\"","key":"filter[owner.email]","value":"string","disabled":true},{"description":"The case-insensitive names of the participants of an e-mail; adding more participants will broaden the search. Value must be a comma-delimited list.","key":"filter[participants.name]","value":"string","disabled":true},{"description":"The case-insensitive e-mail addresses of the participants of an e-mail; adding more participants will broaden the search. Value must be a comma-delimited list.","key":"filter[participants.email]","value":"string","disabled":true},{"description":"The maximum number of e-mails to return per page; if the number of matching e-mails is greater than the page size, the number of results returned is not guaranteed to be equal to the page size. The minimum value that may be specified is `1`. The maximum value that may be specified is `100`.","key":"page[size]","value":"20","disabled":true},{"key":"page[after]","value":"string","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b7120469-ae58-4e49-bd9e-be7c197ff9bb","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/emails","host":["/"],"path":["api","v1","emails"],"query":[{"description":"The date range in which to search for e-mails that were sent. Value must be two ISO 8601-formatted dates separated by a colon (e.g. `2021-01-01T00:00:00Z:2021-01-31T00:00:00Z`). An asterisk may be used as a placeholder to represent no minimum (e.g. `*:2021-01-31T00:00:00Z`). An asterisk may be used as a placeholder to represent no maximum (e.g. `2021-01-01T00:00:00Z:*`).","key":"filter[email.sent]","value":"string","disabled":true},{"description":"A string used to perform an exact case-insensitive partial match against the e-mails' subjects","key":"filter[name]","value":"string","disabled":true},{"description":"The identifier of the e-mails belonging to the same e-mail thread","key":"filter[thread]","value":"string","disabled":true},{"description":"Select specific e-mails using e-mail identifiers. Value must be a comma-delimited list.","key":"filter[ids]","value":"string","disabled":true},{"description":"The case-insensitive name of the sender of an e-mail; examples: \"Julius Caesar\", \"julius\", and \"CAESAR\"","key":"filter[owner.name]","value":"string","disabled":true},{"description":"The case-insensitive e-mail address of the sender of an e-mail; examples: \"julius.caesar@rome.gov\", \"JULIUS.CAESAR\", and \"@rome.gov\"","key":"filter[owner.email]","value":"string","disabled":true},{"description":"The case-insensitive names of the participants of an e-mail; adding more participants will broaden the search. Value must be a comma-delimited list.","key":"filter[participants.name]","value":"string","disabled":true},{"description":"The case-insensitive e-mail addresses of the participants of an e-mail; adding more participants will broaden the search. Value must be a comma-delimited list.","key":"filter[participants.email]","value":"string","disabled":true},{"description":"The maximum number of e-mails to return per page; if the number of matching e-mails is greater than the page size, the number of results returned is not guaranteed to be equal to the page size. The minimum value that may be specified is `1`. The maximum value that may be specified is `100`.","key":"page[size]","value":"20","disabled":true},{"key":"page[after]","value":"string","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"a564acc6-b03d-42c5-b93d-a1bf576170ed"},{"name":"Get email","id":"947c1a6c-09fd-440e-89dc-37581c05166b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/emails/:id","description":"<p>Get an e-mail using the e-mail's identifier.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","emails",":id"],"host":["/"],"query":[],"variable":[{"id":"72b17858-9cc8-4be8-b02e-5550daeff6f7","description":{"content":"<p>id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"74bfe419-bbb0-4469-bb73-cbc75ffd7cb8","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/emails/:id","host":["/"],"path":["api","v1","emails",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"account\": {\n        \"id\": 1669,\n        \"name\": \"string\",\n        \"ext_id\": \"string\",\n        \"type\": \"string\",\n        \"zi_company_id\": \"string\"\n      },\n      \"deal\": {\n        \"close_date\": \"2021-01-01T00:00:00Z\",\n        \"current_stage\": \"string\",\n        \"engaged\": \"string\",\n        \"follow_up\": {\n          \"doc_type\": \"string\",\n          \"id\": \"string\",\n          \"start_time\": \"2021-01-01T00:00:00Z\",\n          \"thread_id\": \"\"\n        },\n        \"id\": \"string\",\n        \"initial_amount\": 4153.058692326063,\n        \"initial_stage\": \"string\",\n        \"name\": \"string\",\n        \"on_stage_since\": \"2021-01-01T00:00:00Z\",\n        \"size\": 6164,\n        \"size_increased_amount\": \"\",\n        \"stage_advancement\": \"string\"\n      },\n      \"owner\": {\n        \"email\": \"string\",\n        \"name\": \"string\",\n        \"person_id\": 6559,\n        \"user_id\": 3165\n      },\n      \"status\": \"done\",\n      \"email\": {\n        \"sent_time\": \"2021-01-01T00:00:00Z\",\n        \"body\": \"string\",\n        \"initiator\": {\n          \"name\": \"string\",\n          \"email\": \"string\"\n        },\n        \"thread\": \"string\"\n      },\n      \"_created_at\": \"2021-01-01T00:00:00Z\",\n      \"_modified_at\": \"2021-01-01T00:00:00Z\",\n      \"action_items\": [\n        \"string\",\n        \"string\"\n      ],\n      \"company_name\": \"string\",\n      \"custom_questions\": [\n        \"\",\n        \"\"\n      ],\n      \"custom_summaries\": [\n        \"\",\n        \"\"\n      ],\n      \"disposition\": {\n        \"Task___CallDisposition\": \"\",\n        \"connected\": \"\",\n        \"gatekeeper\": \"\",\n        \"tree\": \"\",\n        \"voicemail\": \"\"\n      },\n      \"generated_subject\": \"string\",\n      \"language\": \"string\",\n      \"meeting\": {\n        \"id\": \"string\",\n        \"calendar_id\": \"string\",\n        \"ical_uid\": \"string\",\n        \"meeting_url\": \"string\"\n      },\n      \"meta\": {\n        \"viewed\": \"2021-01-01T00:00:00Z\",\n        \"offset\": 1602\n      },\n      \"metrics\": [\n        {\n          \"name\": \"string\",\n          \"value\": 1921.7080084563377\n        },\n        {\n          \"name\": \"string\",\n          \"value\": 7343.729665376363\n        }\n      ],\n      \"name\": \"string\",\n      \"participants\": [\n        {\n          \"name\": \"string\",\n          \"person_id\": 4844,\n          \"type\": \"string\",\n          \"company_name\": \"string\",\n          \"email\": \"string\",\n          \"is_my_team\": false,\n          \"picture\": \"string\",\n          \"title\": \"string\",\n          \"user_id\": 6755,\n          \"zi_person_id\": 3761\n        },\n        {\n          \"name\": \"string\",\n          \"person_id\": 7098,\n          \"type\": \"string\",\n          \"company_name\": \"string\",\n          \"email\": \"string\",\n          \"is_my_team\": true,\n          \"picture\": \"string\",\n          \"title\": \"string\",\n          \"user_id\": 4538,\n          \"zi_person_id\": 2682\n        }\n      ],\n      \"private\": true,\n      \"recap\": [\n        \"string\",\n        \"string\"\n      ],\n      \"source\": \"string\",\n      \"summary\": \"string\",\n      \"summary_error\": \"string\",\n      \"tracker_match\": \"string\",\n      \"user_company_name\": \"string\"\n    },\n    \"type\": \"email\",\n    \"id\": \"123\"\n  }\n}"},{"id":"bc2f57eb-bbc5-4106-a5eb-990650c45892","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/emails/:id","host":["/"],"path":["api","v1","emails",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"ac135c5d-9703-4faf-8061-18003a5e1ed3","name":"Not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/emails/:id","host":["/"],"path":["api","v1","emails",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"947c1a6c-09fd-440e-89dc-37581c05166b"}],"id":"606b733a-f536-47f3-8f1b-40c2f6c9c80d","_postman_id":"606b733a-f536-47f3-8f1b-40c2f6c9c80d","description":"","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}}},{"name":"Engagement filter","item":[{"name":"Fetch all the customer's engagement_filter","id":"b0a665e0-7f8d-4022-801e-0eef5642c690","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/filters","description":"<p>Fetch all the customer's engagement_filter</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","filters"],"host":["/"],"query":[{"disabled":true,"key":"filter[filter_name]","value":"string"},{"disabled":true,"key":"filter[filter_type]","value":"string"},{"disabled":true,"key":"filter[field_type]","value":"string"}],"variable":[]}},"response":[{"id":"00742112-4adf-4430-a73e-adb604ce616b","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/filters","host":["/"],"path":["api","v1","filters"],"query":[{"key":"filter[filter_name]","value":"string","disabled":true},{"key":"filter[filter_type]","value":"string","disabled":true},{"key":"filter[field_type]","value":"string","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"filter_name\": \"string\",\n        \"filter_type\": \"string\",\n        \"field_type\": \"string\",\n        \"filter_values\": \"null\"\n      },\n      \"type\": \"engagement_filter\",\n      \"id\": \"123\"\n    },\n    {\n      \"attributes\": {\n        \"filter_name\": \"string\",\n        \"filter_type\": \"string\",\n        \"field_type\": \"string\",\n        \"filter_values\": \"null\"\n      },\n      \"type\": \"engagement_filter\",\n      \"id\": \"123\"\n    }\n  ]\n}"},{"id":"6688ebe2-2489-421a-9ea4-8b91250df807","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/filters","host":["/"],"path":["api","v1","filters"],"query":[{"key":"filter[filter_name]","value":"string","disabled":true},{"key":"filter[filter_type]","value":"string","disabled":true},{"key":"filter[field_type]","value":"string","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"b0a665e0-7f8d-4022-801e-0eef5642c690"},{"name":"Create engagement filter","id":"8337ecad-8b8b-462e-999c-eebc1e0d6052","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"field_type\": \"picklist\",\n      \"filter_name\": \"test6\",\n      \"filter_type\": \"TrustRadius\",\n      \"filter_values\": \"{\\\"ZoomInfo SalesOS\\\": \\\"zi-sales\\\", \\\"Chorus\\\": \\\"chorus-ai\\\"}\"\n    },\n    \"type\": \"engagement_filter\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/filters","description":"<p>This API is used to create new engagement filter.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","filters"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"7b3f5cfc-8826-44f7-a4e8-f536f69529c6","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"field_type\": \"picklist\",\n      \"filter_name\": \"test6\",\n      \"filter_type\": \"TrustRadius\",\n      \"filter_values\": \"{\\\"ZoomInfo SalesOS\\\": \\\"zi-sales\\\", \\\"Chorus\\\": \\\"chorus-ai\\\"}\"\n    },\n    \"type\": \"engagement_filter\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/filters"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"filter_name\": \"string\",\n      \"filter_type\": \"string\",\n      \"field_type\": \"string\",\n      \"filter_values\": \"null\"\n    },\n    \"type\": \"engagement_filter\",\n    \"id\": \"123\"\n  }\n}"},{"id":"97b9cf6e-706a-4150-bd3e-07cf067d790e","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"field_type\": \"picklist\",\n      \"filter_name\": \"test6\",\n      \"filter_type\": \"TrustRadius\",\n      \"filter_values\": \"{\\\"ZoomInfo SalesOS\\\": \\\"zi-sales\\\", \\\"Chorus\\\": \\\"chorus-ai\\\"}\"\n    },\n    \"type\": \"engagement_filter\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/filters"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"906603d6-ac53-47be-92a1-fabe39062b00","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"field_type\": \"picklist\",\n      \"filter_name\": \"test6\",\n      \"filter_type\": \"TrustRadius\",\n      \"filter_values\": \"{\\\"ZoomInfo SalesOS\\\": \\\"zi-sales\\\", \\\"Chorus\\\": \\\"chorus-ai\\\"}\"\n    },\n    \"type\": \"engagement_filter\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/filters"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"8337ecad-8b8b-462e-999c-eebc1e0d6052"},{"name":"Replace all engagement_filters","id":"ccb8c780-09fc-4f7d-bf45-6af694973d08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"filter_type\": \"string\",\n  \"filters\": [\n    {\n      \"filter_name\": \"string\",\n      \"field_type\": \"string\",\n      \"filter_values\": \"null\"\n    },\n    {\n      \"filter_name\": \"string\",\n      \"field_type\": \"string\",\n      \"filter_values\": \"null\"\n    }\n  ],\n  \"type\": \"engagement_filter\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/filters/actions/replace","description":"<p>Replace all engagement_filters.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","filters","actions","replace"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"522d47d3-885d-4e7f-812f-562d6636fc92","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"filter_type\": \"string\",\n  \"filters\": [\n    {\n      \"filter_name\": \"string\",\n      \"field_type\": \"string\",\n      \"filter_values\": \"null\"\n    },\n    {\n      \"filter_name\": \"string\",\n      \"field_type\": \"string\",\n      \"filter_values\": \"null\"\n    }\n  ],\n  \"type\": \"engagement_filter\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/filters/actions/replace"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"143ab604-cd43-4c21-a511-e1cc2c69b8ac","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"filter_type\": \"string\",\n  \"filters\": [\n    {\n      \"filter_name\": \"string\",\n      \"field_type\": \"string\",\n      \"filter_values\": \"null\"\n    },\n    {\n      \"filter_name\": \"string\",\n      \"field_type\": \"string\",\n      \"filter_values\": \"null\"\n    }\n  ],\n  \"type\": \"engagement_filter\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/filters/actions/replace"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"9645b05a-9481-451c-ab1a-f807f7cfb589","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"filter_type\": \"string\",\n  \"filters\": [\n    {\n      \"filter_name\": \"string\",\n      \"field_type\": \"string\",\n      \"filter_values\": \"null\"\n    },\n    {\n      \"filter_name\": \"string\",\n      \"field_type\": \"string\",\n      \"filter_values\": \"null\"\n    }\n  ],\n  \"type\": \"engagement_filter\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/filters/actions/replace"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"ccb8c780-09fc-4f7d-bf45-6af694973d08"},{"name":"Delete an engagement filter","id":"40faa9b2-461f-4f0a-9708-9cc05b1be9d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/filters/:id","description":"<p>Deletes an engagement filter permanently</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","filters",":id"],"host":["/"],"query":[],"variable":[{"id":"d076c775-6619-4d0e-9710-050bb63593e6","description":{"content":"<p>id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"7e767fe7-9f4a-42c4-b7d4-6c3198edec26","name":"Success","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/filters/:id","host":["/"],"path":["api","v1","filters",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2bf68492-3399-4dcf-b44d-75c0c74cf652","name":"Bad request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/filters/:id","host":["/"],"path":["api","v1","filters",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"1e846aba-cea4-4814-a82a-fc651c82b873","name":"Not found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/filters/:id","host":["/"],"path":["api","v1","filters",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"40faa9b2-461f-4f0a-9708-9cc05b1be9d1"},{"name":"Fetch one engagement_filter","id":"7e985cfc-ca2e-43b0-acd4-5a21bfea7d22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/filters/:id","description":"<p>Fetch one engagement_filter.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","filters",":id"],"host":["/"],"query":[],"variable":[{"id":"da8785c8-d147-49ad-a517-8600c76436e8","description":{"content":"<p>id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"c3cb7d62-bbbd-4c4f-90af-197b24ce4b3a","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/filters/:id","host":["/"],"path":["api","v1","filters",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"filter_name\": \"string\",\n      \"filter_type\": \"string\",\n      \"field_type\": \"string\",\n      \"filter_values\": \"null\"\n    },\n    \"type\": \"engagement_filter\",\n    \"id\": \"123\"\n  }\n}"},{"id":"e1e0c7a1-8677-4654-817d-7920df6bf8f9","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/filters/:id","host":["/"],"path":["api","v1","filters",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"751e0633-1ea7-4046-8c5d-73aae5d6478e","name":"Not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/filters/:id","host":["/"],"path":["api","v1","filters",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"7e985cfc-ca2e-43b0-acd4-5a21bfea7d22"},{"name":"Update one engagement_filter","id":"c626907c-bc85-42d4-a735-3fc933713421","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"field_type\": \"string\",\n      \"filter_name\": \"string\",\n      \"filter_type\": \"string\",\n      \"filter_values\": \"string\"\n    },\n    \"type\": \"engagement_filter_edit\",\n    \"id\": \"123\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/filters/:id","description":"<p>Update one engagement_filter.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","filters",":id"],"host":["/"],"query":[],"variable":[{"id":"f5aa4101-3f34-4aa5-9506-9a6cd494660b","description":{"content":"<p>id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"0ea6ee40-a31a-4726-818a-e4ef09d39b58","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"field_type\": \"string\",\n      \"filter_name\": \"string\",\n      \"filter_type\": \"string\",\n      \"filter_values\": \"string\"\n    },\n    \"type\": \"engagement_filter_edit\",\n    \"id\": \"123\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/filters/:id","host":["/"],"path":["api","v1","filters",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"field_type\": \"string\",\n      \"filter_name\": \"string\",\n      \"filter_type\": \"string\",\n      \"filter_values\": \"string\"\n    },\n    \"type\": \"engagement_filter_edit\",\n    \"id\": \"123\"\n  }\n}"},{"id":"43376d58-e3fb-4cee-92ea-94d3a7e5bff7","name":"Bad request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"field_type\": \"string\",\n      \"filter_name\": \"string\",\n      \"filter_type\": \"string\",\n      \"filter_values\": \"string\"\n    },\n    \"type\": \"engagement_filter_edit\",\n    \"id\": \"123\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/filters/:id","host":["/"],"path":["api","v1","filters",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"93c86819-f649-42b9-aad7-f5ed1493058a","name":"Not found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"field_type\": \"string\",\n      \"filter_name\": \"string\",\n      \"filter_type\": \"string\",\n      \"filter_values\": \"string\"\n    },\n    \"type\": \"engagement_filter_edit\",\n    \"id\": \"123\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/filters/:id","host":["/"],"path":["api","v1","filters",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"c626907c-bc85-42d4-a735-3fc933713421"}],"id":"889be79e-f0ff-46b6-af14-399f02bacd90","_postman_id":"889be79e-f0ff-46b6-af14-399f02bacd90","description":"","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}}},{"name":"Integrations Email","item":[{"name":"Connect Google","id":"e607ed5e-0933-4402-baff-f62cb718c547","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/integrations/google_authms/actions/connect","description":"<p>This API is used to \"connect\" the user to Google using auth connectors</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","integrations","google_authms","actions","connect"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"615aa103-78d8-4a49-b878-6bac63f60d16","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/integrations/google_authms/actions/connect"},"status":"Found","code":302,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e34843cc-ab79-4954-aeed-004222cf098d","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/integrations/google_authms/actions/connect"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"e607ed5e-0933-4402-baff-f62cb718c547"},{"name":"Connect Google Email service account","id":"a696558c-7730-4a6a-8062-4bd838d492e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/integrations/google_email/actions/connect","description":"<p>This API is used to \"connect\" the customer to Google Email service account</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","integrations","google_email","actions","connect"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"3d85606a-adde-4e63-847e-0d392063d4d6","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/integrations/google_email/actions/connect"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"67954f2c-9ece-4549-8ebf-62a53de0b426","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/integrations/google_email/actions/connect"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"a696558c-7730-4a6a-8062-4bd838d492e7"},{"name":"Connect Office365","id":"1460bfb9-6653-4cae-be80-21b648380be3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/integrations/office365_authms/actions/connect","description":"<p>This API is used to \"connect\" the user to Office365 using auth connectors</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","integrations","office365_authms","actions","connect"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"c398e4fa-ce3c-475c-bfc5-c078ec2b710b","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/integrations/office365_authms/actions/connect"},"status":"Found","code":302,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"50d21619-40be-42c4-9b5d-bfce486c3369","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/integrations/office365_authms/actions/connect"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"1460bfb9-6653-4cae-be80-21b648380be3"},{"name":"Connect Office365 Email service account","id":"b064c9af-16ab-4219-b7c1-b7c0411b76f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/integrations/office365_email/actions/connect","description":"<p>This API is used to \"connect\" the customer to Office365 Email service account</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","integrations","office365_email","actions","connect"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"ebf78794-063e-4f83-9c21-426e07142379","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/integrations/office365_email/actions/connect"},"status":"Found","code":302,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"05f08d85-d3aa-4d53-8fb6-ce51193eae32","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/integrations/office365_email/actions/connect"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"b064c9af-16ab-4219-b7c1-b7c0411b76f6"}],"id":"c54a549e-5668-447d-94e1-3dd4579c0e79","_postman_id":"c54a549e-5668-447d-94e1-3dd4579c0e79","description":"","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}}},{"name":"Integrations Calendar","item":[{"name":"Connect Google Calendar service account","id":"718bdde1-59ab-4a15-830f-0808baafc754","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/integrations/google_calendar/actions/connect","description":"<p>This API is used to \"connect\" the customer to Google Calendar service account</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","integrations","google_calendar","actions","connect"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"ffcf8feb-6a5c-41f4-9511-b0916259b0fe","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/integrations/google_calendar/actions/connect"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7bf51e31-09a9-4427-be8d-5a7d497a6478","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/integrations/google_calendar/actions/connect"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"718bdde1-59ab-4a15-830f-0808baafc754"},{"name":"Verify calendar service account","id":"7684b6ed-1dbb-4d78-bcab-8dcb2d8575d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"emails\": [\n    \"john.smith@acme.com\",\n    \"bill.jones@acme.com\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/integrations/google_calendar/actions/verify","description":"<p>This API is used to verify an email service account.</p>\n<ul>\n<li>At least two \"accessible\" emails must be provided.</li>\n<li>A <code>204 No Content</code> will be returned if the verification is successful and a <code>400 Bad Request</code> will be returned, along withrelevant details, if it is not.</li>\n</ul>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","integrations","google_calendar","actions","verify"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"2c39c297-67e2-4c82-9102-cf987c03972d","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"emails\": [\n    \"john.smith@acme.com\",\n    \"bill.jones@acme.com\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/integrations/google_calendar/actions/verify"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e3454860-702a-472c-b07f-106f4649a989","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"emails\": [\n    \"john.smith@acme.com\",\n    \"bill.jones@acme.com\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/integrations/google_calendar/actions/verify"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"a8cfb08a-637b-4ae8-b353-2a8daead1d1f","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"emails\": [\n    \"john.smith@acme.com\",\n    \"bill.jones@acme.com\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/integrations/google_calendar/actions/verify"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"7684b6ed-1dbb-4d78-bcab-8dcb2d8575d1"},{"name":"Connect Office365 Calendar service account","id":"bc5acff8-fa4e-44ca-a359-4afc8d9e02c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/integrations/office365_calendar/actions/connect","description":"<p>This API is used to \"connect\" the customer to Office365 Calendar service account</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","integrations","office365_calendar","actions","connect"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"9f91e694-37ff-405a-a2e1-704b9ef34c05","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/integrations/office365_calendar/actions/connect"},"status":"Found","code":302,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3faa1e28-d616-452f-b5cc-bbd093fed4ae","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/integrations/office365_calendar/actions/connect"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"bc5acff8-fa4e-44ca-a359-4afc8d9e02c5"},{"name":"Verify calendar service account","id":"9ef123c2-c944-4a92-b9b8-17923138885f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"emails\": [\n    \"john.smith@acme.com\",\n    \"bill.jones@acme.com\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/integrations/office365_calendar/actions/verify","description":"<p>This API is used to verify an email service account.</p>\n<ul>\n<li>At least two \"accessible\" emails must be provided.</li>\n<li>A <code>204 No Content</code> will be returned if the verification is successful and a <code>400 Bad Request</code> will be returned, along withrelevant details, if it is not.</li>\n</ul>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","integrations","office365_calendar","actions","verify"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"8dcde1f3-ef80-4587-8730-a5a7a65c0de6","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"emails\": [\n    \"john.smith@acme.com\",\n    \"bill.jones@acme.com\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/integrations/office365_calendar/actions/verify"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"294ae95c-2f97-42b3-9bec-1b27da93a507","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"emails\": [\n    \"john.smith@acme.com\",\n    \"bill.jones@acme.com\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/integrations/office365_calendar/actions/verify"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"5ba2376d-e809-45c2-91f9-76fc5bf0ea5f","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"emails\": [\n    \"john.smith@acme.com\",\n    \"bill.jones@acme.com\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/integrations/office365_calendar/actions/verify"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"9ef123c2-c944-4a92-b9b8-17923138885f"}],"id":"6d34d508-3402-4726-aa4f-7436afe3d39a","_postman_id":"6d34d508-3402-4726-aa4f-7436afe3d39a","description":"","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}}},{"name":"Integrations Meet","item":[{"name":"Connect Google Meet service account","id":"5ffb1e19-83a2-4303-971f-015d4207185d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/integrations/google_meet/actions/connect","description":"<p>This API is used to \"connect\" the customer to Google Meet service account</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","integrations","google_meet","actions","connect"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"4750530e-1657-4595-91af-d2110e076310","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/integrations/google_meet/actions/connect"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ca2930e3-b345-4701-b528-8fffd822b4b1","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/integrations/google_meet/actions/connect"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"5ffb1e19-83a2-4303-971f-015d4207185d"},{"name":"Connect Microsoft Teams Messaging","id":"e0d1ad72-0fd4-44c4-a2fa-099292dd8fda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/integrations/microsoft_teams/actions/connect","description":"<p>Connect to Microsoft Teams Messaging</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","integrations","microsoft_teams","actions","connect"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"5de88ffa-d8db-412c-a4e4-7120e94efea0","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/integrations/microsoft_teams/actions/connect"},"status":"Temporary Redirect (since HTTP/1.1)","code":307,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"83418ad7-4f1d-4288-8027-9d428496cdc4","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/integrations/microsoft_teams/actions/connect"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"e0d1ad72-0fd4-44c4-a2fa-099292dd8fda"},{"name":"Connect MSTeams service account","id":"242a33cd-ee9b-439b-acdd-ca1a550d3488","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/integrations/microsoft_teams_postcall/actions/connect","description":"<p>This API is used to \"connect\" the customer to MSTeams service account</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","integrations","microsoft_teams_postcall","actions","connect"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"3d75d9e0-d46f-447d-8c06-b0d40ce52633","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/integrations/microsoft_teams_postcall/actions/connect"},"status":"Found","code":302,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c8dbca62-3b62-41ac-ba6b-a53e606e85ed","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/integrations/microsoft_teams_postcall/actions/connect"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"242a33cd-ee9b-439b-acdd-ca1a550d3488"},{"name":"Connect AuthMS","id":"4966608d-c160-4445-8e2a-4829912ed79f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/integrations/msteams_authms/actions/connect","description":"<p>Connect to AuthMS</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","integrations","msteams_authms","actions","connect"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"737dd167-4d15-4792-8bef-7b830a40cb3f","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/integrations/msteams_authms/actions/connect"},"status":"Temporary Redirect (since HTTP/1.1)","code":307,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a59f38b6-689c-4817-b987-1e05865228b0","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/integrations/msteams_authms/actions/connect"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"4966608d-c160-4445-8e2a-4829912ed79f"},{"name":"Connect AuthMS","id":"749ec0d5-da01-4688-924e-4d0336cfd4fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/integrations/webex_authms/actions/connect","description":"<p>Connect to AuthMS</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","integrations","webex_authms","actions","connect"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"49978a7e-57f0-4641-ab0c-269cf990a855","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/integrations/webex_authms/actions/connect"},"status":"Temporary Redirect (since HTTP/1.1)","code":307,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fa346fe0-4e40-47bd-b2e2-4fdfd2b0ba69","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/integrations/webex_authms/actions/connect"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"749ec0d5-da01-4688-924e-4d0336cfd4fa"},{"name":"Connect AuthMS","id":"9b17b590-f7ea-499a-a6c8-f950df45d81d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/integrations/zoom_authms/actions/connect","description":"<p>Connect to AuthMS</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","integrations","zoom_authms","actions","connect"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"4d1b7970-fa9a-46be-a001-08d5c4ff952f","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/integrations/zoom_authms/actions/connect"},"status":"Temporary Redirect (since HTTP/1.1)","code":307,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"859ce79b-843b-401c-84bc-d76feb5d716d","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/integrations/zoom_authms/actions/connect"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"9b17b590-f7ea-499a-a6c8-f950df45d81d"}],"id":"a7bf1d42-ed0c-4789-9ea2-632f02cf09f7","_postman_id":"a7bf1d42-ed0c-4789-9ea2-632f02cf09f7","description":"","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}}},{"name":"Integrations CRM","item":[{"name":"Connect customer to Unie","id":"f5f3a94f-414c-46ba-acf2-65c86f972e54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/integrations/unie/actions/connect?provider=MARKETO","description":"<p>This API is used to \"connect\" the customer to OAuth2 Unie CRM login</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","integrations","unie","actions","connect"],"host":["/"],"query":[{"disabled":true,"description":{"content":"<p>The customer's vendor instance URL.</p>\n","type":"text/plain"},"key":"resource","value":"string"},{"description":{"content":"<p>The requested crm provider.</p>\n","type":"text/plain"},"key":"provider","value":"MARKETO"}],"variable":[]}},"response":[{"id":"aa8e1eaa-89ab-40ae-88ba-871bee40a243","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/integrations/unie/actions/connect?provider=MARKETO","host":["/"],"path":["api","v1","integrations","unie","actions","connect"],"query":[{"description":"The customer's vendor instance URL.","key":"resource","value":"string","disabled":true},{"description":"The requested crm provider.","key":"provider","value":"MARKETO"}]}},"status":"Temporary Redirect (since HTTP/1.1)","code":307,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3c2d8e7c-1093-4892-82a0-86a300b83e18","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/integrations/unie/actions/connect?provider=MARKETO","host":["/"],"path":["api","v1","integrations","unie","actions","connect"],"query":[{"description":"The customer's vendor instance URL.","key":"resource","value":"string","disabled":true},{"description":"The requested crm provider.","key":"provider","value":"MARKETO"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"f5f3a94f-414c-46ba-acf2-65c86f972e54"}],"id":"ed5d9330-040e-4639-ae4a-19ede0b0a3cf","_postman_id":"ed5d9330-040e-4639-ae4a-19ede0b0a3cf","description":"","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}}},{"name":"External Moments","item":[{"name":"Fetch moments","id":"09c0bb39-878d-461d-bde6-c1ef36802dcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/moments?filter[shared_on]=string","description":"<p>This API fetches all moments.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","moments"],"host":["/"],"query":[{"description":{"content":"<p>A date range. Value must be two ISO 8601-formatted dates separated by a colon (e.g. <code>2021-01-01T00:00:00Z:2021-01-31T00:00:00Z</code>). An asterisk may be used as a placeholder to represent no minimum (e.g. <code>*:2021-01-31T00:00:00Z</code>). An asterisk may be used as a placeholder to represent no maximum (e.g. <code>2021-01-01T00:00:00Z:*</code>). The maximum range that may be specified is <code>365 days, 0:00:00</code>.</p>\n","type":"text/plain"},"key":"filter[shared_on]","value":"string"}],"variable":[]}},"response":[{"id":"addc9449-b8ad-4e2b-813a-5f0f27acf58c","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/moments?filter[shared_on]=string","host":["/"],"path":["api","v1","moments"],"query":[{"description":"A date range. Value must be two ISO 8601-formatted dates separated by a colon (e.g. `2021-01-01T00:00:00Z:2021-01-31T00:00:00Z`). An asterisk may be used as a placeholder to represent no minimum (e.g. `*:2021-01-31T00:00:00Z`). An asterisk may be used as a placeholder to represent no maximum (e.g. `2021-01-01T00:00:00Z:*`). The maximum range that may be specified is `365 days, 0:00:00`.","key":"filter[shared_on]","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"account\": {\n          \"id\": \"string\",\n          \"name\": \"string\"\n        },\n        \"asr\": \"string\",\n        \"conversation\": \"string\",\n        \"creator\": {\n          \"company\": \"string\",\n          \"id\": \"string\",\n          \"name\": \"string\",\n          \"picture\": \"string\"\n        },\n        \"duration\": 242.31876949833975,\n        \"expiration_date\": \"2021-01-01T00:00:00Z\",\n        \"internal_only\": false,\n        \"link\": \"string\",\n        \"logo\": \"string\",\n        \"logo_bg\": \"string\",\n        \"note\": \"string\",\n        \"opportunity\": {\n          \"amount\": 4481.675284527223,\n          \"close_date\": \"2021-01-01T00:00:00Z\",\n          \"id\": \"string\",\n          \"initial_amount\": 7684.366838394194,\n          \"name\": \"string\",\n          \"on_stage_since\": \"2021-01-01T00:00:00Z\",\n          \"owner_name\": \"string\",\n          \"stage\": \"string\"\n        },\n        \"password\": \"string\",\n        \"read_receipts\": false,\n        \"recording_duration\": 6381.294517663654,\n        \"share_email_address_required\": true,\n        \"shared_on\": \"2021-01-01T00:00:00Z\",\n        \"speaker\": {\n          \"email\": \"string\",\n          \"id\": \"string\",\n          \"name\": \"string\",\n          \"type\": \"string\"\n        },\n        \"start\": 7165.705431698461,\n        \"start_time\": \"2021-01-01T00:00:00Z\",\n        \"subject\": \"string\",\n        \"thumbnail_link\": \"string\",\n        \"time\": \"2021-01-01T00:00:00Z\",\n        \"url_string\": \"string\",\n        \"user\": {\n          \"email\": \"string\",\n          \"id\": \"string\",\n          \"name\": \"string\",\n          \"picture\": \"string\"\n        },\n        \"video_link\": \"string\",\n        \"video_upload_time\": \"2021-01-01T00:00:00Z\"\n      },\n      \"type\": \"moment\",\n      \"id\": \"123\"\n    },\n    {\n      \"attributes\": {\n        \"account\": {\n          \"id\": \"string\",\n          \"name\": \"string\"\n        },\n        \"asr\": \"string\",\n        \"conversation\": \"string\",\n        \"creator\": {\n          \"company\": \"string\",\n          \"id\": \"string\",\n          \"name\": \"string\",\n          \"picture\": \"string\"\n        },\n        \"duration\": 7630.825230458587,\n        \"expiration_date\": \"2021-01-01T00:00:00Z\",\n        \"internal_only\": false,\n        \"link\": \"string\",\n        \"logo\": \"string\",\n        \"logo_bg\": \"string\",\n        \"note\": \"string\",\n        \"opportunity\": {\n          \"amount\": 5623.068919445223,\n          \"close_date\": \"2021-01-01T00:00:00Z\",\n          \"id\": \"string\",\n          \"initial_amount\": 8509.806877205403,\n          \"name\": \"string\",\n          \"on_stage_since\": \"2021-01-01T00:00:00Z\",\n          \"owner_name\": \"string\",\n          \"stage\": \"string\"\n        },\n        \"password\": \"string\",\n        \"read_receipts\": false,\n        \"recording_duration\": 2183.4665484530738,\n        \"share_email_address_required\": true,\n        \"shared_on\": \"2021-01-01T00:00:00Z\",\n        \"speaker\": {\n          \"email\": \"string\",\n          \"id\": \"string\",\n          \"name\": \"string\",\n          \"type\": \"string\"\n        },\n        \"start\": 4221.593349892207,\n        \"start_time\": \"2021-01-01T00:00:00Z\",\n        \"subject\": \"string\",\n        \"thumbnail_link\": \"string\",\n        \"time\": \"2021-01-01T00:00:00Z\",\n        \"url_string\": \"string\",\n        \"user\": {\n          \"email\": \"string\",\n          \"id\": \"string\",\n          \"name\": \"string\",\n          \"picture\": \"string\"\n        },\n        \"video_link\": \"string\",\n        \"video_upload_time\": \"2021-01-01T00:00:00Z\"\n      },\n      \"type\": \"moment\",\n      \"id\": \"123\"\n    }\n  ]\n}"},{"id":"d32cbb85-8790-4734-b05c-7f30b61bbb8c","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/moments?filter[shared_on]=string","host":["/"],"path":["api","v1","moments"],"query":[{"description":"A date range. Value must be two ISO 8601-formatted dates separated by a colon (e.g. `2021-01-01T00:00:00Z:2021-01-31T00:00:00Z`). An asterisk may be used as a placeholder to represent no minimum (e.g. `*:2021-01-31T00:00:00Z`). An asterisk may be used as a placeholder to represent no maximum (e.g. `2021-01-01T00:00:00Z:*`). The maximum range that may be specified is `365 days, 0:00:00`.","key":"filter[shared_on]","value":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"09c0bb39-878d-461d-bde6-c1ef36802dcc"},{"name":"Delete a moment","id":"619a1fe8-aa87-471d-83f7-bb2551decc37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/moments/:id","description":"<p>This API deletes the moment with the given ID.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","moments",":id"],"host":["/"],"query":[],"variable":[{"id":"bcc780be-8206-4fa6-b6fd-1fdacd7e41d2","description":{"content":"<p>id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"8dbcf5da-5d75-4542-9276-cb7f9a24493f","name":"Success","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/moments/:id","host":["/"],"path":["api","v1","moments",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"cf05ad93-59e6-44bf-8a24-f155a8ec6906","name":"Bad request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/moments/:id","host":["/"],"path":["api","v1","moments",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"d35f9f75-c67c-4a97-b2f6-40ee426460a7","name":"Not found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/moments/:id","host":["/"],"path":["api","v1","moments",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"619a1fe8-aa87-471d-83f7-bb2551decc37"}],"id":"6f187989-79bb-4c01-87e5-23612282d05a","_postman_id":"6f187989-79bb-4c01-87e5-23612282d05a","description":"","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}}},{"name":"Public External Moments","item":[{"name":"Add a new moment","id":"b906ff7c-49a0-400c-9302-6892c9c15b7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"callid\": \"call_id_12345\",\n      \"moment_duration\": 7,\n      \"moment_time\": 0,\n      \"note\": \"\",\n      \"subject\": \"\",\n      \"url_string\": \"\"\n    },\n    \"type\": \"moment_create_request\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/moments","description":"<p>This API creates a new moment.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","moments"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"e87f30ba-a6ff-400c-8b17-21e3e8a190cf","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"callid\": \"call_id_12345\",\n      \"moment_duration\": 7,\n      \"moment_time\": 0,\n      \"note\": \"\",\n      \"subject\": \"\",\n      \"url_string\": \"\"\n    },\n    \"type\": \"moment_create_request\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/moments"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"account\": {\n        \"id\": \"string\",\n        \"name\": \"string\"\n      },\n      \"asr\": \"string\",\n      \"conversation\": \"string\",\n      \"creator\": {\n        \"company\": \"string\",\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"picture\": \"string\"\n      },\n      \"duration\": 3620.9055284280967,\n      \"expiration_date\": \"2021-01-01T00:00:00Z\",\n      \"internal_only\": false,\n      \"link\": \"string\",\n      \"logo\": \"string\",\n      \"logo_bg\": \"string\",\n      \"note\": \"string\",\n      \"opportunity\": {\n        \"amount\": 3962.271269874127,\n        \"close_date\": \"2021-01-01T00:00:00Z\",\n        \"id\": \"string\",\n        \"initial_amount\": 7410.929672957856,\n        \"name\": \"string\",\n        \"on_stage_since\": \"2021-01-01T00:00:00Z\",\n        \"owner_name\": \"string\",\n        \"stage\": \"string\"\n      },\n      \"password\": \"string\",\n      \"read_receipts\": false,\n      \"recording_duration\": 1872.5638660487632,\n      \"share_email_address_required\": true,\n      \"shared_on\": \"2021-01-01T00:00:00Z\",\n      \"speaker\": {\n        \"email\": \"string\",\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"type\": \"string\"\n      },\n      \"start\": 7177.094887277436,\n      \"start_time\": \"2021-01-01T00:00:00Z\",\n      \"subject\": \"string\",\n      \"thumbnail_link\": \"string\",\n      \"time\": \"2021-01-01T00:00:00Z\",\n      \"url_string\": \"string\",\n      \"user\": {\n        \"email\": \"string\",\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"picture\": \"string\"\n      },\n      \"video_link\": \"string\",\n      \"video_upload_time\": \"2021-01-01T00:00:00Z\"\n    },\n    \"type\": \"moment\",\n    \"id\": \"123\"\n  }\n}"},{"id":"4be3dcc7-9868-4510-8238-9d691337cdeb","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"callid\": \"call_id_12345\",\n      \"moment_duration\": 7,\n      \"moment_time\": 0,\n      \"note\": \"\",\n      \"subject\": \"\",\n      \"url_string\": \"\"\n    },\n    \"type\": \"moment_create_request\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/moments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"c1c12883-3f26-4580-8732-631d924f4c95","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"callid\": \"call_id_12345\",\n      \"moment_duration\": 7,\n      \"moment_time\": 0,\n      \"note\": \"\",\n      \"subject\": \"\",\n      \"url_string\": \"\"\n    },\n    \"type\": \"moment_create_request\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/moments"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"b906ff7c-49a0-400c-9302-6892c9c15b7e"},{"name":"Updates a moment by ID.","id":"d58feba1-e710-4db3-9698-c1a224cb60b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"moment_time\": 3,\n      \"note\": \"\",\n      \"subject\": \"\",\n      \"url_string\": \"\"\n    },\n    \"id\": \"11111\",\n    \"type\": \"moment_edit_request\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/moments/:id","description":"<p>Updates a moment with the specified ID.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","moments",":id"],"host":["/"],"query":[],"variable":[{"id":"2ebaad28-94aa-4d49-83a8-0231f4abfd1c","description":{"content":"<p>id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"b29de7f0-93c9-40e6-b153-9a9af70ed12b","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"moment_time\": 3,\n      \"note\": \"\",\n      \"subject\": \"\",\n      \"url_string\": \"\"\n    },\n    \"id\": \"11111\",\n    \"type\": \"moment_edit_request\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/moments/:id","host":["/"],"path":["api","v1","moments",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"account\": {\n        \"id\": \"string\",\n        \"name\": \"string\"\n      },\n      \"asr\": \"string\",\n      \"conversation\": \"string\",\n      \"creator\": {\n        \"company\": \"string\",\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"picture\": \"string\"\n      },\n      \"duration\": 3620.9055284280967,\n      \"expiration_date\": \"2021-01-01T00:00:00Z\",\n      \"internal_only\": false,\n      \"link\": \"string\",\n      \"logo\": \"string\",\n      \"logo_bg\": \"string\",\n      \"note\": \"string\",\n      \"opportunity\": {\n        \"amount\": 3962.271269874127,\n        \"close_date\": \"2021-01-01T00:00:00Z\",\n        \"id\": \"string\",\n        \"initial_amount\": 7410.929672957856,\n        \"name\": \"string\",\n        \"on_stage_since\": \"2021-01-01T00:00:00Z\",\n        \"owner_name\": \"string\",\n        \"stage\": \"string\"\n      },\n      \"password\": \"string\",\n      \"read_receipts\": false,\n      \"recording_duration\": 1872.5638660487632,\n      \"share_email_address_required\": true,\n      \"shared_on\": \"2021-01-01T00:00:00Z\",\n      \"speaker\": {\n        \"email\": \"string\",\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"type\": \"string\"\n      },\n      \"start\": 7177.094887277436,\n      \"start_time\": \"2021-01-01T00:00:00Z\",\n      \"subject\": \"string\",\n      \"thumbnail_link\": \"string\",\n      \"time\": \"2021-01-01T00:00:00Z\",\n      \"url_string\": \"string\",\n      \"user\": {\n        \"email\": \"string\",\n        \"id\": \"string\",\n        \"name\": \"string\",\n        \"picture\": \"string\"\n      },\n      \"video_link\": \"string\",\n      \"video_upload_time\": \"2021-01-01T00:00:00Z\"\n    },\n    \"type\": \"moment\",\n    \"id\": \"123\"\n  }\n}"},{"id":"a47453b7-d1c3-4d80-a5f5-48e56ca618f1","name":"Bad request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"moment_time\": 3,\n      \"note\": \"\",\n      \"subject\": \"\",\n      \"url_string\": \"\"\n    },\n    \"id\": \"11111\",\n    \"type\": \"moment_edit_request\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/moments/:id","host":["/"],"path":["api","v1","moments",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"8020ba2f-e912-4b40-b49c-e41c71b98dbf","name":"Not found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"moment_time\": 3,\n      \"note\": \"\",\n      \"subject\": \"\",\n      \"url_string\": \"\"\n    },\n    \"id\": \"11111\",\n    \"type\": \"moment_edit_request\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/moments/:id","host":["/"],"path":["api","v1","moments",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"d58feba1-e710-4db3-9698-c1a224cb60b9"}],"id":"f31b2f1b-fbf2-4d8b-b378-d7e842964171","_postman_id":"f31b2f1b-fbf2-4d8b-b378-d7e842964171","description":"","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}}},{"name":"Playlists","item":[{"name":"Fetch playlists","id":"5ff4d3b5-0db0-46fc-bee3-1f336b16e412","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/playlists","description":"<p>This API fetches all playlists.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","playlists"],"host":["/"],"query":[{"disabled":true,"description":{"content":"<p>If specified, only playlists containing moments from the specified conversation will be returned.</p>\n","type":"text/plain"},"key":"filter[conversation]","value":"string"},{"disabled":true,"description":{"content":"<p>Used in conjunction with <code>filter[parent]</code>, specifies whether the playlist referenced by <code>filter[parent]</code> should also be returned.</p>\n","type":"text/plain"},"key":"include_parent","value":"true"},{"disabled":true,"description":{"content":"<p>The name of the playlist.</p>\n","type":"text/plain"},"key":"filter[name]","value":"string"},{"disabled":true,"description":{"content":"<p>The playlist parent.</p>\n","type":"text/plain"},"key":"filter[parent]","value":"3158"},{"disabled":true,"description":{"content":"<p>Used in conjunction with <code>filter[parent]</code>, specifies whether all children should be returned (recursively) or only direct children.</p>\n","type":"text/plain"},"key":"recursive","value":"true"},{"disabled":true,"description":{"content":"<p>Specify true to return only playlists you are currently subscribed to.</p>\n","type":"text/plain"},"key":"filter[subscribed]","value":"true"},{"disabled":true,"description":{"content":"<p>Specify true to return top-level playlists, only.  Note: a top-level playlist is either a playlist with no parent or a playlist whose parent is not visible to the current user.</p>\n","type":"text/plain"},"key":"top_level","value":"true"},{"disabled":true,"description":{"content":"<p>Filter by type. Value must be a comma-delimited list. Each item must be one of the following: BOOKMARKS, HASHTAG_PLAYLIST, PINNED_MOMENTS, PLAYLIST, SMART_PLAYLIST</p>\n","type":"text/plain"},"key":"filter[type]","value":"string"},{"disabled":true,"description":{"content":"<p>A comma-delimited list of fields to sort by. Value must be a comma-delimited list. A maximum of <code>1</code> values may be specified.</p>\n","type":"text/plain"},"key":"sort","value":"-_modified_at"},{"disabled":true,"description":{"content":"<p>The page of playlists to return.</p>\n","type":"text/plain"},"key":"page[number]","value":"1"},{"disabled":true,"description":{"content":"<p>The number of playlists to return per page.</p>\n","type":"text/plain"},"key":"page[size]","value":"20"}],"variable":[]}},"response":[{"id":"7820b8c4-f68e-40f7-b79b-4e3b2a1d73d7","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/playlists","host":["/"],"path":["api","v1","playlists"],"query":[{"description":"If specified, only playlists containing moments from the specified conversation will be returned.","key":"filter[conversation]","value":"string","disabled":true},{"description":"Used in conjunction with ``filter[parent]``, specifies whether the playlist referenced by ``filter[parent]`` should also be returned.","key":"include_parent","value":"true","disabled":true},{"description":"The name of the playlist.","key":"filter[name]","value":"string","disabled":true},{"description":"The playlist parent.","key":"filter[parent]","value":"3158","disabled":true},{"description":"Used in conjunction with ``filter[parent]``, specifies whether all children should be returned (recursively) or only direct children.","key":"recursive","value":"true","disabled":true},{"description":"Specify true to return only playlists you are currently subscribed to.","key":"filter[subscribed]","value":"true","disabled":true},{"description":"Specify true to return top-level playlists, only.  Note: a top-level playlist is either a playlist with no parent or a playlist whose parent is not visible to the current user.","key":"top_level","value":"true","disabled":true},{"description":"Filter by type. Value must be a comma-delimited list. Each item must be one of the following: BOOKMARKS, HASHTAG_PLAYLIST, PINNED_MOMENTS, PLAYLIST, SMART_PLAYLIST","key":"filter[type]","value":"string","disabled":true},{"description":"A comma-delimited list of fields to sort by. Value must be a comma-delimited list. A maximum of `1` values may be specified.","key":"sort","value":"-_modified_at","disabled":true},{"description":"The page of playlists to return.","key":"page[number]","value":"1","disabled":true},{"description":"The number of playlists to return per page.","key":"page[size]","value":"20","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"child_count\": 9936,\n        \"_created_at\": \"2021-01-01T00:00:00Z\",\n        \"name\": \"string\",\n        \"private\": true,\n        \"size\": 9797,\n        \"_modified_at\": \"2021-01-01T00:00:00Z\",\n        \"_modified_by\": 5711,\n        \"description\": \"string\",\n        \"owner\": {\n          \"name\": \"string\",\n          \"person_id\": 128,\n          \"user_id\": 1257\n        },\n        \"parent\": 8355,\n        \"path\": [\n          {\n            \"id\": \"string\",\n            \"name\": \"string\"\n          },\n          {\n            \"id\": \"string\",\n            \"name\": \"string\"\n          }\n        ]\n      },\n      \"type\": \"playlist\",\n      \"id\": \"123\"\n    },\n    {\n      \"attributes\": {\n        \"child_count\": 2828,\n        \"_created_at\": \"2021-01-01T00:00:00Z\",\n        \"name\": \"string\",\n        \"private\": true,\n        \"size\": 2943,\n        \"_modified_at\": \"2021-01-01T00:00:00Z\",\n        \"_modified_by\": 7419,\n        \"description\": \"string\",\n        \"owner\": {\n          \"name\": \"string\",\n          \"person_id\": 4881,\n          \"user_id\": 2602\n        },\n        \"parent\": 2304,\n        \"path\": [\n          {\n            \"id\": \"string\",\n            \"name\": \"string\"\n          },\n          {\n            \"id\": \"string\",\n            \"name\": \"string\"\n          }\n        ]\n      },\n      \"type\": \"playlist\",\n      \"id\": \"123\"\n    }\n  ]\n}"},{"id":"79edbc7c-930a-404b-9400-d7366641d502","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/playlists","host":["/"],"path":["api","v1","playlists"],"query":[{"description":"If specified, only playlists containing moments from the specified conversation will be returned.","key":"filter[conversation]","value":"string","disabled":true},{"description":"Used in conjunction with ``filter[parent]``, specifies whether the playlist referenced by ``filter[parent]`` should also be returned.","key":"include_parent","value":"true","disabled":true},{"description":"The name of the playlist.","key":"filter[name]","value":"string","disabled":true},{"description":"The playlist parent.","key":"filter[parent]","value":"3158","disabled":true},{"description":"Used in conjunction with ``filter[parent]``, specifies whether all children should be returned (recursively) or only direct children.","key":"recursive","value":"true","disabled":true},{"description":"Specify true to return only playlists you are currently subscribed to.","key":"filter[subscribed]","value":"true","disabled":true},{"description":"Specify true to return top-level playlists, only.  Note: a top-level playlist is either a playlist with no parent or a playlist whose parent is not visible to the current user.","key":"top_level","value":"true","disabled":true},{"description":"Filter by type. Value must be a comma-delimited list. Each item must be one of the following: BOOKMARKS, HASHTAG_PLAYLIST, PINNED_MOMENTS, PLAYLIST, SMART_PLAYLIST","key":"filter[type]","value":"string","disabled":true},{"description":"A comma-delimited list of fields to sort by. Value must be a comma-delimited list. A maximum of `1` values may be specified.","key":"sort","value":"-_modified_at","disabled":true},{"description":"The page of playlists to return.","key":"page[number]","value":"1","disabled":true},{"description":"The number of playlists to return per page.","key":"page[size]","value":"20","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"5ff4d3b5-0db0-46fc-bee3-1f336b16e412"},{"name":"Create a new playlist","id":"98dbffbb-c4ab-4839-a754-e04b8f14fa69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"My first playlist\",\n      \"description\": \"My first playlist description.\",\n      \"parent\": 3932\n    },\n    \"type\": \"playlist\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/playlists","description":"<p>This API creates a new playlist.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","playlists"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"e35f14c0-2b1d-4f5f-b0df-d0fa7c714c03","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"My first playlist\",\n      \"description\": \"My first playlist description.\",\n      \"parent\": 3932\n    },\n    \"type\": \"playlist\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/playlists"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"child_count\": 9273,\n      \"_created_at\": \"2021-01-01T00:00:00Z\",\n      \"name\": \"string\",\n      \"private\": true,\n      \"size\": 8004,\n      \"_modified_at\": \"2021-01-01T00:00:00Z\",\n      \"_modified_by\": 2763,\n      \"description\": \"string\",\n      \"owner\": {\n        \"name\": \"string\",\n        \"person_id\": 4948,\n        \"user_id\": 3756\n      },\n      \"parent\": 2950,\n      \"path\": [\n        {\n          \"id\": \"string\",\n          \"name\": \"string\"\n        },\n        {\n          \"id\": \"string\",\n          \"name\": \"string\"\n        }\n      ]\n    },\n    \"type\": \"playlist\",\n    \"id\": \"123\"\n  }\n}"},{"id":"3a499441-1d74-4708-9293-612309088c1d","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"My first playlist\",\n      \"description\": \"My first playlist description.\",\n      \"parent\": 3932\n    },\n    \"type\": \"playlist\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/playlists"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"52df419f-56e6-4600-81b9-754116f004e9","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"My first playlist\",\n      \"description\": \"My first playlist description.\",\n      \"parent\": 3932\n    },\n    \"type\": \"playlist\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/playlists"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"98dbffbb-c4ab-4839-a754-e04b8f14fa69"},{"name":"Delete a playlist","id":"5e24cb81-45d7-495e-8c9e-02229e818fd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/playlists/:id","description":"<p>This API deletes the playlist with the given ID.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","playlists",":id"],"host":["/"],"query":[{"disabled":true,"description":{"content":"<p>Force delete of the specified playlist, even if child playlists exist.  If true, deletes all children recursively. If false, or unspecified, the delete will be rejected if children exist.</p>\n","type":"text/plain"},"key":"recursive","value":"false"}],"variable":[{"id":"6bb3a071-c383-481a-8b3b-302f9ec63e68","description":{"content":"<p>id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"0d95d004-6343-4b7f-a309-1aafb1bcad74","name":"Success","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/playlists/:id","host":["/"],"path":["api","v1","playlists",":id"],"query":[{"description":"Force delete of the specified playlist, even if child playlists exist.  If true, deletes all children recursively. If false, or unspecified, the delete will be rejected if children exist.","key":"recursive","value":"false","disabled":true}],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5fae3edb-2c63-4584-bfdc-649a4af8f846","name":"Bad request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/playlists/:id","host":["/"],"path":["api","v1","playlists",":id"],"query":[{"description":"Force delete of the specified playlist, even if child playlists exist.  If true, deletes all children recursively. If false, or unspecified, the delete will be rejected if children exist.","key":"recursive","value":"false","disabled":true}],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"975cef8f-5cd2-476c-a734-6911695b1c0b","name":"Not found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/playlists/:id","host":["/"],"path":["api","v1","playlists",":id"],"query":[{"description":"Force delete of the specified playlist, even if child playlists exist.  If true, deletes all children recursively. If false, or unspecified, the delete will be rejected if children exist.","key":"recursive","value":"false","disabled":true}],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"5e24cb81-45d7-495e-8c9e-02229e818fd1"},{"name":"Fetch a specific playlist","id":"c88b2b42-7668-4805-af28-3ebd7dee8a5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/playlists/:id","description":"<p>This API fetches the playlist with the given ID.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","playlists",":id"],"host":["/"],"query":[],"variable":[{"id":"3139278d-52a8-4dc8-b6c2-1bbc48bc5ba9","description":{"content":"<p>id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"08cd9721-e770-4d12-9b20-7b03f4fee65e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/playlists/:id","host":["/"],"path":["api","v1","playlists",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"child_count\": 9273,\n      \"_created_at\": \"2021-01-01T00:00:00Z\",\n      \"name\": \"string\",\n      \"private\": true,\n      \"size\": 8004,\n      \"_modified_at\": \"2021-01-01T00:00:00Z\",\n      \"_modified_by\": 2763,\n      \"description\": \"string\",\n      \"owner\": {\n        \"name\": \"string\",\n        \"person_id\": 4948,\n        \"user_id\": 3756\n      },\n      \"parent\": 2950,\n      \"path\": [\n        {\n          \"id\": \"string\",\n          \"name\": \"string\"\n        },\n        {\n          \"id\": \"string\",\n          \"name\": \"string\"\n        }\n      ]\n    },\n    \"type\": \"playlist\",\n    \"id\": \"123\"\n  }\n}"},{"id":"de429b73-f46f-420a-8009-0193f7f2f3d8","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/playlists/:id","host":["/"],"path":["api","v1","playlists",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"bc96d866-b3e8-42ba-8f61-e5e07a723596","name":"Not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/playlists/:id","host":["/"],"path":["api","v1","playlists",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"c88b2b42-7668-4805-af28-3ebd7dee8a5c"},{"name":"Update a playlist","id":"c64629ab-3cc7-4b91-8ba7-caf296099674","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"owner\": {\n        \"user_id\": 9630,\n        \"name\": \"string\",\n        \"person_id\": 3111\n      },\n      \"parent\": 9748,\n      \"path\": [\n        {\n          \"id\": 4017,\n          \"name\": 4822.385798076038\n        },\n        {\n          \"id\": 8451.42726839511,\n          \"name\": true\n        }\n      ]\n    },\n    \"type\": \"playlist\",\n    \"id\": \"123\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/playlists/:id","description":"<p>This API updates (completely replaces) the playlist with the given ID.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","playlists",":id"],"host":["/"],"query":[],"variable":[{"id":"4299a1b0-0100-4332-af7d-6bbccbc4f9b2","description":{"content":"<p>id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"404896b9-e44e-42f3-abe0-b9b4251d14dd","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"owner\": {\n        \"user_id\": 9630,\n        \"name\": \"string\",\n        \"person_id\": 3111\n      },\n      \"parent\": 9748,\n      \"path\": [\n        {\n          \"id\": 4017,\n          \"name\": 4822.385798076038\n        },\n        {\n          \"id\": 8451.42726839511,\n          \"name\": true\n        }\n      ]\n    },\n    \"type\": \"playlist\",\n    \"id\": \"123\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/playlists/:id","host":["/"],"path":["api","v1","playlists",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"child_count\": 9273,\n      \"_created_at\": \"2021-01-01T00:00:00Z\",\n      \"name\": \"string\",\n      \"private\": true,\n      \"size\": 8004,\n      \"_modified_at\": \"2021-01-01T00:00:00Z\",\n      \"_modified_by\": 2763,\n      \"description\": \"string\",\n      \"owner\": {\n        \"name\": \"string\",\n        \"person_id\": 4948,\n        \"user_id\": 3756\n      },\n      \"parent\": 2950,\n      \"path\": [\n        {\n          \"id\": \"string\",\n          \"name\": \"string\"\n        },\n        {\n          \"id\": \"string\",\n          \"name\": \"string\"\n        }\n      ]\n    },\n    \"type\": \"playlist\",\n    \"id\": \"123\"\n  }\n}"},{"id":"5b00939b-6359-4f58-8528-91358dc294dc","name":"Bad request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"owner\": {\n        \"user_id\": 9630,\n        \"name\": \"string\",\n        \"person_id\": 3111\n      },\n      \"parent\": 9748,\n      \"path\": [\n        {\n          \"id\": 4017,\n          \"name\": 4822.385798076038\n        },\n        {\n          \"id\": 8451.42726839511,\n          \"name\": true\n        }\n      ]\n    },\n    \"type\": \"playlist\",\n    \"id\": \"123\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/playlists/:id","host":["/"],"path":["api","v1","playlists",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"1844a641-deb9-4f63-af2d-83c98623fbd8","name":"Not found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"owner\": {\n        \"user_id\": 9630,\n        \"name\": \"string\",\n        \"person_id\": 3111\n      },\n      \"parent\": 9748,\n      \"path\": [\n        {\n          \"id\": 4017,\n          \"name\": 4822.385798076038\n        },\n        {\n          \"id\": 8451.42726839511,\n          \"name\": true\n        }\n      ]\n    },\n    \"type\": \"playlist\",\n    \"id\": \"123\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/playlists/:id","host":["/"],"path":["api","v1","playlists",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"c64629ab-3cc7-4b91-8ba7-caf296099674"},{"name":"Create a new smart playlist","id":"d6958323-d442-402c-ac61-9a9e5b590bc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"custom_search\": {\n        \"run\": {\n          \"filters\": {\n            \"account_ids\": [\n              8464609\n            ],\n            \"extra_data.StageName\": [\n              \"Meeting Scheduled\",\n              \"Research\"\n            ],\n            \"team_ids\": [\n              21460\n            ],\n            \"user_ids\": [\n              178377\n            ]\n          },\n          \"searches\": [\n            {\n              \"type\": \"topics\",\n              \"value\": \"ace___end_goal_822bda3\"\n            },\n            {\n              \"type\": \"topics\",\n              \"value\": \"ae_agenda_end_of_call_1\"\n            }\n          ],\n          \"tracker_operation\": \"or\"\n        },\n        \"show\": [\n          {\n            \"account_id\": 8464609,\n            \"disabled\": true,\n            \"exists\": true,\n            \"id\": \"\",\n            \"name\": \"Adam Silverman Meetings\"\n          }\n        ]\n      },\n      \"description\": \"My first smart playlist description.\",\n      \"name\": \"My first smart playlist\",\n      \"parent\": 0\n    },\n    \"type\": \"smart_playlist\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/smart_playlists","description":"<p>This API creates a new smart playlist.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","smart_playlists"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"21ad75f2-16a6-48a8-b616-20e00ab6266f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"custom_search\": {\n        \"run\": {\n          \"filters\": {\n            \"account_ids\": [\n              8464609\n            ],\n            \"extra_data.StageName\": [\n              \"Meeting Scheduled\",\n              \"Research\"\n            ],\n            \"team_ids\": [\n              21460\n            ],\n            \"user_ids\": [\n              178377\n            ]\n          },\n          \"searches\": [\n            {\n              \"type\": \"topics\",\n              \"value\": \"ace___end_goal_822bda3\"\n            },\n            {\n              \"type\": \"topics\",\n              \"value\": \"ae_agenda_end_of_call_1\"\n            }\n          ],\n          \"tracker_operation\": \"or\"\n        },\n        \"show\": [\n          {\n            \"account_id\": 8464609,\n            \"disabled\": true,\n            \"exists\": true,\n            \"id\": \"\",\n            \"name\": \"Adam Silverman Meetings\"\n          }\n        ]\n      },\n      \"description\": \"My first smart playlist description.\",\n      \"name\": \"My first smart playlist\",\n      \"parent\": 0\n    },\n    \"type\": \"smart_playlist\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/smart_playlists"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"child_count\": 9273,\n      \"_created_at\": \"2021-01-01T00:00:00Z\",\n      \"name\": \"string\",\n      \"private\": true,\n      \"size\": 8004,\n      \"_modified_at\": \"2021-01-01T00:00:00Z\",\n      \"_modified_by\": 2763,\n      \"description\": \"string\",\n      \"owner\": {\n        \"name\": \"string\",\n        \"person_id\": 4948,\n        \"user_id\": 3756\n      },\n      \"parent\": 2950,\n      \"path\": [\n        {\n          \"id\": \"string\",\n          \"name\": \"string\"\n        },\n        {\n          \"id\": \"string\",\n          \"name\": \"string\"\n        }\n      ]\n    },\n    \"type\": \"playlist\",\n    \"id\": \"123\"\n  }\n}"},{"id":"4fc7875b-898b-467a-ab65-93a427e68a3b","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"custom_search\": {\n        \"run\": {\n          \"filters\": {\n            \"account_ids\": [\n              8464609\n            ],\n            \"extra_data.StageName\": [\n              \"Meeting Scheduled\",\n              \"Research\"\n            ],\n            \"team_ids\": [\n              21460\n            ],\n            \"user_ids\": [\n              178377\n            ]\n          },\n          \"searches\": [\n            {\n              \"type\": \"topics\",\n              \"value\": \"ace___end_goal_822bda3\"\n            },\n            {\n              \"type\": \"topics\",\n              \"value\": \"ae_agenda_end_of_call_1\"\n            }\n          ],\n          \"tracker_operation\": \"or\"\n        },\n        \"show\": [\n          {\n            \"account_id\": 8464609,\n            \"disabled\": true,\n            \"exists\": true,\n            \"id\": \"\",\n            \"name\": \"Adam Silverman Meetings\"\n          }\n        ]\n      },\n      \"description\": \"My first smart playlist description.\",\n      \"name\": \"My first smart playlist\",\n      \"parent\": 0\n    },\n    \"type\": \"smart_playlist\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/smart_playlists"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"234d2647-8270-4f3a-a719-ee7f09f62c6f","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"custom_search\": {\n        \"run\": {\n          \"filters\": {\n            \"account_ids\": [\n              8464609\n            ],\n            \"extra_data.StageName\": [\n              \"Meeting Scheduled\",\n              \"Research\"\n            ],\n            \"team_ids\": [\n              21460\n            ],\n            \"user_ids\": [\n              178377\n            ]\n          },\n          \"searches\": [\n            {\n              \"type\": \"topics\",\n              \"value\": \"ace___end_goal_822bda3\"\n            },\n            {\n              \"type\": \"topics\",\n              \"value\": \"ae_agenda_end_of_call_1\"\n            }\n          ],\n          \"tracker_operation\": \"or\"\n        },\n        \"show\": [\n          {\n            \"account_id\": 8464609,\n            \"disabled\": true,\n            \"exists\": true,\n            \"id\": \"\",\n            \"name\": \"Adam Silverman Meetings\"\n          }\n        ]\n      },\n      \"description\": \"My first smart playlist description.\",\n      \"name\": \"My first smart playlist\",\n      \"parent\": 0\n    },\n    \"type\": \"smart_playlist\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/smart_playlists"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"d6958323-d442-402c-ac61-9a9e5b590bc9"},{"name":"Update a smart playlist","id":"29ec6b65-dc23-4be4-8a16-de93f24a848d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"string\",\n      \"custom_search\": {\n        \"run\": {\n          \"filters\": {\n            \"account_ids\": [\n              5727,\n              8759\n            ],\n            \"extra_data.StageName\": [\n              \"string\",\n              \"string\"\n            ],\n            \"extra_data.initial_StageName\": [\n              \"string\",\n              \"string\"\n            ],\n            \"team_ids\": [\n              800,\n              1784\n            ],\n            \"user_ids\": [\n              8106,\n              4951\n            ]\n          },\n          \"tracker_operation\": \"and\",\n          \"searches\": [\n            {\n              \"type\": \"blueprint\",\n              \"value\": \"string\"\n            },\n            {\n              \"type\": \"blueprint\",\n              \"value\": \"string\"\n            }\n          ]\n        },\n        \"show\": [\n          {\n            \"account_id\": 9151,\n            \"company\": \"\",\n            \"disabled\": false,\n            \"exists\": false,\n            \"id\": \"string\",\n            \"name\": \"string\",\n            \"type\": \"string\",\n            \"url\": \"string\"\n          },\n          {\n            \"account_id\": 3888,\n            \"company\": \"\",\n            \"disabled\": false,\n            \"exists\": false,\n            \"id\": \"string\",\n            \"name\": \"string\",\n            \"type\": \"string\",\n            \"url\": \"string\"\n          }\n        ]\n      },\n      \"description\": \"string\",\n      \"owner\": {\n        \"user_id\": 4983,\n        \"name\": 2043.6995583468697,\n        \"person_id\": \"string\"\n      },\n      \"parent\": 4457,\n      \"path\": [\n        {\n          \"id\": 5831.838027741596,\n          \"name\": false\n        },\n        {\n          \"id\": 167.4962353407161,\n          \"name\": \"string\"\n        }\n      ]\n    },\n    \"type\": \"smart_playlist\",\n    \"id\": \"123\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/smart_playlists/:id","description":"<p>This API updates (completely replaces) the smart playlist with the given ID.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","smart_playlists",":id"],"host":["/"],"query":[],"variable":[{"id":"bf7cfc44-f48a-45d0-8d43-84b4443b9a97","description":{"content":"<p>id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"cdf9f8f3-f6d0-407d-be10-dff2b7197838","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"string\",\n      \"custom_search\": {\n        \"run\": {\n          \"filters\": {\n            \"account_ids\": [\n              5727,\n              8759\n            ],\n            \"extra_data.StageName\": [\n              \"string\",\n              \"string\"\n            ],\n            \"extra_data.initial_StageName\": [\n              \"string\",\n              \"string\"\n            ],\n            \"team_ids\": [\n              800,\n              1784\n            ],\n            \"user_ids\": [\n              8106,\n              4951\n            ]\n          },\n          \"tracker_operation\": \"and\",\n          \"searches\": [\n            {\n              \"type\": \"blueprint\",\n              \"value\": \"string\"\n            },\n            {\n              \"type\": \"blueprint\",\n              \"value\": \"string\"\n            }\n          ]\n        },\n        \"show\": [\n          {\n            \"account_id\": 9151,\n            \"company\": \"\",\n            \"disabled\": false,\n            \"exists\": false,\n            \"id\": \"string\",\n            \"name\": \"string\",\n            \"type\": \"string\",\n            \"url\": \"string\"\n          },\n          {\n            \"account_id\": 3888,\n            \"company\": \"\",\n            \"disabled\": false,\n            \"exists\": false,\n            \"id\": \"string\",\n            \"name\": \"string\",\n            \"type\": \"string\",\n            \"url\": \"string\"\n          }\n        ]\n      },\n      \"description\": \"string\",\n      \"owner\": {\n        \"user_id\": 4983,\n        \"name\": 2043.6995583468697,\n        \"person_id\": \"string\"\n      },\n      \"parent\": 4457,\n      \"path\": [\n        {\n          \"id\": 5831.838027741596,\n          \"name\": false\n        },\n        {\n          \"id\": 167.4962353407161,\n          \"name\": \"string\"\n        }\n      ]\n    },\n    \"type\": \"smart_playlist\",\n    \"id\": \"123\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/smart_playlists/:id","host":["/"],"path":["api","v1","smart_playlists",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"child_count\": 9273,\n      \"_created_at\": \"2021-01-01T00:00:00Z\",\n      \"name\": \"string\",\n      \"private\": true,\n      \"size\": 8004,\n      \"_modified_at\": \"2021-01-01T00:00:00Z\",\n      \"_modified_by\": 2763,\n      \"description\": \"string\",\n      \"owner\": {\n        \"name\": \"string\",\n        \"person_id\": 4948,\n        \"user_id\": 3756\n      },\n      \"parent\": 2950,\n      \"path\": [\n        {\n          \"id\": \"string\",\n          \"name\": \"string\"\n        },\n        {\n          \"id\": \"string\",\n          \"name\": \"string\"\n        }\n      ]\n    },\n    \"type\": \"playlist\",\n    \"id\": \"123\"\n  }\n}"},{"id":"af3168c0-9fe6-49d2-a42d-aaad63ed4d18","name":"Bad request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"string\",\n      \"custom_search\": {\n        \"run\": {\n          \"filters\": {\n            \"account_ids\": [\n              5727,\n              8759\n            ],\n            \"extra_data.StageName\": [\n              \"string\",\n              \"string\"\n            ],\n            \"extra_data.initial_StageName\": [\n              \"string\",\n              \"string\"\n            ],\n            \"team_ids\": [\n              800,\n              1784\n            ],\n            \"user_ids\": [\n              8106,\n              4951\n            ]\n          },\n          \"tracker_operation\": \"and\",\n          \"searches\": [\n            {\n              \"type\": \"blueprint\",\n              \"value\": \"string\"\n            },\n            {\n              \"type\": \"blueprint\",\n              \"value\": \"string\"\n            }\n          ]\n        },\n        \"show\": [\n          {\n            \"account_id\": 9151,\n            \"company\": \"\",\n            \"disabled\": false,\n            \"exists\": false,\n            \"id\": \"string\",\n            \"name\": \"string\",\n            \"type\": \"string\",\n            \"url\": \"string\"\n          },\n          {\n            \"account_id\": 3888,\n            \"company\": \"\",\n            \"disabled\": false,\n            \"exists\": false,\n            \"id\": \"string\",\n            \"name\": \"string\",\n            \"type\": \"string\",\n            \"url\": \"string\"\n          }\n        ]\n      },\n      \"description\": \"string\",\n      \"owner\": {\n        \"user_id\": 4983,\n        \"name\": 2043.6995583468697,\n        \"person_id\": \"string\"\n      },\n      \"parent\": 4457,\n      \"path\": [\n        {\n          \"id\": 5831.838027741596,\n          \"name\": false\n        },\n        {\n          \"id\": 167.4962353407161,\n          \"name\": \"string\"\n        }\n      ]\n    },\n    \"type\": \"smart_playlist\",\n    \"id\": \"123\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/smart_playlists/:id","host":["/"],"path":["api","v1","smart_playlists",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"4cc4ec69-7417-4f60-9688-285c4e30aeec","name":"Not found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"name\": \"string\",\n      \"custom_search\": {\n        \"run\": {\n          \"filters\": {\n            \"account_ids\": [\n              5727,\n              8759\n            ],\n            \"extra_data.StageName\": [\n              \"string\",\n              \"string\"\n            ],\n            \"extra_data.initial_StageName\": [\n              \"string\",\n              \"string\"\n            ],\n            \"team_ids\": [\n              800,\n              1784\n            ],\n            \"user_ids\": [\n              8106,\n              4951\n            ]\n          },\n          \"tracker_operation\": \"and\",\n          \"searches\": [\n            {\n              \"type\": \"blueprint\",\n              \"value\": \"string\"\n            },\n            {\n              \"type\": \"blueprint\",\n              \"value\": \"string\"\n            }\n          ]\n        },\n        \"show\": [\n          {\n            \"account_id\": 9151,\n            \"company\": \"\",\n            \"disabled\": false,\n            \"exists\": false,\n            \"id\": \"string\",\n            \"name\": \"string\",\n            \"type\": \"string\",\n            \"url\": \"string\"\n          },\n          {\n            \"account_id\": 3888,\n            \"company\": \"\",\n            \"disabled\": false,\n            \"exists\": false,\n            \"id\": \"string\",\n            \"name\": \"string\",\n            \"type\": \"string\",\n            \"url\": \"string\"\n          }\n        ]\n      },\n      \"description\": \"string\",\n      \"owner\": {\n        \"user_id\": 4983,\n        \"name\": 2043.6995583468697,\n        \"person_id\": \"string\"\n      },\n      \"parent\": 4457,\n      \"path\": [\n        {\n          \"id\": 5831.838027741596,\n          \"name\": false\n        },\n        {\n          \"id\": 167.4962353407161,\n          \"name\": \"string\"\n        }\n      ]\n    },\n    \"type\": \"smart_playlist\",\n    \"id\": \"123\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/smart_playlists/:id","host":["/"],"path":["api","v1","smart_playlists",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"29ec6b65-dc23-4be4-8a16-de93f24a848d"}],"id":"994b9bdb-6644-4c69-83cd-527c82febb9d","_postman_id":"994b9bdb-6644-4c69-83cd-527c82febb9d","description":"","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}}},{"name":"Public Playlist Moments","item":[{"name":"Add a new playlist moment","id":"7f606361-10d5-47e5-bd6f-acfdedae9138","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"callid\": \"call_id_12345\",\n      \"description\": \"new moment\",\n      \"moment_duration\": 7,\n      \"moment_time\": 0,\n      \"playlist\": 12345\n    },\n    \"type\": \"playlist_moment_request\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/playlists/moments","description":"<p>This API creates a new playlist.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","playlists","moments"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"2f4f32fa-fc45-4df2-a3ba-92a12d99eb57","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"callid\": \"call_id_12345\",\n      \"description\": \"new moment\",\n      \"moment_duration\": 7,\n      \"moment_time\": 0,\n      \"playlist\": 12345\n    },\n    \"type\": \"playlist_moment_request\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/playlists/moments"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b86486f2-71b2-40fe-a098-8d5c58131639","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"callid\": \"call_id_12345\",\n      \"description\": \"new moment\",\n      \"moment_duration\": 7,\n      \"moment_time\": 0,\n      \"playlist\": 12345\n    },\n    \"type\": \"playlist_moment_request\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/playlists/moments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"6e59b07f-05d0-44ea-ba77-0510d1a0f5bd","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"callid\": \"call_id_12345\",\n      \"description\": \"new moment\",\n      \"moment_duration\": 7,\n      \"moment_time\": 0,\n      \"playlist\": 12345\n    },\n    \"type\": \"playlist_moment_request\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/playlists/moments"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"7f606361-10d5-47e5-bd6f-acfdedae9138"},{"name":"Partially update a playlist moment","id":"66f51708-39d2-4ba2-bf65-2d149a1effdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"description\": \"New description for existing playlist moment\"\n    },\n    \"id\": \"11111\",\n    \"type\": \"playlist_moment\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/playlists/moments/:id","description":"<p>This API partially updates the playlist moment with the given ID.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","playlists","moments",":id"],"host":["/"],"query":[],"variable":[{"id":"c2257bac-533c-4a9a-b2f8-a82343e6cfe6","description":{"content":"<p>id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"94d175fa-788c-4ae5-ae89-847ae0e1e354","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"description\": \"New description for existing playlist moment\"\n    },\n    \"id\": \"11111\",\n    \"type\": \"playlist_moment\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/playlists/moments/:id","host":["/"],"path":["api","v1","playlists","moments",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"account\": {\n        \"id\": 5648,\n        \"name\": \"string\"\n      },\n      \"call_id\": \"string\",\n      \"_created_by\": 5683,\n      \"_created_at\": \"2021-01-01T00:00:00Z\",\n      \"date_time\": \"2021-01-01T00:00:00Z\",\n      \"description\": \"string\",\n      \"meta\": {\n        \"is_new\": false,\n        \"was_played\": true\n      },\n      \"moment_duration\": 7085,\n      \"recording\": {\n        \"duration\": 6405.519196128664,\n        \"owner\": 3265\n      },\n      \"snippet_time\": 5943,\n      \"subject\": \"string\",\n      \"user_name\": \"string\"\n    },\n    \"type\": \"playlist_moment\",\n    \"id\": \"123\"\n  }\n}"},{"id":"9692abc8-d33b-4ced-9b1b-a5b8f3f5730b","name":"Bad request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"description\": \"New description for existing playlist moment\"\n    },\n    \"id\": \"11111\",\n    \"type\": \"playlist_moment\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/playlists/moments/:id","host":["/"],"path":["api","v1","playlists","moments",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"22eb26f1-dea2-484b-b4ad-d1b2e736d3fb","name":"Not found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"description\": \"New description for existing playlist moment\"\n    },\n    \"id\": \"11111\",\n    \"type\": \"playlist_moment\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/playlists/moments/:id","host":["/"],"path":["api","v1","playlists","moments",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"66f51708-39d2-4ba2-bf65-2d149a1effdc"}],"id":"8cd6e770-bd19-4b2c-9535-6868eb764f60","_postman_id":"8cd6e770-bd19-4b2c-9535-6868eb764f60","description":"","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}}},{"name":"Reports","item":[{"name":"Export the data of a report.","id":"f66d1a10-d195-416d-9c98-d6a28db54aa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"active_users_only\": true,\n  \"call_ids\": [\n    \"892A873532FB4F1090A62\"\n  ],\n  \"end\": \"2026-02-17\",\n  \"start\": \"2026-01-18\",\n  \"teams\": [\n    123,\n    456\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/reports/:id/actions/export","description":"<p>This API is used to make an asynchronous call to generate a CSV file for the data of a given report. This CSV file will then be uploaded to Amazon S3, and an e-mail will be sent to the user containing a link to the file which will be valid for 7 days.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","reports",":id","actions","export"],"host":["/"],"query":[],"variable":[{"id":"6b66a42a-0640-457f-aa21-b97fa071483e","description":{"content":"<p>id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"72597e33-6df2-4125-98a2-a692c7869cf8","name":"All supported fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"active_users_only\": true,\n  \"call_ids\": [\n    \"892A873532FB4F1090A62\"\n  ],\n  \"end\": \"2026-02-17\",\n  \"start\": \"2026-01-18\",\n  \"teams\": [\n    123,\n    456\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/reports/:id/actions/export","host":["/"],"path":["api","v1","reports",":id","actions","export"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"status\": \"string\"\n    },\n    \"type\": \"task\",\n    \"id\": \"123\"\n  }\n}"},{"id":"f330599f-7b55-4474-98a4-1ab2f6df0efb","name":"Minimum required fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"start\": \"2026-01-18\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/reports/:id/actions/export","host":["/"],"path":["api","v1","reports",":id","actions","export"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"status\": \"string\"\n    },\n    \"type\": \"task\",\n    \"id\": \"123\"\n  }\n}"},{"id":"0ba57752-3499-4824-9fa8-444bffab51b0","name":"All supported fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"active_users_only\": true,\n  \"call_ids\": [\n    \"892A873532FB4F1090A62\"\n  ],\n  \"end\": \"2026-02-17\",\n  \"start\": \"2026-01-18\",\n  \"teams\": [\n    123,\n    456\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/reports/:id/actions/export","host":["/"],"path":["api","v1","reports",":id","actions","export"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"537f7ae5-dfe2-4785-bb72-242b5edfb30f","name":"Minimum required fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"start\": \"2026-01-18\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/reports/:id/actions/export","host":["/"],"path":["api","v1","reports",":id","actions","export"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"58d49806-3aad-41f5-9856-a6aeac30b61a","name":"All supported fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"active_users_only\": true,\n  \"call_ids\": [\n    \"892A873532FB4F1090A62\"\n  ],\n  \"end\": \"2026-02-17\",\n  \"start\": \"2026-01-18\",\n  \"teams\": [\n    123,\n    456\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/reports/:id/actions/export","host":["/"],"path":["api","v1","reports",":id","actions","export"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"4fbb104d-0348-48a7-a4f4-25b75fcc013d","name":"Minimum required fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"start\": \"2026-01-18\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/reports/:id/actions/export","host":["/"],"path":["api","v1","reports",":id","actions","export"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"f66d1a10-d195-416d-9c98-d6a28db54aa0"}],"id":"fa752ed2-b152-4840-a8c2-502536bd3a09","_postman_id":"fa752ed2-b152-4840-a8c2-502536bd3a09","description":"","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}}},{"name":"Sales Qualifications","item":[{"name":"Create Sales qualifications extraction","id":"82d8cba1-e117-430c-8c6d-fd7d96075918","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"recording_id\": \"string\"\n    },\n    \"type\": \"sales_qualifications\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/sales-qualifications","description":"<p>Extract structured Sales Qualification Framework data from call transcripts, emails and CRM data at the opportunity level.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","sales-qualifications"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"f0fd8294-a3d0-4ab0-80fd-e84a8512529e","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"recording_id\": \"string\"\n    },\n    \"type\": \"sales_qualifications\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/sales-qualifications"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"generated_at\": \"string\",\n      \"user_id\": 6278,\n      \"customer_id\": 6821,\n      \"recording_id\": \"string\",\n      \"sqf_name\": \"MEDDIC\",\n      \"sqf_analysis\": [\n        {\n          \"field_id\": \"string\",\n          \"field_name\": \"string\",\n          \"change_type\": \"ADDED\",\n          \"new_value\": \"string\",\n          \"previous_value\": \"string\",\n          \"supporting_quote\": \"string\"\n        },\n        {\n          \"field_id\": \"string\",\n          \"field_name\": \"string\",\n          \"change_type\": \"ADDED\",\n          \"new_value\": \"string\",\n          \"previous_value\": \"string\",\n          \"supporting_quote\": \"string\"\n        }\n      ],\n      \"conversation_duration\": 4012,\n      \"meeting_notes\": {\n        \"notes\": {\n          \"field_id\": \"string\",\n          \"field_name\": \"string\",\n          \"change_type\": \"ADDED\",\n          \"new_value\": \"string\",\n          \"previous_value\": \"string\",\n          \"supporting_quote\": \"string\"\n        },\n        \"next_steps\": {\n          \"field_id\": \"string\",\n          \"field_name\": \"string\",\n          \"change_type\": \"ADDED\",\n          \"new_value\": \"string\",\n          \"previous_value\": \"string\",\n          \"supporting_quote\": \"string\"\n        }\n      },\n      \"opportunity_id\": \"string\"\n    },\n    \"type\": \"sales_qualification_analysis\",\n    \"id\": \"123\"\n  }\n}"},{"id":"20bc9bb0-e954-4d11-ba6e-1e9249d67546","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"recording_id\": \"string\"\n    },\n    \"type\": \"sales_qualifications\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/sales-qualifications"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"85f513fd-faf6-402f-8f67-29f66fb27146","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"recording_id\": \"string\"\n    },\n    \"type\": \"sales_qualifications\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/sales-qualifications"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"82d8cba1-e117-430c-8c6d-fd7d96075918"},{"name":"write-back crm fields","id":"7a51b704-a76c-47cc-81ae-c7b21221ce54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"meeting_id\": \"string\",\n      \"crm_changes\": [\n        {\n          \"field_name\": \"string\",\n          \"new_value\": \"\",\n          \"previous_value\": \"\"\n        },\n        {\n          \"field_name\": \"string\",\n          \"new_value\": \"\",\n          \"previous_value\": \"\"\n        }\n      ],\n      \"object_type\": \"Opportunity\",\n      \"opportunity_id\": \"string\"\n    },\n    \"type\": \"crm-field-update\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/sales-qualifications/actions/writeback-crm","description":"<p>This API write-back a CRM fields base on the meeting_id</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","sales-qualifications","actions","writeback-crm"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"93490fdd-901f-499a-b985-9b158ccc6dd4","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"meeting_id\": \"string\",\n      \"crm_changes\": [\n        {\n          \"field_name\": \"string\",\n          \"new_value\": \"\",\n          \"previous_value\": \"\"\n        },\n        {\n          \"field_name\": \"string\",\n          \"new_value\": \"\",\n          \"previous_value\": \"\"\n        }\n      ],\n      \"object_type\": \"Opportunity\",\n      \"opportunity_id\": \"string\"\n    },\n    \"type\": \"crm-field-update\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/sales-qualifications/actions/writeback-crm"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"11882555-950b-45a2-9cb7-58e990f27b57","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"meeting_id\": \"string\",\n      \"crm_changes\": [\n        {\n          \"field_name\": \"string\",\n          \"new_value\": \"\",\n          \"previous_value\": \"\"\n        },\n        {\n          \"field_name\": \"string\",\n          \"new_value\": \"\",\n          \"previous_value\": \"\"\n        }\n      ],\n      \"object_type\": \"Opportunity\",\n      \"opportunity_id\": \"string\"\n    },\n    \"type\": \"crm-field-update\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/sales-qualifications/actions/writeback-crm"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"d0e9744c-4e0d-431e-a060-43a708729cca","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"meeting_id\": \"string\",\n      \"crm_changes\": [\n        {\n          \"field_name\": \"string\",\n          \"new_value\": \"\",\n          \"previous_value\": \"\"\n        },\n        {\n          \"field_name\": \"string\",\n          \"new_value\": \"\",\n          \"previous_value\": \"\"\n        }\n      ],\n      \"object_type\": \"Opportunity\",\n      \"opportunity_id\": \"string\"\n    },\n    \"type\": \"crm-field-update\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/sales-qualifications/actions/writeback-crm"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"7a51b704-a76c-47cc-81ae-c7b21221ce54"},{"name":"Get Sales qualifications extraction","id":"ac8b1ff1-1544-4d0b-a19f-2e1065080901","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/sales-qualifications/:recording_id","description":"<p>Retrieve previously extracted Sales Qualification Framework data by recording ID.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","sales-qualifications",":recording_id"],"host":["/"],"query":[],"variable":[{"id":"4aa97507-2f7f-4978-8ca7-3d7980fc3441","description":{"content":"<p>recording_id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"recording_id"}]}},"response":[{"id":"31b24e18-0f0d-4760-bbb8-61eff34d4902","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/sales-qualifications/:recording_id","host":["/"],"path":["api","v1","sales-qualifications",":recording_id"],"variable":[{"key":"recording_id","value":"string","description":"recording_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"generated_at\": \"string\",\n      \"user_id\": 6278,\n      \"customer_id\": 6821,\n      \"recording_id\": \"string\",\n      \"sqf_name\": \"MEDDIC\",\n      \"sqf_analysis\": [\n        {\n          \"field_id\": \"string\",\n          \"field_name\": \"string\",\n          \"change_type\": \"ADDED\",\n          \"new_value\": \"string\",\n          \"previous_value\": \"string\",\n          \"supporting_quote\": \"string\"\n        },\n        {\n          \"field_id\": \"string\",\n          \"field_name\": \"string\",\n          \"change_type\": \"ADDED\",\n          \"new_value\": \"string\",\n          \"previous_value\": \"string\",\n          \"supporting_quote\": \"string\"\n        }\n      ],\n      \"conversation_duration\": 4012,\n      \"meeting_notes\": {\n        \"notes\": {\n          \"field_id\": \"string\",\n          \"field_name\": \"string\",\n          \"change_type\": \"ADDED\",\n          \"new_value\": \"string\",\n          \"previous_value\": \"string\",\n          \"supporting_quote\": \"string\"\n        },\n        \"next_steps\": {\n          \"field_id\": \"string\",\n          \"field_name\": \"string\",\n          \"change_type\": \"ADDED\",\n          \"new_value\": \"string\",\n          \"previous_value\": \"string\",\n          \"supporting_quote\": \"string\"\n        }\n      },\n      \"opportunity_id\": \"string\"\n    },\n    \"type\": \"sales_qualification_analysis\",\n    \"id\": \"123\"\n  }\n}"},{"id":"cc57b0a0-5c59-4c22-8fe7-46f0254519ad","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/sales-qualifications/:recording_id","host":["/"],"path":["api","v1","sales-qualifications",":recording_id"],"variable":[{"key":"recording_id","value":"string","description":"recording_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"fa5c656a-ca07-431a-873f-8b86fac43a0b","name":"Not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/sales-qualifications/:recording_id","host":["/"],"path":["api","v1","sales-qualifications",":recording_id"],"variable":[{"key":"recording_id","value":"string","description":"recording_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"ac8b1ff1-1544-4d0b-a19f-2e1065080901"},{"name":"Get Sales qualification configurations","id":"bb5ff36f-ff2c-4a76-b892-1dbd147a2639","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/sales_qualification_configuration","description":"<p>This API retrieves configurations of different sales qualification frameworks for the tenant</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","sales_qualification_configuration"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"f29be76f-0f76-4be7-ae18-146d36b3ea6d","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/sales_qualification_configuration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"is_active\": false,\n        \"fields\": [\n          {\n            \"display_name\": \"string\",\n            \"id\": \"string\",\n            \"order\": 0,\n            \"mapping\": \"string\",\n            \"write_back\": \"APPEND\"\n          },\n          {\n            \"display_name\": \"string\",\n            \"id\": \"string\",\n            \"order\": 5979,\n            \"mapping\": \"string\",\n            \"write_back\": \"APPEND\"\n          }\n        ]\n      },\n      \"type\": \"sales_qualification_configuration\",\n      \"id\": \"123\"\n    },\n    {\n      \"attributes\": {\n        \"is_active\": false,\n        \"fields\": [\n          {\n            \"display_name\": \"string\",\n            \"id\": \"string\",\n            \"order\": 1159,\n            \"mapping\": \"string\",\n            \"write_back\": \"APPEND\"\n          },\n          {\n            \"display_name\": \"string\",\n            \"id\": \"string\",\n            \"order\": 9570,\n            \"mapping\": \"string\",\n            \"write_back\": \"APPEND\"\n          }\n        ]\n      },\n      \"type\": \"sales_qualification_configuration\",\n      \"id\": \"123\"\n    }\n  ]\n}"},{"id":"ca35b908-2272-462f-b30d-da05403e14a3","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/sales_qualification_configuration"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"bb5ff36f-ff2c-4a76-b892-1dbd147a2639"},{"name":"Update sales qualification configuration","id":"777c3e2d-a008-4da5-8571-ce61bccd6346","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"is_active\": true,\n      \"fields\": [\n        {\n          \"display_name\": \"string\",\n          \"id\": \"string\",\n          \"order\": 4288,\n          \"mapping\": \"string\",\n          \"write_back\": \"APPEND\"\n        },\n        {\n          \"display_name\": \"string\",\n          \"id\": \"string\",\n          \"order\": 9358,\n          \"mapping\": \"string\",\n          \"write_back\": \"APPEND\"\n        }\n      ]\n    },\n    \"type\": \"sales_qualification_configuration\",\n    \"id\": \"123\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/sales_qualification_configuration/:framework_id","description":"<p>This API updates a sales qualification configuration.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","sales_qualification_configuration",":framework_id"],"host":["/"],"query":[],"variable":[{"id":"9ba4ec92-faef-4822-aa30-1b4b3d4a0b52","description":{"content":"<p>framework_id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"framework_id"}]}},"response":[{"id":"5096b113-8720-4dd2-987b-7a4022e7abb5","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"is_active\": true,\n      \"fields\": [\n        {\n          \"display_name\": \"string\",\n          \"id\": \"string\",\n          \"order\": 4288,\n          \"mapping\": \"string\",\n          \"write_back\": \"APPEND\"\n        },\n        {\n          \"display_name\": \"string\",\n          \"id\": \"string\",\n          \"order\": 9358,\n          \"mapping\": \"string\",\n          \"write_back\": \"APPEND\"\n        }\n      ]\n    },\n    \"type\": \"sales_qualification_configuration\",\n    \"id\": \"123\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/sales_qualification_configuration/:framework_id","host":["/"],"path":["api","v1","sales_qualification_configuration",":framework_id"],"variable":[{"key":"framework_id","value":"string","description":"framework_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7fa4b7e9-c3e3-4599-9970-825101d2a1ba","name":"Bad request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"is_active\": true,\n      \"fields\": [\n        {\n          \"display_name\": \"string\",\n          \"id\": \"string\",\n          \"order\": 4288,\n          \"mapping\": \"string\",\n          \"write_back\": \"APPEND\"\n        },\n        {\n          \"display_name\": \"string\",\n          \"id\": \"string\",\n          \"order\": 9358,\n          \"mapping\": \"string\",\n          \"write_back\": \"APPEND\"\n        }\n      ]\n    },\n    \"type\": \"sales_qualification_configuration\",\n    \"id\": \"123\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/sales_qualification_configuration/:framework_id","host":["/"],"path":["api","v1","sales_qualification_configuration",":framework_id"],"variable":[{"key":"framework_id","value":"string","description":"framework_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"d1afbb17-55d3-4790-800a-1c9d5abdd9d4","name":"Not found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"is_active\": true,\n      \"fields\": [\n        {\n          \"display_name\": \"string\",\n          \"id\": \"string\",\n          \"order\": 4288,\n          \"mapping\": \"string\",\n          \"write_back\": \"APPEND\"\n        },\n        {\n          \"display_name\": \"string\",\n          \"id\": \"string\",\n          \"order\": 9358,\n          \"mapping\": \"string\",\n          \"write_back\": \"APPEND\"\n        }\n      ]\n    },\n    \"type\": \"sales_qualification_configuration\",\n    \"id\": \"123\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/sales_qualification_configuration/:framework_id","host":["/"],"path":["api","v1","sales_qualification_configuration",":framework_id"],"variable":[{"key":"framework_id","value":"string","description":"framework_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"777c3e2d-a008-4da5-8571-ce61bccd6346"}],"id":"659468d3-aea1-4fb3-8bce-626423198bb3","_postman_id":"659468d3-aea1-4fb3-8bce-626423198bb3","description":"","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}}},{"name":"Saved Search","item":[{"name":"Reset user default saved search","id":"38ab677c-df13-4e60-a916-9edb2c34126e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"type\": \"filter\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/saved_searches/default/actions/reset","description":"<p>This API allows a user to reset their default search (view) for Recordings Views.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","saved_searches","default","actions","reset"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"e4585d88-8361-4a24-ad65-8e28fcb81f89","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"type\": \"filter\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/saved_searches/default/actions/reset"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e8fdbb9b-b6d6-40b8-947d-2e822f913625","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"type\": \"filter\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/saved_searches/default/actions/reset"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"25342658-5ade-4112-89e8-ede368152c26","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"type\": \"filter\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/saved_searches/default/actions/reset"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"38ab677c-df13-4e60-a916-9edb2c34126e"},{"name":"Sets a user's saved search as their default","id":"11896260-3095-4499-ba81-9ce88203b1e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/saved_searches/:id/actions/set_default","description":"<p>This API allows a user to set a saved search as their default.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","saved_searches",":id","actions","set_default"],"host":["/"],"query":[],"variable":[{"id":"e7403d92-85c1-488f-ad38-92e4b1fe21f0","description":{"content":"<p>id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"cfb87fc5-3867-45ad-8045-0cd078690e0c","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/saved_searches/:id/actions/set_default","host":["/"],"path":["api","v1","saved_searches",":id","actions","set_default"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"_created_at\": \"2021-01-01T00:00:00Z\",\n      \"_created_by\": 2380,\n      \"_modified_at\": \"2021-01-01T00:00:00Z\",\n      \"name\": \"string\",\n      \"run\": {},\n      \"show\": {},\n      \"tell\": {},\n      \"user\": 3643,\n      \"private\": true,\n      \"search_type\": \"string\",\n      \"last_accessed_at\": \"2021-01-01T00:00:00Z\",\n      \"system_default\": true,\n      \"user_default\": true\n    },\n    \"type\": \"saved_search\",\n    \"id\": \"123\"\n  }\n}"},{"id":"7e369e6a-dcf2-4c4a-9b4c-b9fd098a8bb1","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/saved_searches/:id/actions/set_default","host":["/"],"path":["api","v1","saved_searches",":id","actions","set_default"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"e907382c-1dfe-4b5b-b54a-048f4647579d","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/saved_searches/:id/actions/set_default","host":["/"],"path":["api","v1","saved_searches",":id","actions","set_default"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"11896260-3095-4499-ba81-9ce88203b1e1"}],"id":"1c496cef-32b5-4a88-8d70-eedd14b6a862","_postman_id":"1c496cef-32b5-4a88-8d70-eedd14b6a862","description":"","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}}},{"name":"Scorecards","item":[{"name":"Fetch scorecards","id":"a2bde470-0002-4883-ab0f-859e42a9485e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/scorecards","description":"<p>This API fetches all scorecards.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","scorecards"],"host":["/"],"query":[{"disabled":true,"description":{"content":"<p>Ids of the users who were scored. Value must be a comma-delimited list.</p>\n","type":"text/plain"},"key":"filter[recipients]","value":"string"},{"disabled":true,"description":{"content":"<p>Ids of the users who completed the scorecards. Value must be a comma-delimited list.</p>\n","type":"text/plain"},"key":"filter[reviewers]","value":"string"},{"disabled":true,"description":{"content":"<p>Id of the initiative that the scorecards were completed against.</p>\n","type":"text/plain"},"key":"filter[initiative]","value":"3158"},{"disabled":true,"description":{"content":"<p>The datetime that the scorecard was submitted by the reviewer. Value must be two ISO 8601-formatted dates separated by a colon (e.g. <code>2021-01-01T00:00:00Z:2021-01-31T00:00:00Z</code>). An asterisk may be used as a placeholder to represent no minimum (e.g. <code>*:2021-01-31T00:00:00Z</code>). An asterisk may be used as a placeholder to represent no maximum (e.g. <code>2021-01-01T00:00:00Z:*</code>).</p>\n","type":"text/plain"},"key":"filter[submitted]","value":"string"},{"disabled":true,"description":{"content":"<p>The number of resources to return per page. The minimum value that may be specified is <code>1</code>. The maximum value that may be specified is <code>100</code>.</p>\n","type":"text/plain"},"key":"page[size]","value":"20"},{"disabled":true,"description":{"content":"<p>The page of resources to return. The minimum value that may be specified is <code>1</code>.</p>\n","type":"text/plain"},"key":"page[number]","value":"1"}],"variable":[]}},"response":[{"id":"01b3bad8-bb13-469f-a1f1-b4b5e045f65b","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/scorecards","host":["/"],"path":["api","v1","scorecards"],"query":[{"description":"Ids of the users who were scored. Value must be a comma-delimited list.","key":"filter[recipients]","value":"string","disabled":true},{"description":"Ids of the users who completed the scorecards. Value must be a comma-delimited list.","key":"filter[reviewers]","value":"string","disabled":true},{"description":"Id of the initiative that the scorecards were completed against.","key":"filter[initiative]","value":"3158","disabled":true},{"description":"The datetime that the scorecard was submitted by the reviewer. Value must be two ISO 8601-formatted dates separated by a colon (e.g. `2021-01-01T00:00:00Z:2021-01-31T00:00:00Z`). An asterisk may be used as a placeholder to represent no minimum (e.g. `*:2021-01-31T00:00:00Z`). An asterisk may be used as a placeholder to represent no maximum (e.g. `2021-01-01T00:00:00Z:*`).","key":"filter[submitted]","value":"string","disabled":true},{"description":"The number of resources to return per page. The minimum value that may be specified is `1`. The maximum value that may be specified is `100`.","key":"page[size]","value":"20","disabled":true},{"description":"The page of resources to return. The minimum value that may be specified is `1`.","key":"page[number]","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"engagement\": \"string\",\n        \"initiative\": {\n          \"description\": \"string\",\n          \"id\": 9536,\n          \"name\": \"string\",\n          \"url\": \"string\"\n        },\n        \"seen\": false,\n        \"scores\": [\n          {\n            \"comment\": {\n              \"text\": \"string\",\n              \"time\": 7335\n            },\n            \"question\": {\n              \"id\": 6759,\n              \"text\": \"string\"\n            },\n            \"score\": 1002\n          },\n          {\n            \"comment\": {\n              \"text\": \"string\",\n              \"time\": 9241\n            },\n            \"question\": {\n              \"id\": 2912,\n              \"text\": \"string\"\n            },\n            \"score\": 755\n          }\n        ],\n        \"url\": \"string\",\n        \"recipient\": {\n          \"name\": \"string\",\n          \"person_id\": 343,\n          \"user_id\": 2906\n        },\n        \"reviewer\": {\n          \"name\": \"string\",\n          \"person_id\": 2857,\n          \"user_id\": 7112\n        },\n        \"submitted\": \"2021-01-01T00:00:00Z\"\n      },\n      \"type\": \"scorecard\",\n      \"id\": \"123\"\n    },\n    {\n      \"attributes\": {\n        \"engagement\": \"string\",\n        \"initiative\": {\n          \"description\": \"string\",\n          \"id\": 9070,\n          \"name\": \"string\",\n          \"url\": \"string\"\n        },\n        \"seen\": true,\n        \"scores\": [\n          {\n            \"comment\": {\n              \"text\": \"string\",\n              \"time\": 1672\n            },\n            \"question\": {\n              \"id\": 7188,\n              \"text\": \"string\"\n            },\n            \"score\": 8695\n          },\n          {\n            \"comment\": {\n              \"text\": \"string\",\n              \"time\": 4526\n            },\n            \"question\": {\n              \"id\": 194,\n              \"text\": \"string\"\n            },\n            \"score\": 6182\n          }\n        ],\n        \"url\": \"string\",\n        \"recipient\": {\n          \"name\": \"string\",\n          \"person_id\": 6604,\n          \"user_id\": 7165\n        },\n        \"reviewer\": {\n          \"name\": \"string\",\n          \"person_id\": 7883,\n          \"user_id\": 2575\n        },\n        \"submitted\": \"2021-01-01T00:00:00Z\"\n      },\n      \"type\": \"scorecard\",\n      \"id\": \"123\"\n    }\n  ]\n}"},{"id":"5c802846-26f8-43e8-b56d-045b02b28f0b","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/scorecards","host":["/"],"path":["api","v1","scorecards"],"query":[{"description":"Ids of the users who were scored. Value must be a comma-delimited list.","key":"filter[recipients]","value":"string","disabled":true},{"description":"Ids of the users who completed the scorecards. Value must be a comma-delimited list.","key":"filter[reviewers]","value":"string","disabled":true},{"description":"Id of the initiative that the scorecards were completed against.","key":"filter[initiative]","value":"3158","disabled":true},{"description":"The datetime that the scorecard was submitted by the reviewer. Value must be two ISO 8601-formatted dates separated by a colon (e.g. `2021-01-01T00:00:00Z:2021-01-31T00:00:00Z`). An asterisk may be used as a placeholder to represent no minimum (e.g. `*:2021-01-31T00:00:00Z`). An asterisk may be used as a placeholder to represent no maximum (e.g. `2021-01-01T00:00:00Z:*`).","key":"filter[submitted]","value":"string","disabled":true},{"description":"The number of resources to return per page. The minimum value that may be specified is `1`. The maximum value that may be specified is `100`.","key":"page[size]","value":"20","disabled":true},{"description":"The page of resources to return. The minimum value that may be specified is `1`.","key":"page[number]","value":"1","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"a2bde470-0002-4883-ab0f-859e42a9485e"},{"name":"Export scorecards","id":"6b23b63a-ec03-4dea-8d6e-9e38c41eb099","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"notify\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/scorecards:export","description":"<p>Schedule a task to export the customer scorecards to csv file </p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","scorecards:export"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"35b2a56c-66b5-4b06-b49e-39a7ff5aafef","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"notify\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/scorecards:export"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"status\": \"string\"\n    },\n    \"type\": \"task\",\n    \"id\": \"123\"\n  }\n}"},{"id":"3069597f-2eba-46b4-b6f7-e6348cde42a4","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"notify\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/scorecards:export"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"19e6ec24-e35b-4a07-a0b9-510fb492b33d","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"notify\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/scorecards:export"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"6b23b63a-ec03-4dea-8d6e-9e38c41eb099"}],"id":"29689216-573f-4e59-b59c-066e67ed86fd","_postman_id":"29689216-573f-4e59-b59c-066e67ed86fd","description":"","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}}},{"name":"Session management","item":[{"name":"Invalidates the current session (if any).","id":"58795c7b-71f1-4916-bc10-01b40b0f790b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/sessions/current","description":"<p>Invalidates the current session (if any).</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","sessions","current"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"7d53750e-bfcc-403a-aa36-4aac770156e5","name":"Success","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/sessions/current"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3c6b7251-d903-46da-9bb7-4bf73a4abbc7","name":"Bad request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/sessions/current"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"9aaf5997-c826-4230-b459-517006c112d2","name":"Not found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/sessions/current"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"58795c7b-71f1-4916-bc10-01b40b0f790b"},{"name":"Returns the status of the current session","id":"68af9501-1a07-43a6-8b60-00e3c3265370","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/sessions/current","description":"<p>Returns the the status of the current session</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","sessions","current"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"40d06a1c-5756-4316-a7be-0eaeec406e1c","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/sessions/current"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"active\": true,\n      \"status\": \"string\",\n      \"customer_id\": 3999,\n      \"person_id\": 7544,\n      \"user_id\": 3389\n    },\n    \"type\": \"session\",\n    \"id\": \"123\"\n  }\n}"},{"id":"e1974a97-4bb5-46a0-8b36-ac6102f099fe","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/sessions/current"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"68af9501-1a07-43a6-8b60-00e3c3265370"},{"name":"Establishes an authenticated session.","id":"1c1610da-829a-4b08-9041-a50b3bf88adf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"description":"<p>Your email address.</p>\n","key":"email","value":"string","type":"text"},{"description":"<p>Your password.</p>\n","key":"password","value":"string","type":"text"}]},"url":"//login","description":"<p>Establishes an authenticated session.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["login"],"host":["/"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c1610da-829a-4b08-9041-a50b3bf88adf"}],"id":"4702ab38-8aa4-447f-9d6d-5d455a42839c","_postman_id":"4702ab38-8aa4-447f-9d6d-5d455a42839c","description":"","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}}},{"name":"Teams","item":[{"name":"Fetch teams","id":"56673f2e-9d22-41ac-8156-8fca05d98cd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/teams","description":"<p>This API fetches all teams.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","teams"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"5474ab5c-7159-41fa-a33e-aac6a2d34f6f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/teams"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"attributes\": {\n        \"language\": \"string\",\n        \"name\": \"string\",\n        \"users\": [\n          5102,\n          4661\n        ],\n        \"default\": false,\n        \"description\": \"string\",\n        \"include_descendant_teams\": true,\n        \"manager\": 1721,\n        \"parent_team\": 8814\n      },\n      \"type\": \"team\",\n      \"id\": \"123\"\n    },\n    {\n      \"attributes\": {\n        \"language\": \"string\",\n        \"name\": \"string\",\n        \"users\": [\n          3786,\n          9313\n        ],\n        \"default\": false,\n        \"description\": \"string\",\n        \"include_descendant_teams\": false,\n        \"manager\": 3638,\n        \"parent_team\": 3866\n      },\n      \"type\": \"team\",\n      \"id\": \"123\"\n    }\n  ]\n}"},{"id":"24523840-f50b-4763-970b-b7b8f31820c5","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/teams"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"56673f2e-9d22-41ac-8156-8fca05d98cd8"},{"name":"Fetch a specific team","id":"62bd7070-fddd-47c0-8426-5d609246cb43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/teams/:id","description":"<p>This API fetches the team with the given ID.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","teams",":id"],"host":["/"],"query":[],"variable":[{"id":"5b2fdbb4-395c-4688-8528-4481e8c7dba0","description":{"content":"<p>id</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"fe616416-10b2-490f-b809-d853dd13d7da","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/teams/:id","host":["/"],"path":["api","v1","teams",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"language\": \"string\",\n      \"name\": \"string\",\n      \"users\": [\n        69,\n        3636\n      ],\n      \"default\": false,\n      \"description\": \"string\",\n      \"include_descendant_teams\": true,\n      \"manager\": 2324,\n      \"parent_team\": 8428\n    },\n    \"type\": \"team\",\n    \"id\": \"123\"\n  }\n}"},{"id":"f20ff559-f43e-4536-a334-705c655669be","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/teams/:id","host":["/"],"path":["api","v1","teams",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"d242bb9c-8726-4ac8-968a-9683d35fe830","name":"Not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/teams/:id","host":["/"],"path":["api","v1","teams",":id"],"variable":[{"key":"id","value":"string","description":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"62bd7070-fddd-47c0-8426-5d609246cb43"}],"id":"da7ad610-1864-4a81-a06b-20ae9f3219b7","_postman_id":"da7ad610-1864-4a81-a06b-20ae9f3219b7","description":"","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}}},{"name":"Users","item":[{"name":"Get details about yourself","id":"adf7f4c9-5f5e-4bea-869e-0a54c8d1df6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/users/me","description":"<p>Fetch details about yourself.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","users","me"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"3f831c4f-e32a-4567-a5f0-cd976e75ef42","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Timezone-Offset","value":"string","disabled":true},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/users/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"allowed_access\": 132,\n      \"autojoin\": 4311,\n      \"biometric_policy\": false,\n      \"created_on\": \"2021-01-01T00:00:00Z\",\n      \"default_meeting_link\": \"https://acme.zoom.us/j/123456789\",\n      \"domain\": \"string\",\n      \"email\": \"john.smith@email.com\",\n      \"fingerprint_state\": \"automatically_created\",\n      \"first_name\": \"John\",\n      \"internal\": false,\n      \"invalidated\": false,\n      \"is_email_linked\": true,\n      \"language\": \"string\",\n      \"last_login_at\": \"2021-01-01T00:00:00Z\",\n      \"last_name\": \"Smith\",\n      \"license_type\": \"LISTENER\",\n      \"linkedin\": \"string\",\n      \"location\": \"string\",\n      \"manager_id\": 1690,\n      \"meta\": {\n        \"sf_record_id\": \"string\"\n      },\n      \"name\": \"John Smith\",\n      \"onboarding_status\": \"HIDE_ONBOARDING\",\n      \"person_id\": 8504,\n      \"permission_role_id\": 5268,\n      \"picture\": \"string\",\n      \"privacy_policy\": true,\n      \"provisioning_type\": \"manual\",\n      \"role\": \"string\",\n      \"seniority\": \"string\",\n      \"sub_role\": \"string\",\n      \"sync_calendar\": 7937,\n      \"team_ids\": [\n        7145,\n        2100\n      ],\n      \"primary_team\": 5589,\n      \"terms_and_conditions\": false,\n      \"terms_conditions\": 2055,\n      \"tier\": \"string\",\n      \"title\": \"string\",\n      \"type\": \"Sales Rep\",\n      \"utc_offset\": 107.10312184666671\n    },\n    \"type\": \"user\",\n    \"id\": \"123\"\n  }\n}"},{"id":"e6683a2d-893c-4eae-b67d-d159e59db1de","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"X-Timezone-Offset","value":"string","disabled":true},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/users/me"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"51d54564-be65-4425-90bc-329bea7a087d","name":"Not found","originalRequest":{"method":"GET","header":[{"key":"X-Timezone-Offset","value":"string","disabled":true},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/users/me"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"adf7f4c9-5f5e-4bea-869e-0a54c8d1df6d"},{"name":"Deregister mobile device from push notifications service","id":"4d29ed1a-4337-4b0b-a76b-2233030a7d2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"string\",\n  \"type\": \"MOBILE_PUSH\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/users/me/actions/deregister_token","description":"<p>Deregister the user's calling device from receiving push notifications.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","users","me","actions","deregister_token"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"b4ba03f3-695f-4cc8-be89-fe11dd590919","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"string\",\n  \"type\": \"MOBILE_PUSH\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/users/me/actions/deregister_token"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7ffa53e3-531c-4da7-8018-6e13b273602d","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"string\",\n  \"type\": \"MOBILE_PUSH\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/users/me/actions/deregister_token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"081b0c48-e52a-435a-93cf-d6fad1e5973f","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"string\",\n  \"type\": \"MOBILE_PUSH\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/users/me/actions/deregister_token"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"4d29ed1a-4337-4b0b-a76b-2233030a7d2c"},{"name":"Register mobile device to push notifications service","id":"b25d8283-b8ec-436e-92e7-09d5219327cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"device_os\": \"string\",\n  \"device_type\": \"string\",\n  \"token\": \"string\",\n  \"type\": \"MOBILE_PUSH\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/users/me/actions/register_token","description":"<p>Register the user's device into 'Zoominfo Notifications Center', so it will be able to receive push notifications.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","users","me","actions","register_token"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"de267368-da2e-4f8e-af65-0600acbe511b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"device_os\": \"string\",\n  \"device_type\": \"string\",\n  \"token\": \"string\",\n  \"type\": \"MOBILE_PUSH\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/users/me/actions/register_token"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e13512aa-ea91-4cd1-8173-e309443702e5","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"device_os\": \"string\",\n  \"device_type\": \"string\",\n  \"token\": \"string\",\n  \"type\": \"MOBILE_PUSH\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/users/me/actions/register_token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"734444e0-a518-45b1-88bf-d74d76e9fc9e","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"device_os\": \"string\",\n  \"device_type\": \"string\",\n  \"token\": \"string\",\n  \"type\": \"MOBILE_PUSH\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/users/me/actions/register_token"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"b25d8283-b8ec-436e-92e7-09d5219327cb"},{"name":"Get settings","id":"e846a400-d524-40b8-96e6-064ccc96ff12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/users/me/settings","description":"<p>Get the current user's settings.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","users","me","settings"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"8320faed-170e-4d8d-959b-b742e651e882","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/users/me/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"mobile_push.comments\": false,\n      \"mobile_push.mentions\": true\n    },\n    \"type\": \"user_settings\",\n    \"id\": \"123\"\n  }\n}"},{"id":"101a1e39-8d84-4a0d-a06c-b3e4d1c66d08","name":"Bad request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"//api/v1/users/me/settings"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"e846a400-d524-40b8-96e6-064ccc96ff12"},{"name":"Update settings","id":"572b7d80-d125-4003-b989-b52e3bb02ce3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"mobile_push.comments\": false,\n      \"mobile_push.mentions\": true\n    },\n    \"type\": \"user_settings\",\n    \"id\": \"123\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/users/me/settings","description":"<p>Update the current user's settings.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","users","me","settings"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"334d6e2d-ee8b-4dfd-988b-ab3639770198","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"mobile_push.comments\": false,\n      \"mobile_push.mentions\": true\n    },\n    \"type\": \"user_settings\",\n    \"id\": \"123\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/users/me/settings"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ba6eddbd-bbda-40fb-89c0-b084b14a2f24","name":"Bad request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"mobile_push.comments\": false,\n      \"mobile_push.mentions\": true\n    },\n    \"type\": \"user_settings\",\n    \"id\": \"123\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/users/me/settings"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"59276521-5908-486d-9f63-b5c1d456328e","name":"Not found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"mobile_push.comments\": false,\n      \"mobile_push.mentions\": true\n    },\n    \"type\": \"user_settings\",\n    \"id\": \"123\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/users/me/settings"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"572b7d80-d125-4003-b989-b52e3bb02ce3"},{"name":"Fetch users","id":"876a6acd-1381-472a-9c1d-1582d9f8636a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"//v3/users","description":"<p>This API returns all users.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["v3","users"],"host":["/"],"query":[],"variable":[]}},"response":[],"_postman_id":"876a6acd-1381-472a-9c1d-1582d9f8636a"}],"id":"0f762fae-412f-4095-af06-17c8d4261057","_postman_id":"0f762fae-412f-4095-af06-17c8d4261057","description":"","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}}},{"name":"Video Conferences","item":[{"name":"Create a new video conference","id":"2bb47607-1684-4799-9933-7a912bc352ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"provider\": \"ZOOM\"\n    },\n    \"type\": \"video_conference\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/video_conferences","description":"<p>This API creates a new video conference.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","video_conferences"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"f1ed2e67-584c-4e58-b0c6-89fd9346c4c2","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"provider\": \"ZOOM\"\n    },\n    \"type\": \"video_conference\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/video_conferences"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"attributes\": {\n      \"provider\": \"8X8\"\n    },\n    \"type\": \"video_conference\",\n    \"id\": \"123\"\n  }\n}"},{"id":"241ce305-1a00-43de-aa0c-7b1c123e1fcb","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"provider\": \"ZOOM\"\n    },\n    \"type\": \"video_conference\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/video_conferences"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"b61ff354-1575-449a-8ec8-9c638b149f11","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"provider\": \"ZOOM\"\n    },\n    \"type\": \"video_conference\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/video_conferences"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"2bb47607-1684-4799-9933-7a912bc352ea"},{"name":"Delete a video conference","id":"1ade7a54-b646-47e8-a031-5606d8a3052e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"//api/v1/video_conferences/:go_link","description":"<p>This API deletes the video conference with the given ID.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","video_conferences",":go_link"],"host":["/"],"query":[],"variable":[{"id":"d44c1cf1-22d4-4c77-b5c9-e5bc834f8e50","description":{"content":"<p>go_link</p>\n","type":"text/plain"},"type":"any","value":"string","key":"go_link"}]}},"response":[{"id":"4f8bad5e-f3c9-4cf0-a283-06bf011f242b","name":"Success","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/video_conferences/:go_link","host":["/"],"path":["api","v1","video_conferences",":go_link"],"variable":[{"key":"go_link","value":"string","description":"go_link"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c72a0c67-8fee-4720-afd9-c1e5c0c8c10c","name":"Bad request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/video_conferences/:go_link","host":["/"],"path":["api","v1","video_conferences",":go_link"],"variable":[{"key":"go_link","value":"string","description":"go_link"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"ba9a5f83-77cf-4544-9958-97f0490a3b81","name":"Not found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"//api/v1/video_conferences/:go_link","host":["/"],"path":["api","v1","video_conferences",":go_link"],"variable":[{"key":"go_link","value":"string","description":"go_link"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"1ade7a54-b646-47e8-a031-5606d8a3052e"},{"name":"Partially update a video conference","id":"90153c8c-e0b5-4a60-8fc1-5efb54c9665e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"duration\": 30,\n      \"start_time\": \"2022-01-30T18:00:00Z\",\n      \"subject\": \"Updated Meeting subject\"\n    },\n    \"id\": \"https://go.chorus.ai/8992359323\",\n    \"type\": \"video_conference\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/video_conferences/:go_link","description":"<p>This API partially updates the video conference with the given ID.</p>\n","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}},"urlObject":{"path":["api","v1","video_conferences",":go_link"],"host":["/"],"query":[],"variable":[{"id":"38fa531d-74f4-478b-b58f-b03e05fd5726","description":{"content":"<p>go_link</p>\n","type":"text/plain"},"type":"any","value":"string","key":"go_link"}]}},"response":[{"id":"fb0d4a82-947a-4190-9e65-d7602fa14335","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"duration\": 30,\n      \"start_time\": \"2022-01-30T18:00:00Z\",\n      \"subject\": \"Updated Meeting subject\"\n    },\n    \"id\": \"https://go.chorus.ai/8992359323\",\n    \"type\": \"video_conference\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/video_conferences/:go_link","host":["/"],"path":["api","v1","video_conferences",":go_link"],"variable":[{"key":"go_link","value":"string","description":"go_link"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bc43acbc-fe77-4439-881a-1d6b6ba42123","name":"Bad request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"duration\": 30,\n      \"start_time\": \"2022-01-30T18:00:00Z\",\n      \"subject\": \"Updated Meeting subject\"\n    },\n    \"id\": \"https://go.chorus.ai/8992359323\",\n    \"type\": \"video_conference\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/video_conferences/:go_link","host":["/"],"path":["api","v1","video_conferences",":go_link"],"variable":[{"key":"go_link","value":"string","description":"go_link"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"aed34bda-a4b9-4020-8bfc-49d47ee78a62","name":"Not found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"attributes\": {\n      \"duration\": 30,\n      \"start_time\": \"2022-01-30T18:00:00Z\",\n      \"subject\": \"Updated Meeting subject\"\n    },\n    \"id\": \"https://go.chorus.ai/8992359323\",\n    \"type\": \"video_conference\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/video_conferences/:go_link","host":["/"],"path":["api","v1","video_conferences",":go_link"],"variable":[{"key":"go_link","value":"string","description":"go_link"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    },\n    {\n      \"code\": \"string\",\n      \"detail\": \"string\",\n      \"id\": \"string\",\n      \"source\": {\n        \"cookie\": \"string\",\n        \"header\": \"string\",\n        \"parameter\": \"string\",\n        \"path\": \"string\",\n        \"pointer\": \"string\"\n      },\n      \"status\": \"string\",\n      \"title\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"90153c8c-e0b5-4a60-8fc1-5efb54c9665e"}],"id":"4ca6da4e-4d58-4674-8761-033271b4a659","_postman_id":"4ca6da4e-4d58-4674-8761-033271b4a659","description":"","auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"},"isInherited":true,"source":{"_postman_id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","id":"2b43943d-dfec-439e-b0a9-4e901186c8ba","name":"Chorus API","type":"collection"}}}],"auth":{"type":"basic","basic":{"username":"{{basicAuthUsername}}","password":"{{basicAuthPassword}}"}},"variable":[{"key":"baseUrl","value":"/"}]}