{"info":{"_postman_id":"02d56853-540d-4792-9024-2859b30cbb4b","name":"Captivate API","description":"<html><head></head><body><p>The World's Only Growth-Oriented Podcast Host.™</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9051302","collectionId":"02d56853-540d-4792-9024-2859b30cbb4b","publishedId":"SVtSVpdW","public":true,"customColor":{"top-bar":"1A181B","right-sidebar":"303030","highlight":"B866A3"},"publishDate":"2025-10-29T09:41:16.000Z"},"item":[{"name":"Authentication","item":[{"name":"Authenticate User","id":"766d5027-c8fd-4213-9cf8-0531154a6048","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"{{USERID}}","description":"<p>This is the user ID in the users API section of their dashboard.</p>\n","type":"text"},{"key":"token","value":"{{USERTOKEN}}","description":"<p>This is the API token in the users API section of their dashboard.</p>\n","type":"text"}]},"url":"{{URL}}/authenticate/token","description":"<p>All requests must be authenticated using the token for the user, you can get the token for the user via this request using the users ID and their API token.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":true,"source":{"_postman_id":"02d56853-540d-4792-9024-2859b30cbb4b","id":"02d56853-540d-4792-9024-2859b30cbb4b","name":"Captivate API","type":"collection"}},"urlObject":{"path":["authenticate","token"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"5eaad8fb-4436-4ff3-9762-787abb9513d5","name":"Authenticate User","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"{{USERID}}","type":"text"},{"key":"token","value":"{{USERTOKEN}}","type":"text"}]},"url":"{{URL}}/authenticate/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"POST, PUT, OPTIONS, DELETE, GET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Cache-Control, Content-Type, Accept, Authorization"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1022"},{"key":"ETag","value":"W/\"3fe-DftzO8QOhevluDXeQNqWegsNjos\""},{"key":"Date","value":"Mon, 07 Oct 2019 13:09:14 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"id\": \"{{USERID}}\",\n        \"email\": \"user@email.com\",\n        \"status\": \"active\",\n        \"admin\": 0,\n        \"first_name\": \"Demo\",\n        \"last_name\": \"User\",\n        \"default_show\": \"xxxxxx-xxxx-xxxxx\",\n        \"default_show_order\": \"created\",\n        \"created\": \"0000-00-00T00:00:00.000Z\",\n        \"profile_picture\": \"https://media.captivate.fm/profile_picture/xxxxxx-xxxx-xxxxx/example.jpg\",\n        \"token\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\n    }\n}"}],"_postman_id":"766d5027-c8fd-4213-9cf8-0531154a6048"}],"id":"3e5305c9-046c-49aa-9502-43695bb0f924","_postman_id":"3e5305c9-046c-49aa-9502-43695bb0f924","description":"","auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":true,"source":{"_postman_id":"02d56853-540d-4792-9024-2859b30cbb4b","id":"02d56853-540d-4792-9024-2859b30cbb4b","name":"Captivate API","type":"collection"}}},{"name":"Users","item":[{"name":"Get User","id":"a29ff573-3243-4bfa-8b8b-82501e3a4571","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/users/:id","urlObject":{"path":["users",":id"],"host":["{{URL}}"],"query":[],"variable":[{"description":{"content":"<p>The ID of the user we want to get.</p>\n","type":"text/plain"},"type":"string","value":"{{USERID}}","key":"id"}]}},"response":[{"id":"f0845e93-2dad-42df-af4b-8bd15b1ad6de","name":"Get User","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/users/:id","host":["{{URL}}"],"path":["users",":id"],"variable":[{"key":"id","value":"{{USERID}}","type":"string","description":"The ID of the user we want to get."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"POST, PUT, PATCH, OPTIONS, DELETE, GET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Cache-Control, Content-Type, Accept, Authorization"},{"key":"Content-Type","value":"application/hal+json; charset=utf-8"},{"key":"ETag","value":"W/\"4c8-7u2vqNWuZ/s3e4Vjt7KDZGwsgNQ\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Wed, 08 Dec 2021 08:01:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"self\": {\n            \"href\": \"/users/{{USERID}}\"\n        }\n    },\n    \"user\": {\n        \"additional_label_1\": null,\n        \"additional_url_1\": \"https://rebelbasemedia.io\",\n        \"admin\": 1,\n        \"biography\": \"\",\n        \"created\": \"2021-06-28T12:15:32.000Z\",\n        \"default_show\": \"{{SHOWID}}\",\n        \"default_show_order\": \"published_date\",\n        \"email\": \"ed+localuser@rebelbasemedia.io\",\n        \"fb_group_url\": \"http://facebook.com/mygroup\",\n        \"fb_id\": null,\n        \"fb_page_url\": \"http://facebook.com/mypage\",\n        \"first_name\": \"Ed\",\n        \"google_id\": null,\n        \"id\": \"{{USERID}}\",\n        \"insta_username\": \"myinstagram\",\n        \"last_login\": \"2021-12-06T12:33:57.000Z\",\n        \"last_name\": \"Townend\",\n        \"last_updated\": \"2021-12-08T07:57:31.000Z\",\n        \"linkedin_url\": \"http://linkedin.com/myprofile\",\n        \"onboarded\": 1,\n        \"profile_picture\": \"https://media.captivate.fm/profile_picture/xxx/xxx.png\",\n        \"pw_id\": null,\n        \"status\": \"active\",\n        \"twitter_username\": \"mytwitter\",\n        \"youtube_url\": \"https://www.youtube.com/c/RebelBaseMedia\"\n    }\n}"}],"_postman_id":"a29ff573-3243-4bfa-8b8b-82501e3a4571"},{"name":"Get Users Shows","id":"91ff13a6-1258-4a94-ae3e-f083e9fe9061","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/users/:id/shows","description":"<p>The shows that this user can access to regardless of what role they are.</p>\n","urlObject":{"path":["users",":id","shows"],"host":["{{URL}}"],"query":[],"variable":[{"description":{"content":"<p>The ID of the user whos shows you want to view.</p>\n","type":"text/plain"},"type":"string","value":"{{USERID}}","key":"id"}]}},"response":[{"id":"c7a98f0d-1957-453c-91f8-2dad5cd14078","name":"Get Users Shows","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/users/:id/shows","host":["{{URL}}"],"path":["users",":id","shows"],"variable":[{"key":"id","value":"{{USERID}}","type":"string","description":"The ID of the user whos shows you want to view."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"POST, PUT, PATCH, OPTIONS, DELETE, GET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Cache-Control, Content-Type, Accept, Authorization"},{"key":"Content-Type","value":"application/hal+json; charset=utf-8"},{"key":"ETag","value":"W/\"962-gpQSqr3xmGhFovNqNjm0RGSsMM8\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Wed, 08 Dec 2021 08:27:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"self\": {\n            \"href\": \"/users/{{USERID}}/shows\"\n        }\n    },\n    \"shows\": [\n        {\n            \"artwork\": \"https://artwork.captivate.fm/xxx/xxx.png\",\n            \"id\": \"{{SHOWID}}\",\n            \"title\": \"Show title\",\n            \"description\": \"All about my show\",\n            \"created\": \"2021-06-28T12:25:35.000Z\",\n            \"import\": \"0\",\n            \"failed_import\": 0,\n            \"imported_rss_feed\": null,\n            \"status\": \"active\",\n            \"private\": 0,\n            \"time_zone\": \"Europe/Isle_of_Man\",\n            \"role\": \"owner\",\n            \"author\": \"Mr. Happy\",\n            \"import_errors\": null,\n            \"team\": [\n                {\n                    \"first_name\": \"James\",\n                    \"last_name\": \"Brown\",\n                    \"profile_picture\": \"https://media.captivate.fm/profile_picture/xxx/xxx.png\",\n                    \"role\": \"owner\"\n                },\n                {\n                    \"first_name\": \"Peter\",\n                    \"last_name\": \"Pan\",\n                    \"profile_picture\": null,\n                    \"role\": \"custom\"\n                }\n            ]\n        }\n    ],\n    \"success\": true\n}"}],"_postman_id":"91ff13a6-1258-4a94-ae3e-f083e9fe9061"},{"name":"Get Users Managed Shows","id":"e9fa9c1b-4711-4550-be38-c65ee20d5253","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/users/:id/shows/manager","description":"<p>These are the shows that the user is manager or owner of, they can create/invite new users to these shows.</p>\n","urlObject":{"path":["users",":id","shows","manager"],"host":["{{URL}}"],"query":[],"variable":[{"description":{"content":"<p>The ID of the user whos manager shows you want to view.</p>\n","type":"text/plain"},"type":"string","value":"{{USERID}}","key":"id"}]}},"response":[{"id":"b8b6ae95-1d0f-4c32-8293-679197105165","name":"Get Users Managed Shows","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/users/:id/manager/shows","host":["{{URL}}"],"path":["users",":id","manager","shows"],"variable":[{"key":"id","value":"{{USERID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"POST, PUT, OPTIONS, DELETE, GET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Cache-Control, Content-Type, Accept, Authorization"},{"key":"Content-Type","value":"application/hal+json; charset=utf-8"},{"key":"ETag","value":"W/\"62f-Al3e8ZAuJonQuB3/WsDBSGxlEYk\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Mon, 07 Oct 2019 20:52:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"show_user\": [\n\t\t{\n\t\t\t\"id\": \"xxxx-xxxxx-xxxxx-xxxx\",\n            \"artwork\": \"../artwork.jpg\",\n            \"author\": \"Demo User\",\n            \"status\": \"active\",\n            \"title\": \"Demo Show\",\n            \"role\": \"owner\",\n            \"is_active\": 1,\n            \"created\": \"0000-00-00T17:02:16.000Z\",\n        },\n        {\n\t\t\t...\n        }\n    ]\n}"}],"_postman_id":"e9fa9c1b-4711-4550-be38-c65ee20d5253"}],"id":"ffc3da08-e180-433c-bb73-6cca46a83b4e","_postman_id":"ffc3da08-e180-433c-bb73-6cca46a83b4e","description":"","auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":true,"source":{"_postman_id":"02d56853-540d-4792-9024-2859b30cbb4b","id":"02d56853-540d-4792-9024-2859b30cbb4b","name":"Captivate API","type":"collection"}}},{"name":"Shows","item":[{"name":"Get Show","id":"15ae13ac-fdb8-49b8-a61f-8586f7dadbfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/shows/:id/","description":"<p>Get the show information by the show ID.</p>\n","urlObject":{"path":["shows",":id",""],"host":["{{URL}}"],"query":[],"variable":[{"description":{"content":"<p>The ID of the show you are trying to view.</p>\n","type":"text/plain"},"type":"string","value":"{{SHOWID}}","key":"id"}]}},"response":[{"id":"3ddd420b-e3e8-47a2-b89f-405baac16f4c","name":"Get Show","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{TOKEN}}","type":"text"}],"url":{"raw":"https://api.captivate.fm/shows/:id/","protocol":"https","host":["api","captivate","fm"],"path":["shows",":id",""],"variable":[{"key":"id","value":"ssssssss-ssss-ssss-ssss-ssssssssssss","description":"The ID of the show you are trying to view.","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"POST, PUT, PATCH, OPTIONS, DELETE, GET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Cache-Control, Content-Type, Accept, Authorization"},{"key":"Content-Type","value":"application/hal+json; charset=utf-8"},{"key":"ETag","value":"W/\"c53-AiKhZIEoEBvcgRwb3XqrUwqplEs\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Wed, 08 Dec 2021 08:59:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"self\": {\n            \"href\": \"/shows/{{SHOWID}}\"\n        }\n    },\n    \"success\": true,\n    \"show\": {\n        \"id\": \"{{SHOWID}}\",\n        \"created\": \"2021-07-08T13:46:26.000Z\",\n        \"last_feed_generation\": \"2021-12-07T14:21:53.000Z\",\n        \"status\": \"active\",\n        \"title\": \"My Show\",\n        \"artwork\": \"https://artwork.captivate.fm/xxx/xxx.png\",\n        \"link\": \"https://www.myshow.org\",\n        \"description\": \"About my show\",\n        \"categories\": \"[\\\"05.03\\\",\\\"12.09\\\",\\\"02.08\\\"]\",\n        \"google_categories\": null,\n        \"order\": \"DESC\",\n        \"summary\": \"Summary of my show\",\n        \"author\": \"Podcast Inc.\",\n        \"subtitle\": \"Become an expert podcasting\",\n        \"copyright\": \"Podcast Inc, 2020\",\n        \"name\": \"Podcast Inc.\",\n        \"itunes_email\": \"me@me.com\",\n        \"explicit\": \"clean\",\n        \"limit\": 266,\n        \"type\": \"episodic\",\n        \"keywords\": \"\",\n        \"donation_link\": \"\",\n        \"donation_text\": \"\",\n        \"site_id\": null,\n        \"file_name\": \"xxx.jpg\",\n        \"season\": \"episodic\",\n        \"time_zone\": \"America/Fort_Nelson\",\n        \"import\": \"1\",\n        \"failed_import\": 0,\n        \"imported_from\": \"Libsyn\",\n        \"third_party_analytics\": \"null\",\n        \"prefixes\": \"[]\",\n        \"spotify_uri\": null,\n        \"spotify_status\": null,\n        \"default_time\": \"\",\n        \"imported_rss_feed\": \"http://myshow.libsyn.com/rss\",\n        \"complete_show\": null,\n        \"language\": \"en\",\n        \"pw_site_id\": null,\n        \"pw_client_id\": null,\n        \"transparency_mode\": 0,\n        \"audience_avatar\": \"\",\n        \"captivate_sync_url\": null,\n        \"amazon_submitted\": null,\n        \"country_of_origin\": null,\n        \"gaana_submitted\": null,\n        \"jiosaavn_submitted\": null,\n        \"podcast_index_submitted\": null,\n        \"player_fm_submitted\": null,\n        \"import_cancel_key\": \"xxx\",\n        \"private\": 0,\n        \"deezer_submitted\": null,\n        \"import_errors\": null,\n        \"google_block\": null,\n        \"itunes_block\": null,\n        \"default_pre_roll_media_id\": null,\n        \"default_post_roll_media_id\": null,\n        \"feature_preview\": 1,\n        \"default_shownotes_template\": \"new-default\",\n        \"amie_bulk_edit_count\": 0,\n        \"show_link\": \"my-show\",\n        \"enabled_site\": 1,\n        \"custom_domain\": null,\n        \"sync_enabled\": 1,\n        \"sync_webhook\": \"http://myshow.org/wp-json/captivate-sync/v1/sync\",\n        \"network_id\": \"{{NETWORKID}}\"\n    }\n}"}],"_postman_id":"15ae13ac-fdb8-49b8-a61f-8586f7dadbfe"},{"name":"Update Show","id":"ff8be4b6-f10a-408c-835e-630d80770797","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"My Demo Show","description":"<p>The title for the current show.</p>\n","type":"text"},{"key":"description","value":"If you're viewing this, you're seeing my demo description for this show.","description":"<p>The description for the current show, maximum 4,000 characters.</p>\n","type":"text"},{"key":"summary","value":"Wow, I've even got a demo summary.","description":"<p>The Apple Podcasts summary for the current show, maximum 4,000 characters.</p>\n","type":"text"},{"key":"subtitle","value":"The demo show for Captivate API.","description":"<p>The subtitle for the show, maximum 255 characters.</p>\n","type":"text"},{"key":"author","value":"Demo User","description":"<p>The author of the show, maximum 255 characters.</p>\n","type":"text"},{"key":"name","value":"Demo User","description":"<p>The name of the author of the show, maximum 255 characters.</p>\n","type":"text"},{"key":"categories[0]","value":"01.00","description":"<p>The Apple Podcast categories, maximum 3, json encoded array of category ID's.</p>\n","type":"text"},{"key":"itunes_email","value":"demo@user.com","description":"<p>The email address to be used for Apple Podcasts,  email address format only.</p>\n","type":"text"},{"key":"copyright","value":"Copyright Demo User","description":"<p>The copyright to be used for this show, maximum 255 characters.</p>\n","type":"text"},{"key":"explicit","value":"clean","description":"<p>This is the explicit rating of the show, these needs to be set to 'explicit' if there is any explicit content and 'clean' if not.</p>\n","type":"text"},{"key":"order","value":"DESC","description":"<p>The order of the episodes in the RSS feed, this is redundant if using the 'type' field as 'serial'. DESC or ASC options.</p>\n","type":"text"},{"key":"limit","value":"20","description":"<p>This is the maximum amount of episodes on the RSS feed, we suggest no more than 300 episodes.</p>\n","type":"text"},{"key":"type","value":"episodic","description":"<p>This is the type of show for Apple Podcasts, if this is set to 'episodic' the latest episode will be first on the listing. If it's set to 'serial', your latest episode will be last of the season.</p>\n","type":"text"},{"key":"language","value":"en","description":"<p>The language of the show, ISO 2 character country code.</p>\n","type":"text"},{"key":"donation_link","value":"https://demo.com/support-me","description":"<p>The donation link is used in apps that support the donation link tag.</p>\n","type":"text"},{"key":"link","value":"https://demo.com","description":"<p>The website address for the show, must be a URL.</p>\n","type":"text"},{"key":"third_party_analytics","value":"https://chtbl.com/track/","description":"<p>If a user wants to use third party analytics like Chartable they can use this option.</p>\n","type":"text"}]},"url":"{{URL}}/shows/:id","urlObject":{"path":["shows",":id"],"host":["{{URL}}"],"query":[],"variable":[{"description":{"content":"<p>The ID of the show you want to update.</p>\n","type":"text/plain"},"type":"string","value":"{{SHOWID}}","key":"id"}]}},"response":[{"id":"7b2aecc5-1a63-4d55-b3e0-42b65a48b851","name":"Update Show","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"My Demo Show","description":"The title for the current show.","type":"text"},{"key":"description","value":"If you're viewing this, you're seeing my demo description for this show.","description":"The description for the current show, maximum 4,000 characters.","type":"text"},{"key":"summary","value":"Wow, I've even got a demo summary.","description":"The Apple Podcasts summary for the current show, maximum 4,000 characters.","type":"text"},{"key":"subtitle","value":"The demo show for Captivate API.","description":"The subtitle for the show, maximum 255 characters.","type":"text"},{"key":"author","value":"Demo User","description":"The author of the show, maximum 255 characters.","type":"text"},{"key":"name","value":"Demo User","description":"The name of the author of the show, maximum 255 characters.","type":"text"},{"key":"categories[0]","value":"01.00","description":"The Apple Podcast categories, maximum 3, json encoded array of category ID's.","type":"text"},{"key":"itunes_email","value":"demo@user.com","description":"The email address to be used for Apple Podcasts,  email address format only.","type":"text"},{"key":"copyright","value":"Copyright Demo User","description":"The copyright to be used for this show, maximum 255 characters.","type":"text"},{"key":"explicit","value":"clean","description":"This is the explicit rating of the show, these needs to be set to 'explicit' if there is any explicit content and 'clean' if not.","type":"text"},{"key":"order","value":"DESC","description":"The order of the episodes in the RSS feed, this is redundant if using the 'type' field as 'serial'. DESC or ASC options.","type":"text"},{"key":"limit","value":"20","description":"This is the maximum amount of episodes on the RSS feed, we suggest no more than 300 episodes.","type":"text"},{"key":"type","value":"episodic","description":"This is the type of show for Apple Podcasts, if this is set to 'episodic' the latest episode will be first on the listing. If it's set to 'serial', your latest episode will be last of the season.","type":"text"},{"key":"language","value":"en","description":"The language of the show, ISO 2 character country code.","type":"text"},{"key":"donation_link","value":"https://demo.com/support-me","description":"The donation link is used in apps that support the donation link tag.","type":"text"},{"key":"link","value":"https://demo.com","description":"The website address for the show, must be a URL.","type":"text"},{"key":"third_party_analytics","value":"https://chtbl.com/track/","description":"If a user wants to use third party analytics like Chartable they can use this option.","type":"text"}]},"url":{"raw":"{{URL}}/shows/:id","host":["{{URL}}"],"path":["shows",":id"],"variable":[{"key":"id","value":"{{SHOWID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"POST, PUT, OPTIONS, DELETE, GET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Cache-Control, Content-Type, Accept, Authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"4ee-5muyULtXpj4i1VdS+xMqrTkIXdY\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Tue, 08 Oct 2019 20:19:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"errors\": [],\n    \"errfor\": {},\n    \"show\": {\n        \"id\": \"{{SHOWID}}\",\n        \"created\": \"0000-00-00T00:00:00.000Z\",\n        \"last_feed_generation\": \"0000-00-00T00:00:00.000Z\",\n        \"status\": \"active\",\n       ....\n    }\n}"}],"_postman_id":"ff8be4b6-f10a-408c-835e-630d80770797"},{"name":"Create Show Artwork","id":"11265dee-524e-4cea-976a-4f790369f5ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>Artwork file in either JPG or PNG format.</p>\n","type":"file","value":null}]},"url":"{{URL}}/shows/:id/artwork","description":"<p>You can update the shows artwork here, it's very important that you stick to the following rules:</p>\n<ol>\n<li>The artwork is either a JPG or a PNG file.</li>\n<li>The artwork must be in the RGB colorspace and not CYMK.</li>\n<li>The artwork is completely square with a miniumum of 1400px height and 1400px wide.</li>\n<li>The artwork is no larger than 3000px height and 3000px wide.</li>\n<li>The artwork is a decent file size, under 2MB.</li>\n</ol>\n<p>If you fail to send a file with the above info, you will receive an error stating the reason why it's not been accepted.</p>\n","urlObject":{"path":["shows",":id","artwork"],"host":["{{URL}}"],"query":[],"variable":[{"description":{"content":"<p>The ID of the show you want to create the artwork for. </p>\n<p>If you then need to update the show's artwork, you will need to hit the Update Show route, with the artwork_url generated.</p>\n","type":"text/plain"},"type":"string","value":"{{SHOWID}}","key":"id"}]}},"response":[{"id":"014caecb-5e7f-4e46-8888-605f78f5309b","name":"Update Show Artwork","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","description":"Artwork file in either JPG or PNG format.","type":"file","src":"img/BigBird.jpg"}]},"url":{"raw":"{{URL}}/shows/:id/artwork","host":["{{URL}}"],"path":["shows",":id","artwork"],"variable":[{"key":"id","value":"{{SHOWID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"POST, PUT, OPTIONS, DELETE, GET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Cache-Control, Content-Type, Accept, Authorization"},{"key":"Content-Type","value":"application/hal+json; charset=utf-8"},{"key":"Content-Length","value":"179"},{"key":"ETag","value":"W/\"b3-RKjhmpvp3/9GROrYz9pT2yJxyxo\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 08 Oct 2019 20:45:56 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n}"}],"_postman_id":"11265dee-524e-4cea-976a-4f790369f5ed"},{"name":"Get Show Feed URL","id":"ab32471b-67a1-4a80-80d1-d85162b091ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/shows/:id/feed","description":"<p>You can easily get the RSS feed URL for this particular show running this route.</p>\n","urlObject":{"path":["shows",":id","feed"],"host":["{{URL}}"],"query":[],"variable":[{"description":{"content":"<p>The ID of the show you want to get the RSS feed for.</p>\n","type":"text/plain"},"type":"string","value":"{{SHOWID}}","key":"id"}]}},"response":[{"id":"0db95756-cc6a-42c7-a151-da347b4cd638","name":"Get Show Feed URL","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/shows/:id/feed","host":["{{URL}}"],"path":["shows",":id","feed"],"variable":[{"key":"id","value":"{{SHOWID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"POST, PUT, OPTIONS, DELETE, GET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Cache-Control, Content-Type, Accept, Authorization"},{"key":"Content-Type","value":"application/hal+json; charset=utf-8"},{"key":"Content-Length","value":"160"},{"key":"ETag","value":"W/\"a0-O2UI6f8icdXWX2YITycNXGRjdtQ\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 08 Oct 2019 21:25:36 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"feed\": \"https://feeds.captivate.fm/xxxxxxxxx/\"\n}"}],"_postman_id":"ab32471b-67a1-4a80-80d1-d85162b091ee"}],"id":"cc70e5d5-6cbb-41a4-8f5b-cf0a75ef959b","_postman_id":"cc70e5d5-6cbb-41a4-8f5b-cf0a75ef959b","description":"","auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":true,"source":{"_postman_id":"02d56853-540d-4792-9024-2859b30cbb4b","id":"02d56853-540d-4792-9024-2859b30cbb4b","name":"Captivate API","type":"collection"}}},{"name":"Episodes","item":[{"name":"Get Show Episodes","id":"dbb5ad92-7116-44c1-aa64-41d0bb16fe86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/shows/:id/episodes","description":"<p>You'll get a full breakdown of all the episodes for this specific show as well as a count of how many episodes in total there is.</p>\n","urlObject":{"path":["shows",":id","episodes"],"host":["{{URL}}"],"query":[],"variable":[{"description":{"content":"<p>The ID of the show you want to get the episodes of.</p>\n","type":"text/plain"},"type":"string","value":"{{SHOWID}}","key":"id"}]}},"response":[{"id":"5c930b01-5d5e-48bc-81fd-7b1470ff5341","name":"Get Show Episodes","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/shows/:id/episodes","host":["{{URL}}"],"path":["shows",":id","episodes"],"variable":[{"key":"id","value":"{{SHOWID}}","type":"string","description":"The ID of the show you want to get the episodes of."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"POST, PUT, PATCH, OPTIONS, DELETE, GET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Cache-Control, Content-Type, Accept, Authorization"},{"key":"Content-Type","value":"application/hal+json; charset=utf-8"},{"key":"ETag","value":"W/\"177f4-2p+MtdjAdDeo+2Z3OHUvt29SGwg\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Wed, 08 Dec 2021 09:31:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"self\": {\n            \"href\": \"/shows/{{SHOWID}}/episodes\"\n        }\n    },\n    \"count\": 1,\n    \"episodes\": [\n        {\n            \"id\": \"{{EPISODEID}}\",\n            \"shows_id\": \"{{SHOWID}}\",\n            \"media_id\": \"\",\n            \"title\": \"My episode title\",\n            \"itunes_title\": \"My iTunes episode title\",\n            \"published_date\": \"2015-11-06T17:40:22.000Z\",\n            \"guid\": \"xxxx\",\n            \"status\": \"Published\",\n            \"episode_art\": \"https://artwork.captivate.fm/xxx/xxx.png\",\n            \"shownotes\": \"My shownotes - can contain html\",\n            \"summary\": \"\",\n            \"episode_type\": \"full\",\n            \"episode_season\": 1,\n            \"episode_number\": 11,\n            \"itunes_subtitle\": \"My episode\",\n            \"author\": \"\",\n            \"link\": \"http://myshow.com/myepisode\",\n            \"explicit\": \"explicit\",\n            \"itunes_block\": \"no\",\n            \"google_block\": \"\",\n            \"google_description\": \"\",\n            \"donation_link\": \"\",\n            \"donation_text\": null,\n            \"post_id\": 0,\n            \"website_title\": null,\n            \"is_active\": 1,\n            \"failed_import\": 0,\n            \"slug\": null,\n            \"seo_title\": null,\n            \"seo_description\": null,\n            \"auto_tweeted\": 0,\n            \"video_repurposed\": null,\n            \"video_s3_key\": null,\n            \"episode_private\": 0,\n            \"episode_expiration\": null,\n            \"import_errors\": null,\n            \"transcription_html\": null,\n            \"transcription_file\": null,\n            \"transcription_json\": null,\n            \"transcription_text\": null,\n            \"media_url\": \"xxx\",\n            \"amie_status\": null,\n            \"original_media_id\": \"{{MEDIAID}}\",\n            \"episodes_id\": \"{{EPISODEID}}\"\n        }\n    ]\n}"}],"_postman_id":"dbb5ad92-7116-44c1-aa64-41d0bb16fe86"},{"name":"Get Show Scheduled Episodes","id":"43eaf6d8-3919-41b4-9df9-78614b0ace12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/shows/:id/episodes/scheduled","description":"<p>Here you will get all the scheduled episodes for this specific show as well as a count.</p>\n","urlObject":{"path":["shows",":id","episodes","scheduled"],"host":["{{URL}}"],"query":[],"variable":[{"description":{"content":"<p>The ID of the show you want to get the scheduled episodes for.</p>\n","type":"text/plain"},"type":"string","value":"{{SHOWID}}","key":"id"}]}},"response":[{"id":"88b148ad-3962-426a-851f-64448fafe13e","name":"Get Show Scheduled Episodes","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/shows/:id/episodes/scheduled","host":["{{URL}}"],"path":["shows",":id","episodes","scheduled"],"variable":[{"key":"id","value":"{{SHOWID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"POST, PUT, OPTIONS, DELETE, GET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Cache-Control, Content-Type, Accept, Authorization"},{"key":"Content-Type","value":"application/hal+json; charset=utf-8"},{"key":"Content-Length","value":"154"},{"key":"ETag","value":"W/\"9a-MCJ9piRoENXRMg7EAKRLQkAFD0U\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 08 Oct 2019 21:07:00 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"episodes\": [\n        {\n            \"id\": \"{{EPISODEID}}\",\n        },\n       ...\n    ]\n}"}],"_postman_id":"43eaf6d8-3919-41b4-9df9-78614b0ace12"},{"name":"Get Episode","id":"828a1b56-2273-474d-ac70-919cd448c948","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/episodes/:id","description":"<p>You can get the full information for the episode here, simply send over the episode ID.</p>\n","urlObject":{"path":["episodes",":id"],"host":["{{URL}}"],"query":[],"variable":[{"description":{"content":"<p>The ID of the episode you want to get.</p>\n","type":"text/plain"},"type":"string","value":"{{EPISODEID}}","key":"id"}]}},"response":[{"id":"9003c381-03ac-4911-b407-ac676187dd47","name":"Get Episode","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/episodes/:id","host":["{{URL}}"],"path":["episodes",":id"],"variable":[{"key":"id","value":"{{EPISODEID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"POST, PUT, OPTIONS, DELETE, GET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Cache-Control, Content-Type, Accept, Authorization"},{"key":"Content-Type","value":"application/hal+json; charset=utf-8"},{"key":"ETag","value":"W/\"77d-Mf238zJiLidO4HUonBIJXivG/58\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Tue, 08 Oct 2019 21:54:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"episode\": {\n        \"id\": \"{{EPISODEID}}\",\n    }\n}"}],"_postman_id":"828a1b56-2273-474d-ac70-919cd448c948"},{"name":"Create Episode","id":"28539868-827b-403c-a6e1-6b6b688841bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"shows_id","value":"{{SHOWID}}","description":"<p>The ID of the show you want to update the episode to.</p>\n","type":"text"},{"key":"title","value":"My Demo Episode","description":"<p>The title for the current episode.</p>\n","type":"text"},{"key":"itunes_title","value":"My Demo Episode for Apple Podcasts","description":"<p>The title for the current episode specific to Apple Podcasts.</p>\n","type":"text"},{"key":"media_id","value":"{{MEDIAID}}","description":"<p>The ID of the media that you want to assign to this episode, the episode can't shift to 'Published' until it is assigned an active media file.</p>\n","type":"text"},{"key":"date","value":"{{DATE}}","description":"<p>This is the date the episode should be published, if this is set to the future the episode will be scheduled for that specific time with the current show timezone. If published in the past, it will make the episode live now (only if media file attached to episode).</p>\n","type":"text"},{"key":"status","value":"Draft","description":"<p>If you want to only draft the episode, you can set the status to \"Draft\", don't try and trick the system to set it to published if the dates don't match either!</p>\n","type":"text"},{"key":"shownotes","value":"If you're viewing this, you're seeing my shownotes for this episode","description":"<p>The shownotes for the current episode, maximum 4,000 characters.</p>\n","type":"text"},{"key":"summary","value":"Wow, I've even got a demo episode summary.","description":"<p>The Apple Podcasts summary for the current episode, maximum 4,000 characters.</p>\n","type":"text"},{"key":"itunes_subtitle","value":"My Demo Episode - Subtitle","description":"<p>The subtitle for the episode maximum 255 characters.</p>\n","type":"text"},{"key":"author","value":"Demo User","description":"<p>The author of the show, maximum 255 characters.</p>\n","type":"text"},{"key":"episode_art","value":"https://artwork.captivate.fm/xxxxx-xxx-xxx-xxx/artwork.jpg","description":"<p>The artwork for the episode, if you want to set one. URL.</p>\n","type":"text"},{"key":"explicit","value":"","description":"<p>The explicit rating for the episode, by default it will use the one set in your sho so this can be left empty.</p>\n","type":"text"},{"key":"episode_type","value":"full","description":"<p>This is the type of episode for Apple Podcasts, it can either be a 'full' episode which is a normal standard episode, a 'bonus' episode which means it's bonus content and finally a 'trailer' type which is just a trailer episode and should be under 10 minutes.</p>\n","type":"text"},{"key":"episode_season","value":"1","description":"<p>The episode number for the episode, if your show is set to 'serial' this is also very important.</p>\n","type":"text"},{"key":"episode_number","value":"1","description":"<p>The episode number for the episode, if your show is set to 'serial' this is also very important.</p>\n","type":"text"},{"key":"donation_link","value":"https://demo.com/support-me","description":"<p>The donation link is used in apps that support the donation link tag, this overrides the one set in the show settings.</p>\n","type":"text"},{"key":"donation_text","value":"Support us on Patreon","description":"<p>Override the default donation text.</p>\n","type":"text"},{"key":"link","value":"https://demo.com","description":"<p>The website address for the episode, must be a URL.</p>\n","type":"text"},{"key":"itunes_block","value":"false","description":"<p><em>WARNING:</em> If you want this to be removed from Apple Podcasts, set this to true.</p>\n","type":"text"}]},"url":"{{URL}}/episodes","description":"<p>You can create your episode here with the following paramaters.</p>\n","urlObject":{"path":["episodes"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"d7282e0f-0589-40de-8b8e-0c1c9a9bed4f","name":"Create Episode","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"shows_id","value":"{{SHOWID}}","description":"The ID of the show you want to update the episode to.","type":"text"},{"key":"title","value":"My Demo Episode","description":"The title for the current episode.","type":"text"},{"key":"itunes_title","value":"My Demo Episode for Apple Podcasts","description":"The title for the current episode specific to Apple Podcasts.","type":"text"},{"key":"media_id","value":"{{MEDIAID}}","description":"The ID of the media that you want to assign to this episode, the episode can't shift to 'Published' until it is assigned an active media file.","type":"text"},{"key":"date","value":"{{DATE}}","description":"This is the date the episode should be published, if this is set to the future the episode will be scheduled for that specific time with the current show timezone. If published in the past, it will make the episode live now (only if media file attached to episode).","type":"text"},{"key":"status","value":"Draft","description":"If you want to only draft the episode, you can set the status to \"Draft\", don't try and trick the system to set it to published if the dates don't match either!","type":"text"},{"key":"shownotes","value":"If you're viewing this, you're seeing my shownotes for this episode","description":"The shownotes for the current episode, maximum 4,000 characters.","type":"text"},{"key":"summary","value":"Wow, I've even got a demo episode summary.","description":"The Apple Podcasts summary for the current episode, maximum 4,000 characters.","type":"text"},{"key":"itunes_subtitle","value":"My Demo Episode - Subtitle","description":"The subtitle for the episode maximum 255 characters.","type":"text"},{"key":"author","value":"Demo User","description":"The author of the show, maximum 255 characters.","type":"text"},{"key":"episode_art","value":"https://artwork.captivate.fm/xxxxx-xxx-xxx-xxx/artwork.jpg","description":"The artwork for the episode, if you want to set one. URL.","type":"text"},{"key":"explicit","value":"","description":"The explicit rating for the episode, by default it will use the one set in your sho so this can be left empty.","type":"text"},{"key":"episode_type","value":"full","description":"This is the type of episode for Apple Podcasts, it can either be a 'full' episode which is a normal standard episode, a 'bonus' episode which means it's bonus content and finally a 'trailer' type which is just a trailer episode and should be under 10 minutes.","type":"text"},{"key":"episode_season","value":"1","description":"The episode number for the episode, if your show is set to 'serial' this is also very important.","type":"text"},{"key":"episode_number","value":"1","description":"The episode number for the episode, if your show is set to 'serial' this is also very important.","type":"text"},{"key":"donation_link","value":"https://demo.com/support-me","description":"The donation link is used in apps that support the donation link tag, this overrides the one set in the show settings.","type":"text"},{"key":"donation_text","value":"Support us on Patreon","description":"Override the default donation text.","type":"text"},{"key":"link","value":"https://demo.com","description":"The website address for the episode, must be a URL.","type":"text"},{"key":"itunes_block","value":"false","description":"*WARNING:* If you want this to be removed from Apple Podcasts, set this to true.","type":"text"}]},"url":"{{URL}}/episodes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"POST, PUT, OPTIONS, DELETE, GET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Cache-Control, Content-Type, Accept, Authorization"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"903"},{"key":"ETag","value":"W/\"387-6oXWSbcMaqZYo+0ot7ip48Weme4\""},{"key":"Date","value":"Tue, 08 Oct 2019 22:23:58 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"errors\": [],\n    \"errfor\": {},\n    \"record\": {\n        \"id\": \"{{EPISODEID}}\",\n        ....\n    }\n}"}],"_postman_id":"28539868-827b-403c-a6e1-6b6b688841bc"},{"name":"Update Episode","id":"47e753c7-3d6a-4113-9e9b-afbca5a3cfde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"shows_id","value":"{{SHOWID}}","description":"<p>The ID of the show you want to update the episode to.</p>\n","type":"text"},{"key":"title","value":"My Demo Episode","description":"<p>The title for the current episode.</p>\n","type":"text"},{"key":"itunes_title","value":"My Demo Episode for Apple Podcasts","description":"<p>The title for the current episode specific to Apple Podcasts.</p>\n","type":"text"},{"key":"media_id","value":"{{MEDIAID}}","description":"<p>The ID of the media that you want to assign to this episode, the episode can't shift to 'Published' until it is assigned an active media file.</p>\n","type":"text"},{"key":"date","value":"{{DATE}}","description":"<p>This is the date the episode should be published, if this is set to the future the episode will be scheduled for that specific time with the current show timezone. If published in the past, it will make the episode live now (only if media file attached to episode).</p>\n","type":"text"},{"key":"status","value":"Draft","description":"<p>If you want to only draft the episode, you can set the status to \"Draft\", don't try and trick the system to set it to published if the dates don't match either!</p>\n","type":"text"},{"key":"shownotes","value":"If you're viewing this, you're seeing my shownotes for this episode","description":"<p>The shownotes for the current episode, maximum 4,000 characters.</p>\n","type":"text"},{"key":"summary","value":"Wow, I've even got a demo episode summary.","description":"<p>The Apple Podcasts summary for the current episode, maximum 4,000 characters.</p>\n","type":"text"},{"key":"itunes_subtitle","value":"My Demo Episode - Subtitle","description":"<p>The subtitle for the episode maximum 255 characters.</p>\n","type":"text"},{"key":"author","value":"Demo User","description":"<p>The author of the show, maximum 255 characters.</p>\n","type":"text"},{"key":"episode_art","value":"https://artwork.captivate.fm/xxxxx-xxx-xxx-xxx/artwork.jpg","description":"<p>The artwork for the episode, if you want to set one. URL.</p>\n","type":"text"},{"key":"explicit","value":"","description":"<p>The explicit rating for the episode, by default it will use the one set in your sho so this can be left empty.</p>\n","type":"text"},{"key":"episode_type","value":"full","description":"<p>This is the type of episode for Apple Podcasts, it can either be a 'full' episode which is a normal standard episode, a 'bonus' episode which means it's bonus content and finally a 'trailer' type which is just a trailer episode and should be under 10 minutes.</p>\n","type":"text"},{"key":"episode_season","value":"1","description":"<p>The episode number for the episode, if your show is set to 'serial' this is also very important.</p>\n","type":"text"},{"key":"episode_number","value":"1","description":"<p>The episode number for the episode, if your show is set to 'serial' this is also very important.</p>\n","type":"text"},{"key":"donation_link","value":"https://demo.com/support-me","description":"<p>The donation link is used in apps that support the donation link tag, this overrides the one set in the show settings.</p>\n","type":"text"},{"key":"donation_text","value":"Support us on Patreon","description":"<p>Override the default donation text.</p>\n","type":"text"},{"key":"link","value":"https://demo.com","description":"<p>The website address for the episode, must be a URL.</p>\n","type":"text"},{"key":"itunes_block","value":"false","description":"<p><em>WARNING:</em> If you want this to be removed from Apple Podcasts, set this to true.</p>\n","type":"text"}]},"url":"{{URL}}/episodes/:id","description":"<p>You can also update your episodes with the similar principle.</p>\n","urlObject":{"path":["episodes",":id"],"host":["{{URL}}"],"query":[],"variable":[{"description":{"content":"<p>The ID of the episode you want to update.</p>\n","type":"text/plain"},"type":"string","value":"{{EPISODEID}}","key":"id"}]}},"response":[{"id":"eb1e5b38-8f5a-48b1-a697-71bd61c49887","name":"Update Episode","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"shows_id","value":"{{SHOWID}}","description":"The ID of the show you want to update the episode to.","type":"text"},{"key":"title","value":"My Demo Episode","description":"The title for the current episode.","type":"text"},{"key":"itunes_title","value":"My Demo Episode for Apple Podcasts","description":"The title for the current episode specific to Apple Podcasts.","type":"text"},{"key":"media_id","value":"{{MEDIAID}}","description":"The ID of the media that you want to assign to this episode, the episode can't shift to 'Published' until it is assigned an active media file.","type":"text"},{"key":"date","value":"{{DATE}}","description":"This is the date the episode should be published, if this is set to the future the episode will be scheduled for that specific time with the current show timezone. If published in the past, it will make the episode live now (only if media file attached to episode).","type":"text"},{"key":"status","value":"Draft","description":"If you want to only draft the episode, you can set the status to \"Draft\", don't try and trick the system to set it to published if the dates don't match either!","type":"text"},{"key":"shownotes","value":"If you're viewing this, you're seeing my shownotes for this episode","description":"The shownotes for the current episode, maximum 4,000 characters.","type":"text"},{"key":"summary","value":"Wow, I've even got a demo episode summary.","description":"The Apple Podcasts summary for the current episode, maximum 4,000 characters.","type":"text"},{"key":"itunes_subtitle","value":"My Demo Episode - Subtitle","description":"The subtitle for the episode maximum 255 characters.","type":"text"},{"key":"author","value":"Demo User","description":"The author of the show, maximum 255 characters.","type":"text"},{"key":"episode_art","value":"https://artwork.captivate.fm/xxxxx-xxx-xxx-xxx/artwork.jpg","description":"The artwork for the episode, if you want to set one. URL.","type":"text"},{"key":"explicit","value":"","description":"The explicit rating for the episode, by default it will use the one set in your sho so this can be left empty.","type":"text"},{"key":"episode_type","value":"full","description":"This is the type of episode for Apple Podcasts, it can either be a 'full' episode which is a normal standard episode, a 'bonus' episode which means it's bonus content and finally a 'trailer' type which is just a trailer episode and should be under 10 minutes.","type":"text"},{"key":"episode_season","value":"1","description":"The episode number for the episode, if your show is set to 'serial' this is also very important.","type":"text"},{"key":"episode_number","value":"1","description":"The episode number for the episode, if your show is set to 'serial' this is also very important.","type":"text"},{"key":"donation_link","value":"https://demo.com/support-me","description":"The donation link is used in apps that support the donation link tag, this overrides the one set in the show settings.","type":"text"},{"key":"donation_text","value":"Support us on Patreon","description":"Override the default donation text.","type":"text"},{"key":"link","value":"https://demo.com","description":"The website address for the episode, must be a URL.","type":"text"},{"key":"itunes_block","value":"false","description":"*WARNING:* If you want this to be removed from Apple Podcasts, set this to true.","type":"text"}]},"url":{"raw":"{{URL}}/episodes/:id","host":["{{URL}}"],"path":["episodes",":id"],"variable":[{"key":"id","value":"{{EPISODEID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"POST, PUT, OPTIONS, DELETE, GET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Cache-Control, Content-Type, Accept, Authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"683-hNTfBYZdaAWAjkepz+UekSM1TfM\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Tue, 08 Oct 2019 22:27:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"errors\": [],\n    \"errfor\": {},\n    \"episode\": [\n        {\n            \"id\": \"{{EPISODEID}}\",\n            ....\n        }\n    ]\n}"}],"_postman_id":"47e753c7-3d6a-4113-9e9b-afbca5a3cfde"}],"id":"21502bf3-ca29-4800-839f-19ea2ba34bcc","_postman_id":"21502bf3-ca29-4800-839f-19ea2ba34bcc","description":"","auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":true,"source":{"_postman_id":"02d56853-540d-4792-9024-2859b30cbb4b","id":"02d56853-540d-4792-9024-2859b30cbb4b","name":"Captivate API","type":"collection"}}},{"name":"Media","item":[{"name":"Get Media","id":"3d8776a9-16ae-411c-a9b3-d2c47c1d122e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/media/:id","description":"<p>Get the information for this media ID.</p>\n","urlObject":{"path":["media",":id"],"host":["{{URL}}"],"query":[],"variable":[{"description":{"content":"<p>The ID of the media file you want to get access to.</p>\n","type":"text/plain"},"type":"string","value":"{{MEDIAID}}","key":"id"}]}},"response":[{"id":"532404ba-c959-4239-9918-1558c8a356fe","name":"Get Media","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/media/:id","host":["{{URL}}"],"path":["media",":id"],"variable":[{"key":"id","value":"{{MEDIAID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"POST, PUT, OPTIONS, DELETE, GET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Cache-Control, Content-Type, Accept, Authorization"},{"key":"Content-Type","value":"application/hal+json; charset=utf-8"},{"key":"Content-Length","value":"748"},{"key":"ETag","value":"W/\"2ec-W9KkvOkq4ggzaFrioAJfuRl+f8g\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 08 Oct 2019 21:30:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"media\": {\n        \"id\": \"{{MEDIAID}}\",\n\t\t...\n    }\n}"}],"_postman_id":"3d8776a9-16ae-411c-a9b3-d2c47c1d122e"},{"name":"Upload Media","id":"6895e7ec-96c9-4c58-920c-6850ea36ec00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>MP3 media file with fixed rate bit rate.</p>\n","type":"file","value":null}]},"url":"{{URL}}/shows/:id/media","description":"<p>You can easily upload your media episode here, just use the show ID to assign the media to this show and post the file over. We'll take care of the rest.</p>\n","urlObject":{"path":["shows",":id","media"],"host":["{{URL}}"],"query":[],"variable":[{"description":{"content":"<p>The ID of the show's library you want your media to be uploaded in.</p>\n","type":"text/plain"},"type":"string","value":"{{SHOWID}}","key":"id"}]}},"response":[{"id":"695d575a-a941-4aa7-a361-f9a533cb634d","name":"Upload Media","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","description":"MP3 media file with fixed rate bit rate.","type":"file","value":null}]},"url":{"raw":"{{URL}}/shows/:id/media","host":["{{URL}}"],"path":["shows",":id","media"],"variable":[{"key":"id","value":"{{SHOWID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"POST, PUT, OPTIONS, DELETE, GET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Cache-Control, Content-Type, Accept, Authorization"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Content-Type","value":"application/hal+json; charset=utf-8"},{"key":"Content-Length","value":"755"},{"key":"ETag","value":"W/\"2f3-OitgrFyXgIU8pEYzIDDNsmvpvu4\""},{"key":"Date","value":"Tue, 08 Oct 2019 21:46:54 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"media\": {\n        \"id\": \"{{MEDIAID}}\",\n        .....\n    }\n}"}],"_postman_id":"6895e7ec-96c9-4c58-920c-6850ea36ec00"},{"name":"Get Show Media","id":"a889dc36-356b-45b7-bd8c-e50cf434d598","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/shows/:id/media?offset=0&order=created_at&sort=DESC","description":"<p>This will get all the media for the given show ID, media can't be shared amongst different shows so this needs to be specific.</p>\n","urlObject":{"path":["shows",":id","media"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>The offset of the search, the limit is 20, this is used for pagination.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The field you want to order by for the pagination, used for data tables.</p>\n","type":"text/plain"},"key":"order","value":"created_at"},{"description":{"content":"<p>Simple DESC or ASC of this returned list.</p>\n","type":"text/plain"},"key":"sort","value":"DESC"}],"variable":[{"description":{"content":"<p>The ID of the show you want get the total media library for.</p>\n","type":"text/plain"},"type":"string","value":"{{SHOWID}}","key":"id"}]}},"response":[{"id":"066371d4-5d6b-4759-b799-c30dbfea6348","name":"Get Show Media","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/shows/:id/media?offset=0&order=created_at&sort=DESC","host":["{{URL}}"],"path":["shows",":id","media"],"query":[{"key":"offset","value":"0","description":"The offset of the search, the limit is 20, this is used for pagination."},{"key":"order","value":"created_at","description":"The field you want to order by for the pagination, used for data tables."},{"key":"sort","value":"DESC","description":"Simple DESC or ASC of this returned list."}],"variable":[{"key":"id","value":"{{SHOWID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"POST, PUT, OPTIONS, DELETE, GET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Cache-Control, Content-Type, Accept, Authorization"},{"key":"Content-Type","value":"application/hal+json; charset=utf-8"},{"key":"ETag","value":"W/\"2541-NwWjY/1pbcwxT5ZPy/+X1GvWsB0\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Tue, 08 Oct 2019 21:15:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"media\": [\n        {\n            \"id\": \"{{MEDIAID}}\",\n            \"media_url\": \"https://podcasts.captivate.fm/media/xxxxx-xxxx-xxxx-xxxx-xx/xxxx.mp3\",\n        },\n        ....\n    ],\n    \"limit\": 20,\n    \"totalCount\": 17\n}"}],"_postman_id":"a889dc36-356b-45b7-bd8c-e50cf434d598"},{"name":"Search Show Media","id":"c4fe8002-401d-49aa-b615-3e197e189beb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/shows/:id/media/search?search=Search Query&offset=0&order=created_at&sort=DESC","description":"<p>You can search by the media name of the media to try find the media.</p>\n","urlObject":{"path":["shows",":id","media","search"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>The query of what you are searching for, this looks through the media name.</p>\n","type":"text/plain"},"key":"search","value":"Search Query"},{"description":{"content":"<p>The offset of the search, the limit is 20, this is used for pagination.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The field you want to order by for the pagination, used for data tables.</p>\n","type":"text/plain"},"key":"order","value":"created_at"},{"description":{"content":"<p>Simple DESC or ASC of this returned list.</p>\n","type":"text/plain"},"key":"sort","value":"DESC"}],"variable":[{"description":{"content":"<p>The ID of the show you want searchh through the media library for.</p>\n","type":"text/plain"},"type":"string","value":"{{SHOWID}}","key":"id"}]}},"response":[{"id":"b0058779-50d4-4951-921f-3ae8a44abc82","name":"Search Show Media","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/shows/:id/media/search?search=Search Query&offset=0&order=created_at&sort=DESC","host":["{{URL}}"],"path":["shows",":id","media","search"],"query":[{"key":"search","value":"Search Query","description":"The query of what you are searching for, this looks through the media name."},{"key":"offset","value":"0","description":"The offset of the search, the limit is 20, this is used for pagination."},{"key":"order","value":"created_at","description":"The field you want to order by for the pagination, used for data tables."},{"key":"sort","value":"DESC","description":"Simple DESC or ASC of this returned list."}],"variable":[{"key":"id","value":"{{SHOWID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"POST, PUT, OPTIONS, DELETE, GET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Cache-Control, Content-Type, Accept, Authorization"},{"key":"Content-Type","value":"application/hal+json; charset=utf-8"},{"key":"Content-Length","value":"639"},{"key":"ETag","value":"W/\"27f-DHJCoAkUdgMqLH7QTAmQdt31vVo\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 08 Oct 2019 21:23:29 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"limit\": 20,\n    \"totalCount\": 1,\n    \"media\": [\n        {\n            \"id\": \"{{MEDIAID}}\",\n            \"media_url\": \"https://podcasts.captivate.fm/media/xxxxx-xxxx-xxxx-xxxx-xx/xxxx.mp3\",\n        }\n    ]\n}"}],"_postman_id":"c4fe8002-401d-49aa-b615-3e197e189beb"}],"id":"7ea4f0f3-906c-489c-ae8f-3adee05e61ec","_postman_id":"7ea4f0f3-906c-489c-ae8f-3adee05e61ec","description":"","auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":true,"source":{"_postman_id":"02d56853-540d-4792-9024-2859b30cbb4b","id":"02d56853-540d-4792-9024-2859b30cbb4b","name":"Captivate API","type":"collection"}}},{"name":"Analytics","item":[{"name":"Get Overview Analytics for Podcast","id":"909f00ba-c1f1-4760-8a6f-7bbe4da4aa2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/insights/{{SHOWID}}/overview?start={{START_DATE}}&end={{END_DATE}}&includeTopEpisodes=true","auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":true,"source":{"_postman_id":"02d56853-540d-4792-9024-2859b30cbb4b","id":"02d56853-540d-4792-9024-2859b30cbb4b","name":"Captivate API","type":"collection"}},"urlObject":{"path":["insights","{{SHOWID}}","overview"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>(optional) Select the startpoint for the period</p>\n","type":"text/plain"},"key":"start","value":"{{START_DATE}}"},{"description":{"content":"<p>(optional) Select the endpoint for the period</p>\n","type":"text/plain"},"key":"end","value":"{{END_DATE}}"},{"description":{"content":"<p>(optional) Get top episodes in terms of downloads over the given period</p>\n","type":"text/plain"},"key":"includeTopEpisodes","value":"true"}],"variable":[]}},"response":[],"_postman_id":"909f00ba-c1f1-4760-8a6f-7bbe4da4aa2e"},{"name":"Get Overview Analytics for a specific Episode","id":"79b3afc0-12cd-40bf-a86e-36c1d99ffc1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/insights/{{SHOWID}}/overview/{{EPISODEID}}?start={{START_DATE}}&end={{END_DATE}}","auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":true,"source":{"_postman_id":"02d56853-540d-4792-9024-2859b30cbb4b","id":"02d56853-540d-4792-9024-2859b30cbb4b","name":"Captivate API","type":"collection"}},"urlObject":{"path":["insights","{{SHOWID}}","overview","{{EPISODEID}}"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>(optional) Select the startpoint for the period</p>\n","type":"text/plain"},"key":"start","value":"{{START_DATE}}"},{"description":{"content":"<p>(optional) Select the endpoint for the period</p>\n","type":"text/plain"},"key":"end","value":"{{END_DATE}}"}],"variable":[]}},"response":[{"id":"b6cc3412-d50b-4ffe-99ef-3f3421fe67ea","name":"Get Overview Analytics for a specific Episode","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/insights/{{SHOWID}}/overview/{{EPISODEID}}?start={{START_DATE}}&end={{END_DATE}}","host":["{{URL}}"],"path":["insights","{{SHOWID}}","overview","{{EPISODEID}}"],"query":[{"key":"start","value":"{{START_DATE}}"},{"key":"end","value":"{{END_DATE}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"POST, PUT, PATCH, OPTIONS, DELETE, GET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Cache-Control, Content-Type, Accept, Authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"33"},{"key":"ETag","value":"W/\"21-1/1Ep2IFJUVQ07Qe952Pvcnbkdc\""},{"key":"cache-control","value":"max-age=5"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 01 Nov 2022 11:41:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"hits\": 61,\n    \"unique_listeners\": 59\n}"}],"_postman_id":"79b3afc0-12cd-40bf-a86e-36c1d99ffc1b"},{"name":"Get Average Analytics for Podcast","id":"e0c473eb-95c6-4570-8444-38f9cdeeaa95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/insights/{{SHOWID}}/averages?intervalDays=28","auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":true,"source":{"_postman_id":"02d56853-540d-4792-9024-2859b30cbb4b","id":"02d56853-540d-4792-9024-2859b30cbb4b","name":"Captivate API","type":"collection"}},"urlObject":{"path":["insights","{{SHOWID}}","averages"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>The length of the interval in days which will be used for the average.</p>\n","type":"text/plain"},"key":"intervalDays","value":"28"}],"variable":[]}},"response":[{"id":"07cffad4-8841-4828-8df4-b6f4a9fdde9f","name":"Get Average Analytics for Podcast","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{URL}}/insights/{{SHOWID}}/averages?intervalDays=28","host":["{{URL}}"],"path":["insights","{{SHOWID}}","averages"],"query":[{"key":"intervalDays","value":"28","description":"The length of the interval in days which will be used for the average. \n\nThe 'numberOfIntervals' response will say how many of these intervals there have been since the first recorded download."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"POST, PUT, PATCH, OPTIONS, DELETE, GET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Cache-Control, Content-Type, Accept, Authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"ETag","value":"W/\"43-C4C43U4IEwbKM9NUPxS4Jr0YPpE\""},{"key":"cache-control","value":"max-age=5"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 01 Nov 2022 11:39:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"hits\": 34503,\n    \"average\": 757,\n    \"numberOfIntervals\": 45.607142857142854\n}"}],"_postman_id":"e0c473eb-95c6-4570-8444-38f9cdeeaa95"},{"name":"Get All-Time Total for Podcast","id":"ca1f0aa5-03b5-4567-9d3f-d5fd86dd34cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/insights/{{SHOWID}}/total","auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":true,"source":{"_postman_id":"02d56853-540d-4792-9024-2859b30cbb4b","id":"02d56853-540d-4792-9024-2859b30cbb4b","name":"Captivate API","type":"collection"}},"urlObject":{"path":["insights","{{SHOWID}}","total"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"3e1e75fa-049f-48e0-a937-54c001cf740d","name":"Get All-Time Total for Podcast","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/insights/{{SHOWID}}/total"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"POST, PUT, PATCH, OPTIONS, DELETE, GET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Cache-Control, Content-Type, Accept, Authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"14"},{"key":"ETag","value":"W/\"e-jYMQzJqZ/Yk5NFpNjKt7XGXr8QM\""},{"key":"cache-control","value":"max-age=5"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 01 Nov 2022 11:51:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"hits\": 34503\n}"}],"_postman_id":"ca1f0aa5-03b5-4567-9d3f-d5fd86dd34cf"},{"name":"Get All-Time Total for Episode","id":"912a2a8f-6509-447b-95d5-953022a0cdb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/insights/{{SHOWID}}/total/{{EPISODEID}}","auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":true,"source":{"_postman_id":"02d56853-540d-4792-9024-2859b30cbb4b","id":"02d56853-540d-4792-9024-2859b30cbb4b","name":"Captivate API","type":"collection"}},"urlObject":{"path":["insights","{{SHOWID}}","total","{{EPISODEID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"f57774a7-06a2-4474-9f5c-3ca6d00269ec","name":"Get All-Time Total for Episode","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/insights/{{SHOWID}}/total/{{EPISODEID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"POST, PUT, PATCH, OPTIONS, DELETE, GET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Cache-Control, Content-Type, Accept, Authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"ETag","value":"W/\"b-QirWq4YbPwihNE3VaLP6AxAfgW4\""},{"key":"cache-control","value":"max-age=5"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 01 Nov 2022 11:53:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"hits\": 73\n}"}],"_postman_id":"912a2a8f-6509-447b-95d5-953022a0cdb3"},{"name":"Get Month-by-Month Analytics for Podcast","id":"6d74b6c3-efa0-4483-b081-d9aabfd6ca5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/insights/{{SHOWID}}/monthly","auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":true,"source":{"_postman_id":"02d56853-540d-4792-9024-2859b30cbb4b","id":"02d56853-540d-4792-9024-2859b30cbb4b","name":"Captivate API","type":"collection"}},"urlObject":{"path":["insights","{{SHOWID}}","monthly"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"451b4671-6d39-460d-8d9c-e3540507e4cd","name":"Get Month-by-Month Analytics for Podcast","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/insights/{{SHOWID}}/monthly"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"POST, PUT, PATCH, OPTIONS, DELETE, GET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Cache-Control, Content-Type, Accept, Authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"443"},{"key":"ETag","value":"W/\"1bb-PFVejSmkVQrberpjMGJKKzT92yA\""},{"key":"cache-control","value":"max-age=5"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 01 Nov 2022 11:58:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"past_12_months\": [\n        {\n            \"x\": \"November 2021\",\n            \"y\": 678\n        },\n        {\n            \"x\": \"December 2021\",\n            \"y\": 492\n        },\n        {\n            \"x\": \"January 2022\",\n            \"y\": 727\n        },\n        {\n            \"x\": \"February 2022\",\n            \"y\": 691\n        },\n        {\n            \"x\": \"March 2022\",\n            \"y\": 573\n        },\n        {\n            \"x\": \"April 2022\",\n            \"y\": 945\n        },\n        {\n            \"x\": \"May 2022\",\n            \"y\": 663\n        },\n        {\n            \"x\": \"June 2022\",\n            \"y\": 672\n        },\n        {\n            \"x\": \"July 2022\",\n            \"y\": 1043\n        },\n        {\n            \"x\": \"August 2022\",\n            \"y\": 389\n        },\n        {\n            \"x\": \"September 2022\",\n            \"y\": 583\n        },\n        {\n            \"x\": \"October 2022\",\n            \"y\": 583\n        },\n        {\n            \"x\": \"November 2022\",\n            \"y\": 4\n        }\n    ],\n    \"this_month\": 4,\n    \"total_downloads_in_past_12_months\": 8043\n}"}],"_postman_id":"6d74b6c3-efa0-4483-b081-d9aabfd6ca5e"},{"name":"Get Month-by-Month Analytics for Episode","id":"3ec63e25-ebbc-4fee-9b33-bca8c4b8d4b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/insights/{{SHOWID}}/monthly/{{EPISODEID}}","auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":true,"source":{"_postman_id":"02d56853-540d-4792-9024-2859b30cbb4b","id":"02d56853-540d-4792-9024-2859b30cbb4b","name":"Captivate API","type":"collection"}},"urlObject":{"path":["insights","{{SHOWID}}","monthly","{{EPISODEID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"c8c8a456-3f24-477e-a5b9-c4d1a96bb4f8","name":"Get Month-by-Month Analytics for Episode","originalRequest":{"method":"GET","header":[],"url":"{{URL}}/insights/{{SHOWID}}/monthly/{{EPISODEID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"POST, PUT, PATCH, OPTIONS, DELETE, GET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Cache-Control, Content-Type, Accept, Authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"417"},{"key":"ETag","value":"W/\"1a1-+WJhDkZijzYt7ZxUKGGSqPNHpdk\""},{"key":"cache-control","value":"max-age=5"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 01 Nov 2022 11:59:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"past_12_months\": [\n        {\n            \"x\": \"November 2021\",\n            \"y\": 0\n        },\n        {\n            \"x\": \"December 2021\",\n            \"y\": 0\n        },\n        {\n            \"x\": \"January 2022\",\n            \"y\": 0\n        },\n        {\n            \"x\": \"February 2022\",\n            \"y\": 0\n        },\n        {\n            \"x\": \"March 2022\",\n            \"y\": 0\n        },\n        {\n            \"x\": \"April 2022\",\n            \"y\": 0\n        },\n        {\n            \"x\": \"May 2022\",\n            \"y\": 0\n        },\n        {\n            \"x\": \"June 2022\",\n            \"y\": 0\n        },\n        {\n            \"x\": \"July 2022\",\n            \"y\": 0\n        },\n        {\n            \"x\": \"August 2022\",\n            \"y\": 0\n        },\n        {\n            \"x\": \"September 2022\",\n            \"y\": 70\n        },\n        {\n            \"x\": \"October 2022\",\n            \"y\": 3\n        },\n        {\n            \"x\": \"November 2022\",\n            \"y\": 0\n        }\n    ],\n    \"this_month\": 0,\n    \"total_downloads_in_past_12_months\": 73\n}"}],"_postman_id":"3ec63e25-ebbc-4fee-9b33-bca8c4b8d4b6"},{"name":"Get Analytics in Range for Podcast","id":"42ee4fe1-c11a-4c17-90bb-a77ab92e95e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"start\": \"{{START_DATE}}\",\n    \"end\": \"{{END_DATE}}\",\n    \"interval\": \"1d\",\n    \"timezone\": \"America/New_York\",\n    \"countryCode\": null,\n    \"types\": [\n        \"byLocation\",\n        \"byUserAgentBrowser\",\n        \"byUserAgentOs\",\n        \"byUserAgentDevice\",\n        \"byEpisode\",\n        \"byPrivateSubscriber\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/insights/{{SHOWID}}/range","auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":true,"source":{"_postman_id":"02d56853-540d-4792-9024-2859b30cbb4b","id":"02d56853-540d-4792-9024-2859b30cbb4b","name":"Captivate API","type":"collection"}},"urlObject":{"path":["insights","{{SHOWID}}","range"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"42ee4fe1-c11a-4c17-90bb-a77ab92e95e9"},{"name":"Get Analytics in Range for Episode","id":"8d585c69-cacf-4da8-9951-8a3a68679611","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"start\": \"{{START_DATE}}\",\n    \"end\": \"{{END_DATE}}\",\n    \"interval\": \"1d\",\n    \"timezone\": \"America/New_York\",\n    \"countryCode\": null,\n    \"types\": [\n        \"byLocation\",\n        \"byUserAgentBrowser\",\n        \"byUserAgentOs\",\n        \"byUserAgentDevice\",\n        \"byPrivateSubscriber\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/insights/{{SHOWID}}/range/{{EPISODEID}}","auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":true,"source":{"_postman_id":"02d56853-540d-4792-9024-2859b30cbb4b","id":"02d56853-540d-4792-9024-2859b30cbb4b","name":"Captivate API","type":"collection"}},"urlObject":{"path":["insights","{{SHOWID}}","range","{{EPISODEID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d585c69-cacf-4da8-9951-8a3a68679611"},{"name":"Get Analytics Comparison between Episodes","id":"18b5dd98-4042-4203-b26f-ebfe82c8d963","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": \"{{EPISODE_ID}}\",\n        \"title\": \"My Episode Title\",\n        \"published_date\": \"{{END_DATE}}\"\n    },\n    {\n        \"id\": \"{{EPISODE_ID}}\",\n        \"title\": \"My Episode Title 2\",\n        \"published_date\": \"{{START_DATE}}\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{URL}}/insights/{{SHOWID}}/compare","auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":true,"source":{"_postman_id":"02d56853-540d-4792-9024-2859b30cbb4b","id":"02d56853-540d-4792-9024-2859b30cbb4b","name":"Captivate API","type":"collection"}},"urlObject":{"path":["insights","{{SHOWID}}","compare"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"18b5dd98-4042-4203-b26f-ebfe82c8d963"},{"name":"Get Web Player Analytics for Podcast","id":"c4dd42da-28c6-4e11-824c-b313cdb3e140","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"dateRange\": {\n        \"gte\": \"{{START_DATE}}\",\n        \"lte\": \"{{END_DATE}}\"\n    },\n    \"duration\": \"1700\",\n    \"timezone\": \"America/New_York\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/insights/{{SHOWID}}/web-player/{{EPISODEID}}","auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":true,"source":{"_postman_id":"02d56853-540d-4792-9024-2859b30cbb4b","id":"02d56853-540d-4792-9024-2859b30cbb4b","name":"Captivate API","type":"collection"}},"urlObject":{"path":["insights","{{SHOWID}}","web-player","{{EPISODEID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"845869b5-db97-450c-8d04-fa612c279300","name":"Get Web Player Analytics for Podcast","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"dateRange\": {\n        \"gte\": \"{{START_DATE}}\",\n        \"lte\": \"{{END_DATE}}\"\n    },\n    \"duration\": \"1700\",\n    \"timezone\": \"America/New_York\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/insights/{{SHOWID}}/web-player/{{EPISODEID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Methods","value":"POST, PUT, PATCH, OPTIONS, DELETE, GET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Cache-Control, Content-Type, Accept, Authorization"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"f43-50H5g3tH2qioTxHChqbnfk9FiwE\""},{"key":"cache-control","value":"max-age=5"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Tue, 01 Nov 2022 15:59:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"listenerCount\": 3,\n    \"totalRepeatedSeconds\": 0,\n    \"totalListenedSeconds\": 4715,\n    \"averagePercentageListened\": 92.45098039215686,\n    \"averageCoverage\": {\n        \"0\": 70,\n        \"10\": 100,\n        \"20\": 100,\n        \"30\": 100,\n        \"40\": 100,\n        \"50\": 100,\n        \"60\": 100,\n        \"70\": 100,\n        \"80\": 100,\n        \"90\": 100,\n        \"100\": 100,\n        \"110\": 100,\n        \"120\": 100,\n        \"130\": 100,\n        \"140\": 100,\n        \"150\": 100,\n        \"160\": 100,\n        \"170\": 100,\n        \"180\": 100,\n        \"190\": 100,\n        \"200\": 100,\n        \"210\": 100,\n        \"220\": 100,\n        \"230\": 100,\n        \"240\": 100,\n        \"250\": 100,\n        \"260\": 100,\n        \"270\": 100,\n        \"280\": 100,\n        \"290\": 100,\n        \"300\": 100,\n        \"310\": 100,\n        \"320\": 100,\n        \"330\": 100,\n        \"340\": 100,\n        \"350\": 100,\n        \"360\": 100,\n        \"370\": 100,\n        \"380\": 100,\n        \"390\": 100,\n        \"400\": 100,\n        \"410\": 100,\n        \"420\": 100,\n        \"430\": 100,\n        \"440\": 100,\n        \"450\": 100,\n        \"460\": 100,\n        \"470\": 100,\n        \"480\": 100,\n        \"490\": 100,\n        \"500\": 100,\n        \"510\": 100,\n        \"520\": 100,\n        \"530\": 100,\n        \"540\": 100,\n        \"550\": 100,\n        \"560\": 100,\n        \"570\": 100,\n        \"580\": 100,\n        \"590\": 100,\n        \"600\": 100,\n        \"610\": 100,\n        \"620\": 100,\n        \"630\": 100,\n        \"640\": 100,\n        \"650\": 100,\n        \"660\": 100,\n        \"670\": 100,\n        \"680\": 100,\n        \"690\": 100,\n        \"700\": 100,\n        \"710\": 100,\n        \"720\": 100,\n        \"730\": 100,\n        \"740\": 100,\n        \"750\": 100,\n        \"760\": 100,\n        \"770\": 100,\n        \"780\": 100,\n        \"790\": 100,\n        \"800\": 100,\n        \"810\": 100,\n        \"820\": 100,\n        \"830\": 100,\n        \"840\": 100,\n        \"850\": 100,\n        \"860\": 100,\n        \"870\": 100,\n        \"880\": 100,\n        \"890\": 100,\n        \"900\": 100,\n        \"910\": 100,\n        \"920\": 100,\n        \"930\": 100,\n        \"940\": 100,\n        \"950\": 100,\n        \"960\": 100,\n        \"970\": 100,\n        \"980\": 100,\n        \"990\": 100,\n        \"1000\": 100,\n        \"1010\": 100,\n        \"1020\": 100,\n        \"1030\": 100,\n        \"1040\": 100,\n        \"1050\": 100,\n        \"1060\": 100,\n        \"1070\": 100,\n        \"1080\": 100,\n        \"1090\": 100,\n        \"1100\": 100,\n        \"1110\": 100,\n        \"1120\": 100,\n        \"1130\": 100,\n        \"1140\": 100,\n        \"1150\": 100,\n        \"1160\": 100,\n        \"1170\": 100,\n        \"1180\": 100,\n        \"1190\": 100,\n        \"1200\": 100,\n        \"1210\": 100,\n        \"1220\": 100,\n        \"1230\": 100,\n        \"1240\": 100,\n        \"1250\": 100,\n        \"1260\": 100,\n        \"1270\": 100,\n        \"1280\": 100,\n        \"1290\": 100,\n        \"1300\": 100,\n        \"1310\": 100,\n        \"1320\": 100,\n        \"1330\": 100,\n        \"1340\": 100,\n        \"1350\": 100,\n        \"1360\": 100,\n        \"1370\": 100,\n        \"1380\": 100,\n        \"1390\": 86.66666666666666,\n        \"1400\": 66.66666666666666,\n        \"1410\": 66.66666666666666,\n        \"1420\": 66.66666666666666,\n        \"1430\": 66.66666666666666,\n        \"1440\": 66.66666666666666,\n        \"1450\": 66.66666666666666,\n        \"1460\": 66.66666666666666,\n        \"1470\": 66.66666666666666,\n        \"1480\": 66.66666666666666,\n        \"1490\": 66.66666666666666,\n        \"1500\": 66.66666666666666,\n        \"1510\": 66.66666666666666,\n        \"1520\": 60,\n        \"1530\": 33.33333333333333,\n        \"1540\": 33.33333333333333,\n        \"1550\": 33.33333333333333,\n        \"1560\": 33.33333333333333,\n        \"1570\": 33.33333333333333,\n        \"1580\": 40,\n        \"1590\": 66.66666666666666,\n        \"1600\": 66.66666666666666,\n        \"1610\": 66.66666666666666,\n        \"1620\": 66.66666666666666,\n        \"1630\": 66.66666666666666,\n        \"1640\": 66.66666666666666,\n        \"1650\": 66.66666666666666,\n        \"1660\": 66.66666666666666,\n        \"1670\": 66.66666666666666,\n        \"1680\": 66.66666666666666,\n        \"1690\": 26.666666666666668\n    },\n    \"totalCoverage\": {\n        \"0\": 21,\n        \"10\": 30,\n        \"20\": 30,\n        \"30\": 30,\n        \"40\": 30,\n        \"50\": 30,\n        \"60\": 30,\n        \"70\": 30,\n        \"80\": 30,\n        \"90\": 30,\n        \"100\": 30,\n        \"110\": 30,\n        \"120\": 30,\n        \"130\": 30,\n        \"140\": 30,\n        \"150\": 30,\n        \"160\": 30,\n        \"170\": 30,\n        \"180\": 30,\n        \"190\": 30,\n        \"200\": 30,\n        \"210\": 30,\n        \"220\": 30,\n        \"230\": 30,\n        \"240\": 30,\n        \"250\": 30,\n        \"260\": 30,\n        \"270\": 30,\n        \"280\": 30,\n        \"290\": 30,\n        \"300\": 30,\n        \"310\": 30,\n        \"320\": 30,\n        \"330\": 30,\n        \"340\": 30,\n        \"350\": 30,\n        \"360\": 30,\n        \"370\": 30,\n        \"380\": 30,\n        \"390\": 30,\n        \"400\": 30,\n        \"410\": 30,\n        \"420\": 30,\n        \"430\": 30,\n        \"440\": 30,\n        \"450\": 30,\n        \"460\": 30,\n        \"470\": 30,\n        \"480\": 30,\n        \"490\": 30,\n        \"500\": 30,\n        \"510\": 30,\n        \"520\": 30,\n        \"530\": 30,\n        \"540\": 30,\n        \"550\": 30,\n        \"560\": 30,\n        \"570\": 30,\n        \"580\": 30,\n        \"590\": 30,\n        \"600\": 30,\n        \"610\": 30,\n        \"620\": 30,\n        \"630\": 30,\n        \"640\": 30,\n        \"650\": 30,\n        \"660\": 30,\n        \"670\": 30,\n        \"680\": 30,\n        \"690\": 30,\n        \"700\": 30,\n        \"710\": 30,\n        \"720\": 30,\n        \"730\": 30,\n        \"740\": 30,\n        \"750\": 30,\n        \"760\": 30,\n        \"770\": 30,\n        \"780\": 30,\n        \"790\": 30,\n        \"800\": 30,\n        \"810\": 30,\n        \"820\": 30,\n        \"830\": 30,\n        \"840\": 30,\n        \"850\": 30,\n        \"860\": 30,\n        \"870\": 30,\n        \"880\": 30,\n        \"890\": 30,\n        \"900\": 30,\n        \"910\": 30,\n        \"920\": 30,\n        \"930\": 30,\n        \"940\": 30,\n        \"950\": 30,\n        \"960\": 30,\n        \"970\": 30,\n        \"980\": 30,\n        \"990\": 30,\n        \"1000\": 30,\n        \"1010\": 30,\n        \"1020\": 30,\n        \"1030\": 30,\n        \"1040\": 30,\n        \"1050\": 30,\n        \"1060\": 30,\n        \"1070\": 30,\n        \"1080\": 30,\n        \"1090\": 30,\n        \"1100\": 30,\n        \"1110\": 30,\n        \"1120\": 30,\n        \"1130\": 30,\n        \"1140\": 30,\n        \"1150\": 30,\n        \"1160\": 30,\n        \"1170\": 30,\n        \"1180\": 30,\n        \"1190\": 30,\n        \"1200\": 30,\n        \"1210\": 30,\n        \"1220\": 30,\n        \"1230\": 30,\n        \"1240\": 30,\n        \"1250\": 30,\n        \"1260\": 30,\n        \"1270\": 30,\n        \"1280\": 30,\n        \"1290\": 30,\n        \"1300\": 30,\n        \"1310\": 30,\n        \"1320\": 30,\n        \"1330\": 30,\n        \"1340\": 30,\n        \"1350\": 30,\n        \"1360\": 30,\n        \"1370\": 30,\n        \"1380\": 30,\n        \"1390\": 26,\n        \"1400\": 20,\n        \"1410\": 20,\n        \"1420\": 20,\n        \"1430\": 20,\n        \"1440\": 20,\n        \"1450\": 20,\n        \"1460\": 20,\n        \"1470\": 20,\n        \"1480\": 20,\n        \"1490\": 20,\n        \"1500\": 20,\n        \"1510\": 20,\n        \"1520\": 18,\n        \"1530\": 10,\n        \"1540\": 10,\n        \"1550\": 10,\n        \"1560\": 10,\n        \"1570\": 10,\n        \"1580\": 12,\n        \"1590\": 20,\n        \"1600\": 20,\n        \"1610\": 20,\n        \"1620\": 20,\n        \"1630\": 20,\n        \"1640\": 20,\n        \"1650\": 20,\n        \"1660\": 20,\n        \"1670\": 20,\n        \"1680\": 20,\n        \"1690\": 8\n    }\n}"}],"_postman_id":"c4dd42da-28c6-4e11-824c-b313cdb3e140"}],"id":"96f13d04-779d-4162-a336-4ee253e1a4f4","_postman_id":"96f13d04-779d-4162-a336-4ee253e1a4f4","description":"","auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"},"isInherited":true,"source":{"_postman_id":"02d56853-540d-4792-9024-2859b30cbb4b","id":"02d56853-540d-4792-9024-2859b30cbb4b","name":"Captivate API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"token":"{{TOKEN}}"}},"event":[{"listen":"prerequest","script":{"id":"dc6b90ef-39e9-4dcb-a14e-28f65fd60217","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"66b11acb-f4f8-47f0-aedf-cd50d64a4f33","type":"text/javascript","exec":[""]}}]}