{"info":{"_postman_id":"2b5894f3-7c27-48d6-98d9-e53fbe743635","name":"PodMN","description":"<html><head></head><body><p>This is the documentation for the PodMN API owned and operated by Hubbard Radio. All public endpoints are shown in this document with explanation and sample data. For secrect keys, access tokens, and any other security credentials needed, please reach out to PodMN (<a href=\"mailto:devs@podmn.com\">devs@podmn.com</a>).</p>\n<p>Certain endpoints require credentials and authentication. The API uses Oauth 2.0. Instructions on retrieving and refreshing access tokens will be below.</p>\n<p>Also, each request should include the header <code>Accept: application/json</code>. This will force the API to always respond with a JSON message.</p>\n<p>NOTE that most GET endpoints allow for built in pagination and ordering. The parameters to include would be <strong>limit</strong> and <strong>page</strong> for pagination. Though setting just <strong>limit</strong> will return data with instructions on retrieving the rest. The parameters to include for ordering are <strong>orderBy</strong> and optionally <strong>orderByDir</strong> (default value is <code>asc</code>). If you would like to order podcasts by title for example, include the parameter <code>orderBy=title</code> and if you would like to order results decending you would need to include <code>orderByDir=desc</code>. An additional parameter (Admins Only) is <strong>filters</strong>. You can set multiples like <strong>filter[field]=value</strong> for certain object types. You can have multiples. The default operator for multiples is AND but you can set <strong>filterIsOr=1</strong> to use OR.</p>\n<p>Administrator roles have an additional filter parameter for most endpoints to include \"trashed\" records (records that have been soft deleted). The parameter takes two values \"with\" or \"only\". Using \"with\" will include trashed records with results while \"only\" returns only trashed records.</p>\n<p><code>trashed=with</code>\n<code>trashed=only</code></p>\n<p>Development API Endpoint: <strong>{{url}}</strong></p>\n<p>Standard Login | Registration\n: <a href=\"https://docs.google.com/document/d/1k19nawmPvbnFq1LKxi15xic4vU5vHXZ1VVdzZDB-doc/edit?usp=sharing\">https://docs.google.com/document/d/1k19nawmPvbnFq1LKxi15xic4vU5vHXZ1VVdzZDB-doc/edit?usp=sharing</a></p>\n<p>Social Login | Registration\n: <a href=\"https://docs.google.com/document/d/17oCB_jpz-GSoez116lIyCyoOOZE-DwdccyvOS3uw3w0/edit?usp=sharing\">https://docs.google.com/document/d/17oCB_jpz-GSoez116lIyCyoOOZE-DwdccyvOS3uw3w0/edit?usp=sharing</a></p>\n<p>Listen Events\n: <a href=\"https://docs.google.com/document/d/1CZnGSnhTV3Hum0gCjsOiKeG23UOgY5k-TVtvlHKxqjk/edit?usp=sharing\">https://docs.google.com/document/d/1CZnGSnhTV3Hum0gCjsOiKeG23UOgY5k-TVtvlHKxqjk/edit?usp=sharing</a></p>\n<p>Login | Registration Workflow \n: <a href=\"https://drive.google.com/file/d/1CYEChxkTYFY80A0C3LpQxIvTMAOjUS_H/view?usp=sharing\">https://drive.google.com/file/d/1CYEChxkTYFY80A0C3LpQxIvTMAOjUS_H/view?usp=sharing</a></p>\n<p>Client Access Token\n: Endpoint such as for <code>devices</code> require authentication, but may not have a user. Using the grant_type: client_credentials will allow the app to fetch a bearer token and allow for posting data to those endpoints.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl -X POST \\\n  https://api-local.podmn.com/oauth/token \\\n  -H 'Content-Type: application/json' \\\n  -H 'Postman-Token: fb4b6c46-5ceb-452f-991c-c0975e66c6dd' \\\n  -H 'cache-control: no-cache' \\\n  -d '{\n    \"grant_type\": \"client_credentials\",\n    \"client_id\": \"2\",\n    \"client_secret\": \"1Wu9U6FFx21iVuDQLBSZsIl5jea5cwqXt3lnFdhm\",\n    \"scope\": \"\"\n}'\n</code></pre></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1554397","collectionId":"2b5894f3-7c27-48d6-98d9-e53fbe743635","publishedId":"UVsMtjs5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-03-16T14:43:13.000Z"},"item":[{"name":"activities","item":[{"name":"Store device activity","id":"e4de6ff6-c11a-4d92-b0c0-982a19e11622","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"device_id\": 9,\n\t\"event\": \"view\",\n\t\"event_type\": \"podcast\",\n\t\"event_type_id\": 68,\n\t\"user_id\": 4\n}"},"url":"{{url}}/activities","description":"<p>Endpoint requires client bearer token.</p>\n<p>This endpoint is used to store device activity. All of the sample payload fields are required with exception of user id.</p>\n<p>Sample payload:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"device_id\": 9,\n    \"event\": \"view\",\n    \"event_type\": \"podcast\",\n    \"event_type_id\": 68,\n    \"user_id\": 4\n}\n</code></pre><p>Currently only tracking single event is \"view\" and only tracing event type \"podcast\". This will likely expand to episodes and rewards later.</p>\n","urlObject":{"path":["activities"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4de6ff6-c11a-4d92-b0c0-982a19e11622"}],"id":"7b38fdb7-8c50-4e53-86fd-57213f93a335","_postman_id":"7b38fdb7-8c50-4e53-86fd-57213f93a335","description":""},{"name":"oauth","item":[{"name":"email","item":[{"name":"Email Confirmation Resend","id":"cde068e0-2aea-4d5e-b2c5-d6f64c84c607","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/oauth/email/resend","description":"<p>Endpoint for authenticated user who has not verified email confirmation (user-&gt;email_verified_at === null) can trigger a new e-mail with email confirmation link.</p>\n<p>Must be an authenticated user to trigger.</p>\n","urlObject":{"path":["oauth","email","resend"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cde068e0-2aea-4d5e-b2c5-d6f64c84c607"}],"id":"ca057f6f-9280-4336-93d7-f0456ef3f6da","_postman_id":"ca057f6f-9280-4336-93d7-f0456ef3f6da","description":""},{"name":"password","item":[{"name":"Forgot Password","id":"05c0a9fc-75fb-43e6-b618-a9733bc9cca5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"aaron94@volkman.com\"\n}"},"url":"{{url}}/oauth/password/email","description":"<p>Endopoint to reset user password. Requires client token and email address for payload.</p>\n<p>Payload example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"email\": \"test-user@podmn.com\"\n}\n</code></pre>","urlObject":{"path":["oauth","password","email"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"05c0a9fc-75fb-43e6-b618-a9733bc9cca5"}],"id":"924d4e4f-7b23-4a8b-bd18-124bd4af3fb0","_postman_id":"924d4e4f-7b23-4a8b-bd18-124bd4af3fb0","description":""},{"name":"Fetch Access Token","event":[{"listen":"prerequest","script":{"id":"dc4e91ff-be6a-40f4-9bf2-96f15703e6d2","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"afdb1b71-d8be-47fb-bd7b-2a87a10bec9c","exec":["pm.test(\"Set Access and Refresh Tokens\", function () {","    var jsonData = pm.response.json();","    pm.environment.set(\"access_token\", jsonData.access_token);","    pm.environment.set(\"refresh_token\", jsonData.refresh_token);","});"],"type":"text/javascript"}}],"id":"3f42995d-2035-47c8-bf27-e09b4bedb140","request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","type":"text"},{"key":"client_id","value":"2","type":"text"},{"key":"client_secret","value":"QOWD72bicVepkVl7YvYQ1DA98NBQhAlkmO023Uoq","type":"text"},{"key":"scope","value":"","type":"text"},{"key":"username","value":"root@podmn.com","type":"text"},{"key":"password","value":"password","type":"text"}]},"url":"{{url}}/oauth/token","description":"<p>Fetch a new access token with password credentials</p>\n","urlObject":{"path":["oauth","token"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"623f6da6-1d54-4b44-ae06-9b42ab3ef86f","name":"Fetch Access Token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","type":"text"},{"key":"client_id","value":"{{oauth_client_id}}","type":"text"},{"key":"client_secret","value":"{{oauth_client_secret}}","type":"text"},{"key":"scope","value":"","type":"text"},{"key":"username","value":"test-user@podmn.com","type":"text"},{"key":"password","value":"password","type":"text"}]},"url":"{{url}}/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1859","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 13 Jul 2018 14:38:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"58","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."}],"cookie":[{"expires":"Fri Jul 13 2018 16:01:03 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6InFFOU9qcVpEaUpObTdtUUYxR0NMdWc9PSIsInZhbHVlIjoiZk1uaHRyK1FQTkY2QjhjejMzbWU0U1hTZktWQmxYUkpsaWFsaFJiS1VlXC9JNFFuSnEzRDA5Q2NtNGI4NmhRWFdBaENQbUxjSW93OTRBXC9uNEVjb1czUT09IiwibWFjIjoiYWVjMDUyMGJlNDZiYTg0NjFiODljNTUwOWVlOTNhN2EwZTVkMjhkZjIyNzQ2NGUzNzU3MTU0OTc5YTU5M2NkZCJ9","key":"XSRF-TOKEN"},{"expires":"Fri Jul 13 2018 16:01:03 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6InQ5THB1YjM1K3hDRGU5UG03VFlJM3c9PSIsInZhbHVlIjoiTEpVMlp2K0RJNnpWYk1EMjlWaVFIcjBpMmsxN2YyS3prK0Q4YzNsXC80YnB1KzY3RTZvVWtuWTVBemo2NHd1K2FjMitmVWp3eFZ1UkxSckhYSXlCbUR3PT0iLCJtYWMiOiJjNTAwNmQ3N2Y3YTc2NjZlYzgzY2QyNGUzZGYzOWNkNmI0YTk3NmRmMmM2ZTg5NzQxMDgyOTdiZjEzYzdmZTBhIn0%3D","key":"podmn_session"}],"responseTime":null,"body":"{\"token_type\":\"Bearer\",\"expires_in\":31536000,\"access_token\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6Ijc0ZjRjNGZjNjEwZTU2NDgzNGVkNjI3MDlhNWVmZmZkYWVjZmQxMGI1Nzg4ZDBkNzdiNTRlYmRjMWVjYTE0ODU4MGFlNDc2ZDdlMzNiNWE0In0.eyJhdWQiOiIyIiwianRpIjoiNzRmNGM0ZmM2MTBlNTY0ODM0ZWQ2MjcwOWE1ZWZmZmRhZWNmZDEwYjU3ODhkMGQ3N2I1NGViZGMxZWNhMTQ4NTgwYWU0NzZkN2UzM2I1YTQiLCJpYXQiOjE1MzE0OTI2OTMsIm5iZiI6MTUzMTQ5MjY5MywiZXhwIjoxNTYzMDI4NjkzLCJzdWIiOiI0Iiwic2NvcGVzIjpbXX0.I1cx_8pCGo3t-CGtnK9VDNERbNV9VIOujvhL2xWt_yxnvzJkUobgOIl0NJOXTzfwNkpd-bwTqkdsVqgeMxmiYZkoeuPHLtRJ_6aS2Sd7bgulerLkER_mgvXcSMdlpaJeFuEHbQdve1iviPEao7eWduXzhRm2HCCXWhuH85QhbntoWu6iKs-nhTD2AK7yOpBKnSArVaLgZCa1gXoaSoplxLDg58QxJVqufARWHH1uY2ffdNfPew-3y2k6vLcp3vHLgyTl_OBTYPgImYSCviUejAmh7nHGVviaBMfG4tJv1wybcpkpPSEJS-YOZg77v8LJxQ2IE3o8eSyTAM_vgR1cO3BS8HyxEYp1KvvQ1IlglOHZwzc55kcvIcVHgMbq2Tri0AAQb3jbLjIdisIYStLy5CiharL2TS6k25T3Tw7V0ySyPjpKBoCb9HwxKg2V302CbnT2UOopp_Snu_B1NVhnkNGr7CjJkGgWqq_gYwNnh5zJY_-aVK54sxJY5cdcEeMaryaF8WgoNyB0oMcmHk2q7y_LMchp8KsGOG9Eh7CkMYzkrbbH2h729AaRG0KikahTTw5g8xNYvVy25qFNv22iYmFsso-sMf3hPMHqD4YKaaB118tfFwNCq--PeOE-0ipxSADUM_ldlHj2BNOkBqOTB26m5OzvW8bxQsZ03tQyjTY\",\"refresh_token\":\"def50200347f46903a038833e91fb12e15610751eefba542acf155984239efc2218bc6469bb6c4bc9b0f025c59d97bf0a2fb051e90e41482cdec6c2e6076a7891cefb5b8a8f9f885a053fa6013adf060a4e1c4c292decdd7503e86fc02ddf5ddec6c5105042fb5094b3c8954d05ff196df60725c58fcf92524a546dc0bc7dd8dec333ee230c906897996cc4c4ff78291a6695c8c3b581c790c94f1460d9798f62f3925cf5e9992c9b67bfd3bf294954682a90173c05ca4bba7ad6cb97bafd0439820583c7dee837a6c8f730fcdda49afd6fb2ded2cff166cb05b8715a5d89b0dfcb763739747ca4600d3a11fdff3d29c293440020f4cea89eb20f83db9205a9220e55c6ae8e8fe627934c6e088ff48ab0e727cb023a62698085033f7dabe452044b7fcb97b60c6e50382759325e0a5bc125906b482184f67bf1d3dc04cf46a0ec06d60e70d9501e08e61e9bad47beebc32029b825ce682e73c36ec826b104aadf2\"}"}],"_postman_id":"3f42995d-2035-47c8-bf27-e09b4bedb140"},{"name":"Refresh Access Token","id":"6527e527-bae6-4aae-9e32-400861227238","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"client_id","value":"{{oauth_client_id}}","type":"text"},{"key":"client_secret","value":"{{oauth_client_secret}}","type":"text"},{"key":"scope","value":"","type":"text"},{"key":"refresh_token","value":"{{refresh_token}}","type":"text"}]},"url":"{{url}}/oauth/token","description":"<p>Refresh access token</p>\n","urlObject":{"path":["oauth","token"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"05e52be2-92d3-4b0c-9cae-7123369691c8","name":"Refresh Access Token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":false}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"client_id","value":"{{oauth_client_id}}","type":"text"},{"key":"client_secret","value":"{{oauth_client_secret}}","type":"text"},{"key":"scope","value":"","type":"text"},{"key":"refresh_token","value":"{{refresh_token}}","type":"text"}]},"url":"{{url}}/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1859","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 13 Jul 2018 14:41:24 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"pragma","value":"no-cache","name":"pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."}],"cookie":[{"expires":"Fri Jul 13 2018 16:01:03 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6InFFOU9qcVpEaUpObTdtUUYxR0NMdWc9PSIsInZhbHVlIjoiZk1uaHRyK1FQTkY2QjhjejMzbWU0U1hTZktWQmxYUkpsaWFsaFJiS1VlXC9JNFFuSnEzRDA5Q2NtNGI4NmhRWFdBaENQbUxjSW93OTRBXC9uNEVjb1czUT09IiwibWFjIjoiYWVjMDUyMGJlNDZiYTg0NjFiODljNTUwOWVlOTNhN2EwZTVkMjhkZjIyNzQ2NGUzNzU3MTU0OTc5YTU5M2NkZCJ9","key":"XSRF-TOKEN"},{"expires":"Fri Jul 13 2018 16:01:03 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6InQ5THB1YjM1K3hDRGU5UG03VFlJM3c9PSIsInZhbHVlIjoiTEpVMlp2K0RJNnpWYk1EMjlWaVFIcjBpMmsxN2YyS3prK0Q4YzNsXC80YnB1KzY3RTZvVWtuWTVBemo2NHd1K2FjMitmVWp3eFZ1UkxSckhYSXlCbUR3PT0iLCJtYWMiOiJjNTAwNmQ3N2Y3YTc2NjZlYzgzY2QyNGUzZGYzOWNkNmI0YTk3NmRmMmM2ZTg5NzQxMDgyOTdiZjEzYzdmZTBhIn0%3D","key":"podmn_session"}],"responseTime":null,"body":"{\"token_type\":\"Bearer\",\"expires_in\":31536000,\"access_token\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6IjI2MDFiOGZhNGE5OGI3NzA5MzdkZGYxMjJhYTQzOTY2NjZlM2UxZDc3YzExOWYyN2QzZjYxYWY3ODU0MjYzNTNhYjllMjdjZDIxYzA0MDYyIn0.eyJhdWQiOiIyIiwianRpIjoiMjYwMWI4ZmE0YTk4Yjc3MDkzN2RkZjEyMmFhNDM5NjY2NmUzZTFkNzdjMTE5ZjI3ZDNmNjFhZjc4NTQyNjM1M2FiOWUyN2NkMjFjMDQwNjIiLCJpYXQiOjE1MzE0OTI4ODUsIm5iZiI6MTUzMTQ5Mjg4NSwiZXhwIjoxNTYzMDI4ODg1LCJzdWIiOiI0Iiwic2NvcGVzIjpbXX0.izJszq7akgu60jrgJl693QdxJPJM-r72qIELmAzk4bfUhllfCtWEKEXr4ZDKYO3cpIoEl3F4-5Q8DYBV9P9BfbxkOZcSUOwJdY72yWI-r6_gSYyhlnLXeVdWjLpXvkVGks3rO4HNEAAf_VGi8ygAMRV8dAyN6Vc6VDc3IAgIduazgTkcRL95Cs5f-IrJRtghag4L6jCz_v16OqS3wythJ16hkdySGBs-SFvB2sU9S-hoLr8xPgjFLMqo0LThaCHDLFvaMfVCGEDA4RW19cDul8hAqzruzWWijnqOivC3BbjSM3quzUaqH1JVqLVi_ASN7HKT2PKNPJ__04cbsMNKBHTpn2stV2m2l8ftQmCQqpCQ-HyBNCLprr5ukTu1iPlyFFvqfqKjrZbpN4_YbG4-YBdmenC19ky04nvKqap4PFQ_7lLcYrPhP_nhkC8153sar4fiW_zgnjPBrpCeDzq-PXcx5Iu91jEWi5XGRAje_PR1nUgCl8ydomDQVwatFbAK-KPNzQ_zSza3-nEB3CQw6FskNyvdMsb3v84nUQHw2Rfwd7M7CPKuzDPFwW3cepGJGJ8gqE8DGlw6w4pUCAQa-9FH08-UWQYPxD9bMMMJurbI1QEzc1-2-lAveFaoP-F1Fv3RDg3XRYgMUo7_BL_qUcWdD91XldShBYS0qEILiTw\",\"refresh_token\":\"def5020047d23d6a70f961decfcf1acb7a9c4108fa1a13d2cd5a78af08a9e50a78f9aa0d8b3541c0fb4b117ae6889fe5c9179d75f3b7f0e70b7b3aa8cea10ec418ee808b98e9f2fffef5661565a4376f602ff4a19ec4cd0750cc007b18da5a6e77cd8f77991f75f7502e25ebad5a6acbcda07350a1971ab24f205747acd5566911ec3e0b3fb4ec30097a018af70e2348f3bc06fb310927f2ef7b064565f5903a38781c3889913cdb67bdc0ef703b01011e2c307549b4c08364ac22ba2c29cfb606e705e644ef4c6e33bcfd7e554ba7d3d502d53dc871f6f90eb9ba87123879b78260fb2b89f4660329229fbac36a2575fb9869a165c8e8eeb226777568c9c25e0fece0ffab4f56dc2213c60e298666868f94cb2c147fca649aa910b35d50678141f3fc6a8d872e5058fa19969513d73a62cb7f7c7aa39adb2a7165688006607f9562050671ea47113c58ef2e0193e24b634e63da70293747ca0e870abb723d4b48\"}"}],"_postman_id":"6527e527-bae6-4aae-9e32-400861227238"},{"name":"Social - /oauth/token","event":[{"listen":"test","script":{"id":"406b0678-20da-413c-8129-d40ffede0bb8","exec":["pm.test(\"Set Access and Refresh Tokens\", function () {","    var jsonData = pm.response.json();","    pm.environment.set(\"access_token\", jsonData.access_token);","    pm.environment.set(\"refresh_token\", jsonData.refresh_token);","});"],"type":"text/javascript"}}],"id":"73adbd72-ae91-4d7f-898c-d6058fb8bd49","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"social","type":"text"},{"key":"client_id","value":"2","type":"text"},{"key":"client_secret","value":"QOWD72bicVepkVl7YvYQ1DA98NBQhAlkmO023Uoq","type":"text"},{"key":"provider","value":"apple","type":"text"},{"key":"access_token","value":"abcdefg","type":"text"},{"key":"id_token","value":"eyJraWQiOiI4NkQ4OEtmIiwiYWxnIjoiUlMyNTYifQ.eyJpc3MiOiJodHRwczovL2FwcGxlaWQuYXBwbGUuY29tIiwiYXVkIjoiY29tLmh1YmJhcmQucG9kbW4uZGV2IiwiZXhwIjoxNTg5NDY1NTYzLCJpYXQiOjE1ODk0NjQ5NjMsInN1YiI6IjAwMTU5Mi4wNWRlZDVhMDMwMTc0NWI0YmIxMWQzYTdiYmNkNDRkZS4xNzU5IiwiYXRfaGFzaCI6IlZkWXZrYTBaZ2RKLWhUM0RnM21VZGciLCJlbWFpbCI6IjR6aXl1a2E1Nm1AcHJpdmF0ZXJlbGF5LmFwcGxlaWQuY29tIiwiZW1haWxfdmVyaWZpZWQiOiJ0cnVlIiwiaXNfcHJpdmF0ZV9lbWFpbCI6InRydWUiLCJhdXRoX3RpbWUiOjE1ODk0NjQ5NDMsIm5vbmNlX3N1cHBvcnRlZCI6dHJ1ZX0.M9UhEC-vp0K0DlXI4xP4FNNiZrcEYvCgysfpufhIkIcHqAsAHJ3PS5Q6NPsf33anvIU-FNDQ44tOfxLljjj6kwcDmp1OSrrbfqXF3F1tpmgcSIy7YjPAXPWYizgZoLM--xLlshHhB6oteXYGZz0bGcOpac1dcPAh9HjSrq7FAEXpwnIzZ_LS3yvTzyYZ-kyDAO-txlTiIR8LnpsEFn36Sq0p_JtLs6R3xtMGx5noYesseNnOvXfY2ubCQEKAD4FakUzu-e1q0NyWp5uzO9ryWO_PHoeQ4W-mZUK4upo9ddNS_2yt3C5EYn5S_AtIIS9LJe4xEqend8wJbG-mLlxYaQ","type":"text"}]},"url":"{{url}}/oauth/token?XDEBUG_SESSION_START","description":"<p>This grant type uses social credentials to login and or register listener with social account using the following post attributes.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    grant_type: 'social', // static 'social' value\n    client_id: clientId, // client id\n    client_secret: clientSecret, // client secret\n    provider: providerName, // name of provider (e.g., 'facebook', 'google' etc.)\n    access_token: providerAccessToken, // access token issued by specified provider\n}\n</code></pre>","urlObject":{"path":["oauth","token"],"host":["{{url}}"],"query":[{"key":"XDEBUG_SESSION_START","value":null}],"variable":[]}},"response":[],"_postman_id":"73adbd72-ae91-4d7f-898c-d6058fb8bd49"},{"name":"Client Access Token","id":"a0473fe0-9a08-475b-b406-c5ca69f58c2b","request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"grant_type\": \"client_credentials\",\n\t\"client_id\": \"2\",\n\t\"client_secret\": \"QOWD72bicVepkVl7YvYQ1DA98NBQhAlkmO023Uoq\",\n\t\"scope\": \"\"\n}"},"url":"{{url}}/oauth/token","description":"<p>The following endpoint is an example of how to fetch access token using client credentials</p>\n","urlObject":{"path":["oauth","token"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0473fe0-9a08-475b-b406-c5ca69f58c2b"},{"name":"User Registration","id":"1b2552f9-2132-4903-907c-c91f354fce8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"client_id\": \"2\",\n\t\"client_secret\": \"QOWD72bicVepkVl7YvYQ1DA98NBQhAlkmO023Uoq\",\n\t\"first_name\": \"New\",\n\t\"last_name\": \"User\",\n\t\"zip\": \"55124\",\n\t\"email\": \"new.user@gmail.com\",\n\t\"password\": \"password\"\n}"},"url":"{{url}}/auth/register?XDEBUG_SESSION_START","description":"<p>End point for registering new user. Endpoint requires the following fields.</p>\n<p>first_name\n: (string) first name of the user</p>\n<p>last_name\n: (string) last name of the user</p>\n<p>zip\n: (string) postal code of the user</p>\n<p>email\n: (string) email of the user</p>\n<p>password\n: (string) password of the user</p>\n<p>client_id\n: (int) client id provided to Podmn client</p>\n<p>client_secret\n: (string) client secret provided to Podmn client</p>\n","urlObject":{"path":["auth","register"],"host":["{{url}}"],"query":[{"key":"XDEBUG_SESSION_START","value":""}],"variable":[]}},"response":[],"_postman_id":"1b2552f9-2132-4903-907c-c91f354fce8e"}],"id":"4e19c89f-3f88-4c14-8a4f-67da5aac0069","description":"<p>We use Oauth 2.0 for authentication. These endpoints are used to retrieve and refresh Oauth 2.0 access tokens. Access tokens are needed for most endpoints, specifically ones involving personalization.</p>\n<p>For those endpoints that require authentication, use the access token in the header.</p>\n<p>Headers:\n  Authorization =&gt; 'Bearer [token]'</p>\n<p>Current Oauth Password Client info:</p>\n<p>  client_id: {{oauth_client_id}}\n  client_secret: {{oauth_client_secret}}\n </p>\n<p>NOTE: Be sure to refresh the access tokens as they are close to expiration.</p>\n<p>Additional helpful resources:</p>\n<ul>\n<li><a href=\"https://auth0.com/docs/protocols/oauth2\">https://auth0.com/docs/protocols/oauth2</a></li>\n<li><a href=\"https://auth0.com/learn/refresh-tokens/\">https://auth0.com/learn/refresh-tokens/</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"359ba649-c40d-4621-9a53-c41261b9da5c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c4c6b70d-57d7-4242-b236-39844452f4d2","type":"text/javascript","exec":[""]}}],"_postman_id":"4e19c89f-3f88-4c14-8a4f-67da5aac0069"},{"name":"settings","item":[{"name":"All Platform Settings","id":"35bd7d47-f9fa-474e-b94f-9f4224af1611","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/settings","description":"<p>The public endpoint for getting the API settings for each platform. Not needed in a specific platform (example: app).</p>\n","urlObject":{"path":["settings"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"41a35e20-719e-4259-9df1-984cf62dca8d","name":"All Platform Settings","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"883","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 13 Jul 2018 14:42:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"57","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Fri Jul 13 2018 16:01:03 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6InFFOU9qcVpEaUpObTdtUUYxR0NMdWc9PSIsInZhbHVlIjoiZk1uaHRyK1FQTkY2QjhjejMzbWU0U1hTZktWQmxYUkpsaWFsaFJiS1VlXC9JNFFuSnEzRDA5Q2NtNGI4NmhRWFdBaENQbUxjSW93OTRBXC9uNEVjb1czUT09IiwibWFjIjoiYWVjMDUyMGJlNDZiYTg0NjFiODljNTUwOWVlOTNhN2EwZTVkMjhkZjIyNzQ2NGUzNzU3MTU0OTc5YTU5M2NkZCJ9","key":"XSRF-TOKEN"},{"expires":"Fri Jul 13 2018 16:01:03 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6InQ5THB1YjM1K3hDRGU5UG03VFlJM3c9PSIsInZhbHVlIjoiTEpVMlp2K0RJNnpWYk1EMjlWaVFIcjBpMmsxN2YyS3prK0Q4YzNsXC80YnB1KzY3RTZvVWtuWTVBemo2NHd1K2FjMitmVWp3eFZ1UkxSckhYSXlCbUR3PT0iLCJtYWMiOiJjNTAwNmQ3N2Y3YTc2NjZlYzgzY2QyNGUzZGYzOWNkNmI0YTk3NmRmMmM2ZTg5NzQxMDgyOTdiZjEzYzdmZTBhIn0%3D","key":"podmn_session"}],"responseTime":null,"body":"{\"global\":{\"app_name\":\"PODMN\",\"site_url\":\"https:\\/\\/api-local.podmn.com\",\"timezone\":\"UTC\",\"dfp\":{\"enabled\":false,\"account_id\":null,\"video_vast_tag\":null,\"ad_unit_code\":null},\"ga\":{\"enabled\":false,\"tracking_id\":null}},\"app\":{\"main_logo\":\"https:\\/\\/fakeimg.pl\\/400x750\\/?text=PodMN\",\"main_background_image\":\"https:\\/\\/fakeimg.pl\\/1125x2436\\/?text=PodMN\",\"login_message\":\"Login or register for access to the land of 10,000 podcasts\",\"register_message\":\"Register for access to the land of 10,000 podcasts\",\"discover_trending_background_image\":\"https:\\/\\/fakeimg.pl\\/500x480\\/\",\"podcast_suggestion_form_message\":\"Let us know what great Minnesota podcast we are missing!\",\"profile_page_not_logged_in_message\":\"Donec sodales sagittis magna. Ut varius tincidunt libero. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc.\"}}"}],"_postman_id":"35bd7d47-f9fa-474e-b94f-9f4224af1611"},{"name":"App Settings","id":"eb1652e8-efb8-4b19-9431-a0e5befe0f2b","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{url}}/settings/app","description":"<p>The public endpoint for getting app API settings</p>\n","urlObject":{"path":["settings","app"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"722566ec-4bde-4884-a71c-fa020963b75b","name":"App Settings","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/settings/app"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"864","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 13 Jul 2018 14:42:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"58","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Fri Jul 13 2018 16:01:03 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6InFFOU9qcVpEaUpObTdtUUYxR0NMdWc9PSIsInZhbHVlIjoiZk1uaHRyK1FQTkY2QjhjejMzbWU0U1hTZktWQmxYUkpsaWFsaFJiS1VlXC9JNFFuSnEzRDA5Q2NtNGI4NmhRWFdBaENQbUxjSW93OTRBXC9uNEVjb1czUT09IiwibWFjIjoiYWVjMDUyMGJlNDZiYTg0NjFiODljNTUwOWVlOTNhN2EwZTVkMjhkZjIyNzQ2NGUzNzU3MTU0OTc5YTU5M2NkZCJ9","key":"XSRF-TOKEN"},{"expires":"Fri Jul 13 2018 16:01:03 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6InQ5THB1YjM1K3hDRGU5UG03VFlJM3c9PSIsInZhbHVlIjoiTEpVMlp2K0RJNnpWYk1EMjlWaVFIcjBpMmsxN2YyS3prK0Q4YzNsXC80YnB1KzY3RTZvVWtuWTVBemo2NHd1K2FjMitmVWp3eFZ1UkxSckhYSXlCbUR3PT0iLCJtYWMiOiJjNTAwNmQ3N2Y3YTc2NjZlYzgzY2QyNGUzZGYzOWNkNmI0YTk3NmRmMmM2ZTg5NzQxMDgyOTdiZjEzYzdmZTBhIn0%3D","key":"podmn_session"}],"responseTime":null,"body":"{\"app_name\":\"PODMN\",\"site_url\":\"https:\\/\\/api-local.podmn.com\",\"timezone\":\"UTC\",\"dfp\":{\"enabled\":false,\"account_id\":null,\"video_vast_tag\":null,\"ad_unit_code\":null},\"ga\":{\"enabled\":false,\"tracking_id\":null},\"main_logo\":\"https:\\/\\/fakeimg.pl\\/400x750\\/?text=PodMN\",\"main_background_image\":\"https:\\/\\/fakeimg.pl\\/1125x2436\\/?text=PodMN\",\"login_message\":\"Login or register for access to the land of 10,000 podcasts\",\"register_message\":\"Register for access to the land of 10,000 podcasts\",\"discover_trending_background_image\":\"https:\\/\\/fakeimg.pl\\/500x480\\/\",\"podcast_suggestion_form_message\":\"Let us know what great Minnesota podcast we are missing!\",\"profile_page_not_logged_in_message\":\"Donec sodales sagittis magna. Ut varius tincidunt libero. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc.\"}"},{"id":"e3e51753-bd18-4884-abb4-86b68130798b","name":"App Settings","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/settings/app"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1190","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 16 Jul 2018 16:17:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"58","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"app_name\":\"PODMN\",\"site_url\":\"https:\\/\\/api-local.podmn.com\",\"timezone\":\"UTC\",\"dfp\":{\"enabled\":false,\"account_id\":null,\"video_vast_tag\":null,\"ad_unit_code\":null},\"ga\":{\"enabled\":false,\"tracking_id\":null},\"main_logo\":\"https:\\/\\/api-local.podmn.com\\/img\\/podmn-logo.png\",\"main_background_image\":\"https:\\/\\/api-local.podmn.com\\/img\\/main-bg.jpg\",\"login_message\":\"Login or register for access to the land of 10,000 podcasts\",\"register_message\":\"Register for access to the land of 10,000 podcasts\",\"discover_trending_background_image\":\"https:\\/\\/api-local.podmn.com\\/img\\/trending-bg.jpg\",\"podcast_suggestion_form_message\":\"Let us know what great Minnesota podcast we are missing!\",\"profile_page_not_logged_in_message\":\"Donec sodales sagittis magna. Ut varius tincidunt libero. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc.\",\"profile_new_episode_background_image\":\"https:\\/\\/api-local.podmn.com\\/img\\/profile-new-episode.jpg\",\"profile_playlist_background_image\":\"https:\\/\\/api-local.podmn.com\\/img\\/profile-playlist.jpg\",\"profile_subscribed_background_image\":\"https:\\/\\/api-local.podmn.com\\/img\\/profile-subscribed.jpg\"}"}],"_postman_id":"eb1652e8-efb8-4b19-9431-a0e5befe0f2b"},{"name":"All Settings in Admin Format","id":"ef1433cc-0dd5-432e-bac7-1e43e1bb8ad5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/settings/admin","description":"<p>This is used by Admin role to fetch ALL settings and raw meta data for each. </p>\n<p>It groups by settings by category for easy viewing.</p>\n","urlObject":{"path":["settings","admin"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0349aa38-79f8-405a-bc5b-300a9eb4859d","name":"All Platform Settings","originalRequest":{"method":"GET","header":[],"url":"{{url}}/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"883","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 13 Jul 2018 14:42:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"57","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Fri Jul 13 2018 16:01:03 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6InFFOU9qcVpEaUpObTdtUUYxR0NMdWc9PSIsInZhbHVlIjoiZk1uaHRyK1FQTkY2QjhjejMzbWU0U1hTZktWQmxYUkpsaWFsaFJiS1VlXC9JNFFuSnEzRDA5Q2NtNGI4NmhRWFdBaENQbUxjSW93OTRBXC9uNEVjb1czUT09IiwibWFjIjoiYWVjMDUyMGJlNDZiYTg0NjFiODljNTUwOWVlOTNhN2EwZTVkMjhkZjIyNzQ2NGUzNzU3MTU0OTc5YTU5M2NkZCJ9","key":"XSRF-TOKEN"},{"expires":"Fri Jul 13 2018 16:01:03 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6InQ5THB1YjM1K3hDRGU5UG03VFlJM3c9PSIsInZhbHVlIjoiTEpVMlp2K0RJNnpWYk1EMjlWaVFIcjBpMmsxN2YyS3prK0Q4YzNsXC80YnB1KzY3RTZvVWtuWTVBemo2NHd1K2FjMitmVWp3eFZ1UkxSckhYSXlCbUR3PT0iLCJtYWMiOiJjNTAwNmQ3N2Y3YTc2NjZlYzgzY2QyNGUzZGYzOWNkNmI0YTk3NmRmMmM2ZTg5NzQxMDgyOTdiZjEzYzdmZTBhIn0%3D","key":"podmn_session"}],"responseTime":null,"body":"{\"global\":{\"app_name\":\"PODMN\",\"site_url\":\"https:\\/\\/api-local.podmn.com\",\"timezone\":\"UTC\",\"dfp\":{\"enabled\":false,\"account_id\":null,\"video_vast_tag\":null,\"ad_unit_code\":null},\"ga\":{\"enabled\":false,\"tracking_id\":null}},\"app\":{\"main_logo\":\"https:\\/\\/fakeimg.pl\\/400x750\\/?text=PodMN\",\"main_background_image\":\"https:\\/\\/fakeimg.pl\\/1125x2436\\/?text=PodMN\",\"login_message\":\"Login or register for access to the land of 10,000 podcasts\",\"register_message\":\"Register for access to the land of 10,000 podcasts\",\"discover_trending_background_image\":\"https:\\/\\/fakeimg.pl\\/500x480\\/\",\"podcast_suggestion_form_message\":\"Let us know what great Minnesota podcast we are missing!\",\"profile_page_not_logged_in_message\":\"Donec sodales sagittis magna. Ut varius tincidunt libero. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc.\"}}"}],"_postman_id":"ef1433cc-0dd5-432e-bac7-1e43e1bb8ad5"},{"name":"All Platform Settings Raw Data","id":"7e89adfd-de0a-414a-b659-6a5734027894","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/settings/raw","description":"<p>This is used by Admin role to fetch ALL settings and raw meta data for each. This is not grouped.</p>\n","urlObject":{"path":["settings","raw"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9090f176-f30c-4e4d-8bc6-8e8929968068","name":"All Platform Settings","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"883","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 13 Jul 2018 14:42:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"57","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Fri Jul 13 2018 16:01:03 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6InFFOU9qcVpEaUpObTdtUUYxR0NMdWc9PSIsInZhbHVlIjoiZk1uaHRyK1FQTkY2QjhjejMzbWU0U1hTZktWQmxYUkpsaWFsaFJiS1VlXC9JNFFuSnEzRDA5Q2NtNGI4NmhRWFdBaENQbUxjSW93OTRBXC9uNEVjb1czUT09IiwibWFjIjoiYWVjMDUyMGJlNDZiYTg0NjFiODljNTUwOWVlOTNhN2EwZTVkMjhkZjIyNzQ2NGUzNzU3MTU0OTc5YTU5M2NkZCJ9","key":"XSRF-TOKEN"},{"expires":"Fri Jul 13 2018 16:01:03 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6InQ5THB1YjM1K3hDRGU5UG03VFlJM3c9PSIsInZhbHVlIjoiTEpVMlp2K0RJNnpWYk1EMjlWaVFIcjBpMmsxN2YyS3prK0Q4YzNsXC80YnB1KzY3RTZvVWtuWTVBemo2NHd1K2FjMitmVWp3eFZ1UkxSckhYSXlCbUR3PT0iLCJtYWMiOiJjNTAwNmQ3N2Y3YTc2NjZlYzgzY2QyNGUzZGYzOWNkNmI0YTk3NmRmMmM2ZTg5NzQxMDgyOTdiZjEzYzdmZTBhIn0%3D","key":"podmn_session"}],"responseTime":null,"body":"{\"global\":{\"app_name\":\"PODMN\",\"site_url\":\"https:\\/\\/api-local.podmn.com\",\"timezone\":\"UTC\",\"dfp\":{\"enabled\":false,\"account_id\":null,\"video_vast_tag\":null,\"ad_unit_code\":null},\"ga\":{\"enabled\":false,\"tracking_id\":null}},\"app\":{\"main_logo\":\"https:\\/\\/fakeimg.pl\\/400x750\\/?text=PodMN\",\"main_background_image\":\"https:\\/\\/fakeimg.pl\\/1125x2436\\/?text=PodMN\",\"login_message\":\"Login or register for access to the land of 10,000 podcasts\",\"register_message\":\"Register for access to the land of 10,000 podcasts\",\"discover_trending_background_image\":\"https:\\/\\/fakeimg.pl\\/500x480\\/\",\"podcast_suggestion_form_message\":\"Let us know what great Minnesota podcast we are missing!\",\"profile_page_not_logged_in_message\":\"Donec sodales sagittis magna. Ut varius tincidunt libero. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc.\"}}"}],"_postman_id":"7e89adfd-de0a-414a-b659-6a5734027894"},{"name":"Update Settings","id":"13d8b7c4-2522-4597-8d4d-cbea41b857e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"key\": \"profile_images\",\n    \"scope\": \"app\",\n    \"value\": [4,5,6]\n  },\n  {\n  \t\"key\": \"app_name\",\n  \t\"scope\": \"global\",\n  \t\"value\": \"PodMN\"\n  },\n  {\n  \t\"key\": \"navigation_footer\",\n  \t\"scope\": \"global\",\n  \t\"value\": [{\"Help\": \"https://podmn.com\"},{\"Terms of Use\": \"https://podmn.com\"}]\n  }\n]"},"url":"{{url}}/settings","description":"<p>This endpoint is for updating settings. Always pass in an array of settings to update. Key and Scope are required for each item.</p>\n","urlObject":{"path":["settings"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f70a3d34-88f2-4cb9-8d9a-32808a7d877e","name":"App Settings","originalRequest":{"method":"GET","header":[],"url":"{{url}}/settings/app"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"864","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 13 Jul 2018 14:42:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"58","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Fri Jul 13 2018 16:01:03 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6InFFOU9qcVpEaUpObTdtUUYxR0NMdWc9PSIsInZhbHVlIjoiZk1uaHRyK1FQTkY2QjhjejMzbWU0U1hTZktWQmxYUkpsaWFsaFJiS1VlXC9JNFFuSnEzRDA5Q2NtNGI4NmhRWFdBaENQbUxjSW93OTRBXC9uNEVjb1czUT09IiwibWFjIjoiYWVjMDUyMGJlNDZiYTg0NjFiODljNTUwOWVlOTNhN2EwZTVkMjhkZjIyNzQ2NGUzNzU3MTU0OTc5YTU5M2NkZCJ9","key":"XSRF-TOKEN"},{"expires":"Fri Jul 13 2018 16:01:03 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6InQ5THB1YjM1K3hDRGU5UG03VFlJM3c9PSIsInZhbHVlIjoiTEpVMlp2K0RJNnpWYk1EMjlWaVFIcjBpMmsxN2YyS3prK0Q4YzNsXC80YnB1KzY3RTZvVWtuWTVBemo2NHd1K2FjMitmVWp3eFZ1UkxSckhYSXlCbUR3PT0iLCJtYWMiOiJjNTAwNmQ3N2Y3YTc2NjZlYzgzY2QyNGUzZGYzOWNkNmI0YTk3NmRmMmM2ZTg5NzQxMDgyOTdiZjEzYzdmZTBhIn0%3D","key":"podmn_session"}],"responseTime":null,"body":"{\"app_name\":\"PODMN\",\"site_url\":\"https:\\/\\/api-local.podmn.com\",\"timezone\":\"UTC\",\"dfp\":{\"enabled\":false,\"account_id\":null,\"video_vast_tag\":null,\"ad_unit_code\":null},\"ga\":{\"enabled\":false,\"tracking_id\":null},\"main_logo\":\"https:\\/\\/fakeimg.pl\\/400x750\\/?text=PodMN\",\"main_background_image\":\"https:\\/\\/fakeimg.pl\\/1125x2436\\/?text=PodMN\",\"login_message\":\"Login or register for access to the land of 10,000 podcasts\",\"register_message\":\"Register for access to the land of 10,000 podcasts\",\"discover_trending_background_image\":\"https:\\/\\/fakeimg.pl\\/500x480\\/\",\"podcast_suggestion_form_message\":\"Let us know what great Minnesota podcast we are missing!\",\"profile_page_not_logged_in_message\":\"Donec sodales sagittis magna. Ut varius tincidunt libero. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc.\"}"},{"id":"ff1bccb2-48fc-4c39-a6b1-440e89960341","name":"App Settings","originalRequest":{"method":"GET","header":[],"url":"{{url}}/settings/app"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1190","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 16 Jul 2018 16:17:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"58","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"app_name\":\"PODMN\",\"site_url\":\"https:\\/\\/api-local.podmn.com\",\"timezone\":\"UTC\",\"dfp\":{\"enabled\":false,\"account_id\":null,\"video_vast_tag\":null,\"ad_unit_code\":null},\"ga\":{\"enabled\":false,\"tracking_id\":null},\"main_logo\":\"https:\\/\\/api-local.podmn.com\\/img\\/podmn-logo.png\",\"main_background_image\":\"https:\\/\\/api-local.podmn.com\\/img\\/main-bg.jpg\",\"login_message\":\"Login or register for access to the land of 10,000 podcasts\",\"register_message\":\"Register for access to the land of 10,000 podcasts\",\"discover_trending_background_image\":\"https:\\/\\/api-local.podmn.com\\/img\\/trending-bg.jpg\",\"podcast_suggestion_form_message\":\"Let us know what great Minnesota podcast we are missing!\",\"profile_page_not_logged_in_message\":\"Donec sodales sagittis magna. Ut varius tincidunt libero. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc.\",\"profile_new_episode_background_image\":\"https:\\/\\/api-local.podmn.com\\/img\\/profile-new-episode.jpg\",\"profile_playlist_background_image\":\"https:\\/\\/api-local.podmn.com\\/img\\/profile-playlist.jpg\",\"profile_subscribed_background_image\":\"https:\\/\\/api-local.podmn.com\\/img\\/profile-subscribed.jpg\"}"}],"_postman_id":"13d8b7c4-2522-4597-8d4d-cbea41b857e9"},{"name":"Version","id":"23fc1f70-1135-4d4f-a72c-1c1db2c36b2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/version","description":"<p>The public endpoint for getting the API settings for each platform. Not needed in a specific platform (example: app).</p>\n","urlObject":{"path":["version"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2bd9c700-7255-445a-b405-35dcbea742d3","name":"All Platform Settings","originalRequest":{"method":"GET","header":[],"url":"{{url}}/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"883","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 13 Jul 2018 14:42:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"57","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Fri Jul 13 2018 16:01:03 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6InFFOU9qcVpEaUpObTdtUUYxR0NMdWc9PSIsInZhbHVlIjoiZk1uaHRyK1FQTkY2QjhjejMzbWU0U1hTZktWQmxYUkpsaWFsaFJiS1VlXC9JNFFuSnEzRDA5Q2NtNGI4NmhRWFdBaENQbUxjSW93OTRBXC9uNEVjb1czUT09IiwibWFjIjoiYWVjMDUyMGJlNDZiYTg0NjFiODljNTUwOWVlOTNhN2EwZTVkMjhkZjIyNzQ2NGUzNzU3MTU0OTc5YTU5M2NkZCJ9","key":"XSRF-TOKEN"},{"expires":"Fri Jul 13 2018 16:01:03 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6InQ5THB1YjM1K3hDRGU5UG03VFlJM3c9PSIsInZhbHVlIjoiTEpVMlp2K0RJNnpWYk1EMjlWaVFIcjBpMmsxN2YyS3prK0Q4YzNsXC80YnB1KzY3RTZvVWtuWTVBemo2NHd1K2FjMitmVWp3eFZ1UkxSckhYSXlCbUR3PT0iLCJtYWMiOiJjNTAwNmQ3N2Y3YTc2NjZlYzgzY2QyNGUzZGYzOWNkNmI0YTk3NmRmMmM2ZTg5NzQxMDgyOTdiZjEzYzdmZTBhIn0%3D","key":"podmn_session"}],"responseTime":null,"body":"{\"global\":{\"app_name\":\"PODMN\",\"site_url\":\"https:\\/\\/api-local.podmn.com\",\"timezone\":\"UTC\",\"dfp\":{\"enabled\":false,\"account_id\":null,\"video_vast_tag\":null,\"ad_unit_code\":null},\"ga\":{\"enabled\":false,\"tracking_id\":null}},\"app\":{\"main_logo\":\"https:\\/\\/fakeimg.pl\\/400x750\\/?text=PodMN\",\"main_background_image\":\"https:\\/\\/fakeimg.pl\\/1125x2436\\/?text=PodMN\",\"login_message\":\"Login or register for access to the land of 10,000 podcasts\",\"register_message\":\"Register for access to the land of 10,000 podcasts\",\"discover_trending_background_image\":\"https:\\/\\/fakeimg.pl\\/500x480\\/\",\"podcast_suggestion_form_message\":\"Let us know what great Minnesota podcast we are missing!\",\"profile_page_not_logged_in_message\":\"Donec sodales sagittis magna. Ut varius tincidunt libero. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc.\"}}"}],"_postman_id":"23fc1f70-1135-4d4f-a72c-1c1db2c36b2b"},{"name":"API Health Check","id":"e3becb55-d4d9-4c87-82e7-087199e1dd01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/health_check","description":"<p>The public endpoint for getting the API settings for each platform. Not needed in a specific platform (example: app).</p>\n","urlObject":{"path":["health_check"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ad99a65f-fec7-4d3a-911c-a07f8952d7f5","name":"All Platform Settings","originalRequest":{"method":"GET","header":[],"url":"{{url}}/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"883","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 13 Jul 2018 14:42:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"57","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Fri Jul 13 2018 16:01:03 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6InFFOU9qcVpEaUpObTdtUUYxR0NMdWc9PSIsInZhbHVlIjoiZk1uaHRyK1FQTkY2QjhjejMzbWU0U1hTZktWQmxYUkpsaWFsaFJiS1VlXC9JNFFuSnEzRDA5Q2NtNGI4NmhRWFdBaENQbUxjSW93OTRBXC9uNEVjb1czUT09IiwibWFjIjoiYWVjMDUyMGJlNDZiYTg0NjFiODljNTUwOWVlOTNhN2EwZTVkMjhkZjIyNzQ2NGUzNzU3MTU0OTc5YTU5M2NkZCJ9","key":"XSRF-TOKEN"},{"expires":"Fri Jul 13 2018 16:01:03 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6InQ5THB1YjM1K3hDRGU5UG03VFlJM3c9PSIsInZhbHVlIjoiTEpVMlp2K0RJNnpWYk1EMjlWaVFIcjBpMmsxN2YyS3prK0Q4YzNsXC80YnB1KzY3RTZvVWtuWTVBemo2NHd1K2FjMitmVWp3eFZ1UkxSckhYSXlCbUR3PT0iLCJtYWMiOiJjNTAwNmQ3N2Y3YTc2NjZlYzgzY2QyNGUzZGYzOWNkNmI0YTk3NmRmMmM2ZTg5NzQxMDgyOTdiZjEzYzdmZTBhIn0%3D","key":"podmn_session"}],"responseTime":null,"body":"{\"global\":{\"app_name\":\"PODMN\",\"site_url\":\"https:\\/\\/api-local.podmn.com\",\"timezone\":\"UTC\",\"dfp\":{\"enabled\":false,\"account_id\":null,\"video_vast_tag\":null,\"ad_unit_code\":null},\"ga\":{\"enabled\":false,\"tracking_id\":null}},\"app\":{\"main_logo\":\"https:\\/\\/fakeimg.pl\\/400x750\\/?text=PodMN\",\"main_background_image\":\"https:\\/\\/fakeimg.pl\\/1125x2436\\/?text=PodMN\",\"login_message\":\"Login or register for access to the land of 10,000 podcasts\",\"register_message\":\"Register for access to the land of 10,000 podcasts\",\"discover_trending_background_image\":\"https:\\/\\/fakeimg.pl\\/500x480\\/\",\"podcast_suggestion_form_message\":\"Let us know what great Minnesota podcast we are missing!\",\"profile_page_not_logged_in_message\":\"Donec sodales sagittis magna. Ut varius tincidunt libero. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc.\"}}"}],"_postman_id":"e3becb55-d4d9-4c87-82e7-087199e1dd01"}],"id":"d206732f-385e-4a68-962d-0133f0a6da1c","description":"<p>Endpoints regarding settings. </p>\n","_postman_id":"d206732f-385e-4a68-962d-0133f0a6da1c"},{"name":"categories","item":[{"name":"GET - categories","id":"27569f30-05c7-4ac8-90a2-36b55c6e8e8e","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/categories?main=0","description":"<p>PUBLIC ENDPOINT: Get all categories.</p>\n<p>If you would like to get the active ones used for the public, including the latest podcast image, podcast count, and ordered correctly, please see the optional query parameter shown.</p>\n<p>Use attribute and value of main=1 to show podcast count and image url.</p>\n","urlObject":{"path":["categories"],"host":["{{url}}"],"query":[{"description":{"content":"<p>This is used to filter what returns. Set this parameter to 1 if you want to return the main categories used for the public.</p>\n","type":"text/plain"},"key":"main","value":"0"}],"variable":[]}},"response":[],"_postman_id":"27569f30-05c7-4ac8-90a2-36b55c6e8e8e"},{"name":"GET - single category","id":"11bdc130-11bd-45e9-af43-c143b7068e21","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/categories/1","description":"<p>PUBLIC ENDPOINT: Get single category by id or slug</p>\n","urlObject":{"path":["categories","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"11bdc130-11bd-45e9-af43-c143b7068e21"},{"name":"GET - category podcasts","id":"568a1375-d978-48c1-9767-87ea7354f902","request":{"method":"GET","header":[],"url":"{{url}}/categories/2/podcasts","description":"<p>PUBLIC ENDPOINT: Get all podcasts associated with category by category id or slug</p>\n","urlObject":{"path":["categories","2","podcasts"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"568a1375-d978-48c1-9767-87ea7354f902"},{"name":"POST - new category","id":"cebd8d93-7956-4269-8a58-a030b0e5a6b8","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"    {\n        \"slug\": \"test\",\n        \"title\": \"Test\",\n        \"description\": null\n    }"},"url":"{{url}}/categories","description":"<p>Create a new category</p>\n","urlObject":{"path":["categories"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cebd8d93-7956-4269-8a58-a030b0e5a6b8"},{"name":"PUT - update category by id","id":"727f2f30-aa46-441f-a427-2d0183c200d6","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"    {\n        \"slug\": \"test2\",\n        \"title\": \"Test2\",\n        \"description\": null\n    }"},"url":"{{url}}/categories/68","description":"<p>Update a category by id</p>\n","urlObject":{"path":["categories","68"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"727f2f30-aa46-441f-a427-2d0183c200d6"},{"name":"DELETE - remove category by id","id":"ab761bd0-c8b3-44c7-9d7c-c86e4a3e97c4","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"    {\n        \"slug\": \"test2\",\n        \"title\": \"Test2\",\n        \"description\": null\n    }"},"url":"{{url}}/categories/68","description":"<p>Delete a category by id</p>\n","urlObject":{"path":["categories","68"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab761bd0-c8b3-44c7-9d7c-c86e4a3e97c4"},{"name":"DEPRECATED: Fetch Category by slug","id":"9ed292fe-89d8-4e22-ba2c-fcc1f73feb0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/categories/slug/arts","description":"<p>Because we can pass both id and slug to categories, this method is no longer needed.</p>\n<p>Pass slug value into endpoint to fetch category\n: <code>/categories/slug/{slug}</code></p>\n","urlObject":{"path":["categories","slug","arts"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ed292fe-89d8-4e22-ba2c-fcc1f73feb0d"},{"name":"Restore single category","id":"2e751646-8b7a-4f05-972f-34bfba98dd1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{url}}/categories/68","description":"<p>Endpoint to restore singl esoft deleted category using category_id.</p>\n","urlObject":{"path":["categories","68"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e751646-8b7a-4f05-972f-34bfba98dd1a"}],"id":"9c29629f-e6e1-40da-b955-1a9c74b1b197","description":"<p>Endpoints for categories</p>\n","_postman_id":"9c29629f-e6e1-40da-b955-1a9c74b1b197"},{"name":"content lists","item":[{"name":"GET - all content-lists","id":"e5dc7ad5-21f7-4363-b9f3-fbc3e7807939","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/content-lists","description":"<p>Get all contents</p>\n","urlObject":{"path":["content-lists"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5dc7ad5-21f7-4363-b9f3-fbc3e7807939"},{"name":"GET - single content-list","id":"b5c7ccf7-b0c8-4dae-b777-8bb44b13b13c","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/content-lists/5","description":"<p>PUBLIC ENDPOINT: Get single content by id</p>\n","urlObject":{"path":["content-lists","5"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5c7ccf7-b0c8-4dae-b777-8bb44b13b13c"},{"name":"GET - content-lists content","id":"c5d9ead0-f65f-4d77-8ff9-66ec89115fae","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/content-lists/4/content","description":"<p>PUBLIC ENDPOINT: Get contents and the related podcasts|episodes</p>\n","urlObject":{"path":["content-lists","4","content"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6a91d2eb-76a8-41ef-acee-2ba75d4f3016","name":"GET - content-lists content","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true}],"body":{"mode":"raw","raw":""},"url":"{{url}}/content-lists/219/content"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"5233","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Jul 2018 18:40:58 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Mon Jul 23 2018 20:21:51 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6IkRFVitTaTRLS1M5bStjOFwveWQ5RjhBPT0iLCJ2YWx1ZSI6Ilg4SEpsUGJnXC85NVd1MTBaSEsxczh2RHRTXC85b3N3cUlhZzgzYzBxc0RxN003Y1NsQ000NnB1VFlzR2hIT1wvcmxaSFlRNEpRek1VOEp0NnhySHpoNDdnPT0iLCJtYWMiOiJkMzU5OTRmZDRhOGNiOTdkYWJkNGNkNmJjN2RjMmJmYTYxZTk0MDllNDA4ZDA5MDg2YzlmODEwMDUyMjBhZDY4In0%3D","key":"XSRF-TOKEN"},{"expires":"Mon Jul 23 2018 20:21:51 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6ImllS0pWNTdOWk5PVUE5dkVxc1p0U1E9PSIsInZhbHVlIjoiSkhJbzU1azVqWUp2ZURxVDFsSmJwb1FKYUxORVlJNUx2UCthTHd6UVJsMjNGbjg4U3JOVXFlR2xEeDVGU3c3RVVCbTVUTXoyMWpYK2RhVkl6NU9YY1E9PSIsIm1hYyI6ImM1NjQ2YTRiYmJhYmYwZGM2M2ZjMmZmN2NiMzY0NDE0N2JmNzhiYTg5YTIyYTA0ZjZkY2IzYmQxZmM0NzA2YTEifQ%3D%3D","key":"podmn_session"},{"expires":"Mon Jul 23 2018 19:13:42 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"1","key":"XDEBUG_SESSION"}],"responseTime":null,"body":"[{\"id\":443,\"podcast_id\":7,\"title\":\"3\\/30 5pm: A royal-adjacent scandal!\",\"description\":\"PLUS: The Weeknd spills Selena and Bella tea in his new songs, Netflix is offering a dream job and READY PLAYER ONE is out in theaters today!\",\"guid\":\"48c2930c-8e74-4570-a8c4-e17108814d2c\",\"country\":\"US\",\"is_explicit\":0,\"enclosure_type\":\"audio\\/x-mpeg\",\"enclosure_url\":\"https:\\/\\/podone.noxsolutions.com\\/launchpod\\/MyTalkDirtAlerts\\/mp3\\/ktmy-2708.mp3\",\"duration\":0,\"publish_date\":\"2018-03-30 22:00:00\",\"link\":null,\"commentRSS\":null,\"slash_comments\":null,\"author\":null,\"meta_data_hash\":\"f539cdfa5b213db4cae046839e6fc829\",\"created_at\":\"2018-07-23 16:49:51\",\"updated_at\":\"2018-07-23 16:49:51\",\"deleted_at\":null,\"pivot\":{\"content_list_id\":219,\"content_list_custom_object_id\":443,\"content_list_custom_object_type\":\"episodes\",\"created_at\":\"2018-07-23 16:57:09\",\"updated_at\":\"2018-07-23 16:57:09\"}},{\"id\":522,\"podcast_id\":9,\"title\":\"06\\/16 SMST Hr 2- check our fun \\\"Breakin down the tape\\\" segment this hour!\",\"description\":\"Will the Wolves make the big move yet...or will it be some minor adjustments? Mathew and Judd have some fun with World Cup Soccer and all those major injuries that occur! So many changes coming in the NFL...so many law suits for head injuries too.\",\"guid\":\"7bdfea33-192a-4b6d-befc-425e68c2f9e2\",\"country\":\"US\",\"is_explicit\":0,\"enclosure_type\":\"audio\\/x-mpeg\",\"enclosure_url\":\"https:\\/\\/aw.noxsolutions.com\\/launchpod\\/SaturdaySportsTalk\\/mp3\\/SST061618-2_68c2f9e2.mp3?awCollectionId=1097&amp;awEpisodeId=7bdfea33-192a-4b6d-befc-425e68c2f9e2\",\"duration\":0,\"publish_date\":\"2018-06-16 05:00:00\",\"link\":null,\"commentRSS\":null,\"slash_comments\":null,\"author\":null,\"meta_data_hash\":\"829db332183cd81a15d8d9883f70722b\",\"created_at\":\"2018-07-23 16:50:02\",\"updated_at\":\"2018-07-23 16:50:02\",\"deleted_at\":null,\"pivot\":{\"content_list_id\":219,\"content_list_custom_object_id\":522,\"content_list_custom_object_type\":\"episodes\",\"created_at\":\"2018-07-23 16:57:09\",\"updated_at\":\"2018-07-23 16:57:09\"}},{\"id\":781,\"podcast_id\":11,\"title\":\"11\\/30 Thursday - The Beer Show\",\"description\":\"Reuvers and Frattallone talk with Jim from Elevated for the Weekly Beer Run and his guest John from Barley Johns Brewery. Later they talk with Mike and Ian from Red Cow about the upcoming 12 Beers of Christmas!\",\"guid\":\"1783050\",\"country\":\"US\",\"is_explicit\":0,\"enclosure_type\":\"audio\\/x-mpeg\",\"enclosure_url\":\"https:\\/\\/aw.noxsolutions.com\\/launchpod\\/TheBeerShow\\/mp3\\/BS113017-1_1783051.mp3?awCollectionId=1098&amp;awEpisodeId=1783051\",\"duration\":0,\"publish_date\":\"2017-11-30 15:01:00\",\"link\":null,\"commentRSS\":null,\"slash_comments\":null,\"author\":null,\"meta_data_hash\":\"26021dda230ea56f2181d91260fd5011\",\"created_at\":\"2018-07-23 16:50:19\",\"updated_at\":\"2018-07-23 16:50:19\",\"deleted_at\":null,\"pivot\":{\"content_list_id\":219,\"content_list_custom_object_id\":781,\"content_list_custom_object_type\":\"episodes\",\"created_at\":\"2018-07-23 16:57:09\",\"updated_at\":\"2018-07-23 16:57:09\"}},{\"id\":1026,\"podcast_id\":12,\"title\":\"2\\/5 Monday Hour 1 - The Ride w\\/Reusse\",\"description\":\"The Ride starts with Manny's 4-Deep thoughts on Super Bowl LII. Maureen Bausch, CEO of the MN Super Bowl Host Committee joins to recap the week that was in the Twin Cities. John Heidt has a sports update, and Reusse celebrates his status as No. 9.\",\"guid\":\"cd9f0fab-004a-402c-95a3-41c6586e5ad6\",\"country\":\"US\",\"is_explicit\":0,\"enclosure_type\":\"audio\\/x-mpeg\",\"enclosure_url\":\"https:\\/\\/aw.noxsolutions.com\\/launchpod\\/reusserambles\\/mp3\\/PR020518-1_586e5ad6.mp3?awCollectionId=1094&amp;awEpisodeId=cd9f0fab-004a-402c-95a3-41c6586e5ad6\",\"duration\":0,\"publish_date\":\"2018-02-05 07:00:00\",\"link\":null,\"commentRSS\":null,\"slash_comments\":null,\"author\":null,\"meta_data_hash\":\"fb677e2be716ec12e59bb2ae22f7d3b6\",\"created_at\":\"2018-07-23 16:50:30\",\"updated_at\":\"2018-07-23 16:50:30\",\"deleted_at\":null,\"pivot\":{\"content_list_id\":219,\"content_list_custom_object_id\":1026,\"content_list_custom_object_type\":\"episodes\",\"created_at\":\"2018-07-23 16:57:09\",\"updated_at\":\"2018-07-23 16:57:09\"}},{\"id\":1606,\"podcast_id\":22,\"title\":\"7\\/10 HR 1:  Barbara Carlson has lost her battle with cancer\\/Cave rescue update\\/Another Lefty fraud\",\"description\":\"Former radio host, Barbara Carlson has lost her cancer battle.  Joe and Rook reminisce about her career at the station.  The Mayor updates listeners on the Cave Rescue mission.  This really freaks Joe out.  Not a good ending for some newlyweds on a zip line.  The socialist from NY that has been in the news, is outed as a fraud.\",\"guid\":\"2c767afc-3c78-40f0-8053-e3f43032de4f\",\"country\":\"US\",\"is_explicit\":0,\"enclosure_type\":\"audio\\/x-mpeg\",\"enclosure_url\":\"https:\\/\\/aw.noxsolutions.com\\/launchpod\\/GarageLogic\\/mp3\\/kstpam-2143_3032de4f.mp3?awCollectionId=1084&amp;awEpisodeId=2c767afc-3c78-40f0-8053-e3f43032de4f\",\"duration\":0,\"publish_date\":\"2018-07-10 05:00:00\",\"link\":null,\"commentRSS\":null,\"slash_comments\":null,\"author\":null,\"meta_data_hash\":\"7e1f4173d5375b462fc8279a86029421\",\"created_at\":\"2018-07-23 16:51:12\",\"updated_at\":\"2018-07-23 16:51:12\",\"deleted_at\":null,\"pivot\":{\"content_list_id\":219,\"content_list_custom_object_id\":1606,\"content_list_custom_object_type\":\"episodes\",\"created_at\":\"2018-07-23 16:57:09\",\"updated_at\":\"2018-07-23 16:57:09\"}}]"},{"id":"b6a4b30f-458f-47f3-b404-263da9755d3c","name":"GET - content-lists content","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/content-lists/234/content?limit=2","host":["{{url}}"],"path":["content-lists","234","content"],"query":[{"key":"limit","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2179","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Jul 2018 18:39:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Mon Jul 23 2018 20:21:51 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6IkRFVitTaTRLS1M5bStjOFwveWQ5RjhBPT0iLCJ2YWx1ZSI6Ilg4SEpsUGJnXC85NVd1MTBaSEsxczh2RHRTXC85b3N3cUlhZzgzYzBxc0RxN003Y1NsQ000NnB1VFlzR2hIT1wvcmxaSFlRNEpRek1VOEp0NnhySHpoNDdnPT0iLCJtYWMiOiJkMzU5OTRmZDRhOGNiOTdkYWJkNGNkNmJjN2RjMmJmYTYxZTk0MDllNDA4ZDA5MDg2YzlmODEwMDUyMjBhZDY4In0%3D","key":"XSRF-TOKEN"},{"expires":"Mon Jul 23 2018 20:21:51 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6ImllS0pWNTdOWk5PVUE5dkVxc1p0U1E9PSIsInZhbHVlIjoiSkhJbzU1azVqWUp2ZURxVDFsSmJwb1FKYUxORVlJNUx2UCthTHd6UVJsMjNGbjg4U3JOVXFlR2xEeDVGU3c3RVVCbTVUTXoyMWpYK2RhVkl6NU9YY1E9PSIsIm1hYyI6ImM1NjQ2YTRiYmJhYmYwZGM2M2ZjMmZmN2NiMzY0NDE0N2JmNzhiYTg5YTIyYTA0ZjZkY2IzYmQxZmM0NzA2YTEifQ%3D%3D","key":"podmn_session"},{"expires":"Mon Jul 23 2018 19:13:42 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"1","key":"XDEBUG_SESSION"}],"responseTime":null,"body":"{\"current_page\":1,\"data\":[{\"id\":220,\"podcast_id\":7,\"title\":\"7\\/23 6am: Jennifer Hudson, Taylor Swift and James Corden cast in \\\"Cats\\\"\",\"description\":\"Happy Birthday Prince George! The little prince is 5 years old today. Drake is cool for another reason. He bought ice cream for neighborhoods around Los Angeles.\",\"guid\":\"d271e7b2-05a8-43fb-a136-77f67c60270d\",\"country\":\"US\",\"is_explicit\":0,\"enclosure_type\":\"audio\\/x-mpeg\",\"enclosure_url\":\"https:\\/\\/podone.noxsolutions.com\\/launchpod\\/MyTalkDirtAlerts\\/mp3\\/ktmy-7322.mp3\",\"duration\":0,\"publish_date\":\"2018-07-23 05:00:00\",\"link\":null,\"commentRSS\":null,\"slash_comments\":null,\"author\":null,\"meta_data_hash\":\"5b624621ea0778f65f219708de1843f1\",\"created_at\":\"2018-07-23 16:49:45\",\"updated_at\":\"2018-07-23 16:49:45\",\"deleted_at\":null},{\"id\":1,\"podcast_id\":1,\"title\":\"07\\/21 CYA, referrals referrals referrals!!!\",\"description\":\"Todd rocks again with AC DC today and also rocks with fabulous free information! Make your business work buy using referrals and always keep adding some great business relationships! Join some networking groups...put yourself up there and out there. Make a short presentation about yourself and why people should want to work with you!!\",\"guid\":\"aa5d6c4b-8616-4241-941b-369759113a33\",\"country\":\"US\",\"is_explicit\":0,\"enclosure_type\":\"audio\\/x-mpeg\",\"enclosure_url\":\"https:\\/\\/aw.noxsolutions.com\\/launchpod\\/adswizz\\/1589\\/CYA072118-1_59113a33.mp3?awCollectionId=1589&amp;awEpisodeId=aa5d6c4b-8616-4241-941b-369759113a33\",\"duration\":0,\"publish_date\":\"2018-07-21 05:00:00\",\"link\":null,\"commentRSS\":null,\"slash_comments\":null,\"author\":null,\"meta_data_hash\":\"7ad41844ed6c3ab8a2010a68e24d0f80\",\"created_at\":\"2018-07-23 16:48:59\",\"updated_at\":\"2018-07-23 16:48:59\",\"deleted_at\":null}],\"first_page_url\":\"https:\\/\\/api-local.podmn.com\\/content-lists\\/234\\/content?limit=2&page=1\",\"from\":1,\"last_page\":465,\"last_page_url\":\"https:\\/\\/api-local.podmn.com\\/content-lists\\/234\\/content?limit=2&page=465\",\"next_page_url\":\"https:\\/\\/api-local.podmn.com\\/content-lists\\/234\\/content?limit=2&page=2\",\"path\":\"https:\\/\\/api-local.podmn.com\\/content-lists\\/234\\/content\",\"per_page\":2,\"prev_page_url\":null,\"to\":2,\"total\":930}"}],"_postman_id":"c5d9ead0-f65f-4d77-8ff9-66ec89115fae"},{"name":"POST - create new content-list ","id":"8e2fa9d1-d881-405f-845d-2ef42bbd7001","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{    \n\t\"title\": \"Podcasts\",\n\t\"description\": \"This is a custom content list for podcasts.\",\n\t\"rules_config\": null,\n\t\"type\": \"podcast\",\n\t\"podcasts\": [1,3,5,7]\n}"},"url":"{{url}}/content-lists?XDEBUG_SESSION_START","description":"<p>Create new content list.</p>\n<p>Allowable types are \"podcast\" and \"episode\". Rules Config is an optional JSON object with order (\"trending\", \"default\", \"latest\") and an array of category IDs.</p>\n<p>If custom list is specified, <code>rules_config</code> should not be included or should be null and an array of <code>podcasts</code> or <code>episodes</code> should be passed with the appropriate attribute key. Custom list objects will be ordered in the same order passed in the array.</p>\n","urlObject":{"path":["content-lists"],"host":["{{url}}"],"query":[{"key":"XDEBUG_SESSION_START","value":""}],"variable":[]}},"response":[],"_postman_id":"8e2fa9d1-d881-405f-845d-2ef42bbd7001"},{"name":"PUT - update content-list","id":"d523a2ac-391c-423a-b1f9-1f7382cb67a0","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{    \n    \"title\": \"New Title\",\n    \"rules_config\": null\n}"},"url":"{{url}}/content-lists/265","description":"<p>Update content by content_id</p>\n<p>If custom list is specified, <code>rules_config</code> should not be included or should be null and an array of <code>podcasts</code> or <code>episodes</code> should be passed with the appropriate attribute key. Custom list objects will be ordered in the same order passed in the array.</p>\n","urlObject":{"path":["content-lists","265"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d523a2ac-391c-423a-b1f9-1f7382cb67a0"},{"name":"DELETE - delete content-list","id":"c56bf1cd-5a20-4070-ad05-91dd63fa0140","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/content-lists/266","description":"<p>Delete content by content_id</p>\n","urlObject":{"path":["content-lists","266"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c56bf1cd-5a20-4070-ad05-91dd63fa0140"},{"name":"DEPRECATED: Get content list by slug","id":"e1a36929-7f24-4863-ae3b-f248fb69e215","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/content-lists/slug/{slug}","description":"<p>This method is being removed. Please use GET - Single Category method an pass id or slug.</p>\n<p>Will fetch content list by slug</p>\n","urlObject":{"path":["content-lists","slug","{slug}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1a36929-7f24-4863-ae3b-f248fb69e215"}],"id":"239a3eff-54f2-4590-98ed-c0bb229a0b86","description":"<p>Content lists are lists of episodes OR podcasts. They accept pagination values.</p>\n","event":[{"listen":"prerequest","script":{"id":"02ca31ac-d0be-41e2-9ce5-57eefc82326e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e8fa07dc-9a32-4f71-b1a0-7693976abe90","type":"text/javascript","exec":[""]}}],"_postman_id":"239a3eff-54f2-4590-98ed-c0bb229a0b86"},{"name":"layouts","item":[{"name":"GET - all layouts","id":"5962b7ed-32ed-45bb-bf22-22b39e0979a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/layouts","description":"<p>Get all layouts past, present, future. Excludes is_active = 0 and trashed layouts.</p>\n<p>Use parameters \"trashed=only\" for trashed layouts.</p>\n","urlObject":{"path":["layouts"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5962b7ed-32ed-45bb-bf22-22b39e0979a3"},{"name":"GET - all past layouts","id":"f9e1df9b-8bb2-463b-a7f8-70237a535d4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/layouts/past","description":"<p>Get all past layouts</p>\n","urlObject":{"path":["layouts","past"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9e1df9b-8bb2-463b-a7f8-70237a535d4c"},{"name":"GET - all future layouts","id":"5a9b9156-740f-486c-b7b6-0964911aa7d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/layouts/future","description":"<p>Get all current and future layouts</p>\n","urlObject":{"path":["layouts","future"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a9b9156-740f-486c-b7b6-0964911aa7d8"},{"name":"GET - layout at datetime","id":"40818488-ce7b-4512-9f26-349d0ccabfdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/layouts/ondatetime?datetime=2019-11-22","description":"<p>Get the layout based on a datetime, if empty, will return for the current time (\"now\")</p>\n","urlObject":{"path":["layouts","ondatetime"],"host":["{{url}}"],"query":[{"key":"datetime","value":"2019-11-22"}],"variable":[]}},"response":[],"_postman_id":"40818488-ce7b-4512-9f26-349d0ccabfdd"},{"name":"GET - layout content at","id":"7ea827cb-1e60-4f6d-ab50-9c6e97234bec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/layouts/ondatetime/content?datetime=","description":"<p>Get the layout content based on a datetime, if empty, will return for the current time (\"now\")</p>\n","urlObject":{"path":["layouts","ondatetime","content"],"host":["{{url}}"],"query":[{"key":"datetime","value":""}],"variable":[]}},"response":[],"_postman_id":"7ea827cb-1e60-4f6d-ab50-9c6e97234bec"},{"name":"GET - single layout","id":"da24de85-f175-49fa-93ef-0fd1529e3aef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/layouts/1","description":"<p>Get single layout by id</p>\n","urlObject":{"path":["layouts","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"da24de85-f175-49fa-93ef-0fd1529e3aef"},{"name":"GET - layout drawers","id":"d5e8fac1-1e49-4559-80f0-ba7d532370ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/layouts/3/drawers","description":"<p>Get layout drawers, in correct order</p>\n","urlObject":{"path":["layouts","3","drawers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5b08e59d-ce17-4939-8c35-238104e0cd4b","name":"GET - content-lists content","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true}],"url":{"raw":"{{url}}/content-lists/234/content?limit=2","host":["{{url}}"],"path":["content-lists","234","content"],"query":[{"key":"limit","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2179","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Jul 2018 18:39:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Mon Jul 23 2018 20:21:51 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6IkRFVitTaTRLS1M5bStjOFwveWQ5RjhBPT0iLCJ2YWx1ZSI6Ilg4SEpsUGJnXC85NVd1MTBaSEsxczh2RHRTXC85b3N3cUlhZzgzYzBxc0RxN003Y1NsQ000NnB1VFlzR2hIT1wvcmxaSFlRNEpRek1VOEp0NnhySHpoNDdnPT0iLCJtYWMiOiJkMzU5OTRmZDRhOGNiOTdkYWJkNGNkNmJjN2RjMmJmYTYxZTk0MDllNDA4ZDA5MDg2YzlmODEwMDUyMjBhZDY4In0%3D","key":"XSRF-TOKEN"},{"expires":"Mon Jul 23 2018 20:21:51 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6ImllS0pWNTdOWk5PVUE5dkVxc1p0U1E9PSIsInZhbHVlIjoiSkhJbzU1azVqWUp2ZURxVDFsSmJwb1FKYUxORVlJNUx2UCthTHd6UVJsMjNGbjg4U3JOVXFlR2xEeDVGU3c3RVVCbTVUTXoyMWpYK2RhVkl6NU9YY1E9PSIsIm1hYyI6ImM1NjQ2YTRiYmJhYmYwZGM2M2ZjMmZmN2NiMzY0NDE0N2JmNzhiYTg5YTIyYTA0ZjZkY2IzYmQxZmM0NzA2YTEifQ%3D%3D","key":"podmn_session"},{"expires":"Mon Jul 23 2018 19:13:42 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"1","key":"XDEBUG_SESSION"}],"responseTime":null,"body":"{\"current_page\":1,\"data\":[{\"id\":220,\"podcast_id\":7,\"title\":\"7\\/23 6am: Jennifer Hudson, Taylor Swift and James Corden cast in \\\"Cats\\\"\",\"description\":\"Happy Birthday Prince George! The little prince is 5 years old today. Drake is cool for another reason. He bought ice cream for neighborhoods around Los Angeles.\",\"guid\":\"d271e7b2-05a8-43fb-a136-77f67c60270d\",\"country\":\"US\",\"is_explicit\":0,\"enclosure_type\":\"audio\\/x-mpeg\",\"enclosure_url\":\"https:\\/\\/podone.noxsolutions.com\\/launchpod\\/MyTalkDirtAlerts\\/mp3\\/ktmy-7322.mp3\",\"duration\":0,\"publish_date\":\"2018-07-23 05:00:00\",\"link\":null,\"commentRSS\":null,\"slash_comments\":null,\"author\":null,\"meta_data_hash\":\"5b624621ea0778f65f219708de1843f1\",\"created_at\":\"2018-07-23 16:49:45\",\"updated_at\":\"2018-07-23 16:49:45\",\"deleted_at\":null},{\"id\":1,\"podcast_id\":1,\"title\":\"07\\/21 CYA, referrals referrals referrals!!!\",\"description\":\"Todd rocks again with AC DC today and also rocks with fabulous free information! Make your business work buy using referrals and always keep adding some great business relationships! Join some networking groups...put yourself up there and out there. Make a short presentation about yourself and why people should want to work with you!!\",\"guid\":\"aa5d6c4b-8616-4241-941b-369759113a33\",\"country\":\"US\",\"is_explicit\":0,\"enclosure_type\":\"audio\\/x-mpeg\",\"enclosure_url\":\"https:\\/\\/aw.noxsolutions.com\\/launchpod\\/adswizz\\/1589\\/CYA072118-1_59113a33.mp3?awCollectionId=1589&amp;awEpisodeId=aa5d6c4b-8616-4241-941b-369759113a33\",\"duration\":0,\"publish_date\":\"2018-07-21 05:00:00\",\"link\":null,\"commentRSS\":null,\"slash_comments\":null,\"author\":null,\"meta_data_hash\":\"7ad41844ed6c3ab8a2010a68e24d0f80\",\"created_at\":\"2018-07-23 16:48:59\",\"updated_at\":\"2018-07-23 16:48:59\",\"deleted_at\":null}],\"first_page_url\":\"https:\\/\\/api-local.podmn.com\\/content-lists\\/234\\/content?limit=2&page=1\",\"from\":1,\"last_page\":465,\"last_page_url\":\"https:\\/\\/api-local.podmn.com\\/content-lists\\/234\\/content?limit=2&page=465\",\"next_page_url\":\"https:\\/\\/api-local.podmn.com\\/content-lists\\/234\\/content?limit=2&page=2\",\"path\":\"https:\\/\\/api-local.podmn.com\\/content-lists\\/234\\/content\",\"per_page\":2,\"prev_page_url\":null,\"to\":2,\"total\":930}"},{"id":"a74de90c-7bb1-48eb-8284-b6832460dccb","name":"GET - content-lists content","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true}],"url":"{{url}}/content-lists/219/content"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"5233","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Jul 2018 18:40:58 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Mon Jul 23 2018 20:21:51 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6IkRFVitTaTRLS1M5bStjOFwveWQ5RjhBPT0iLCJ2YWx1ZSI6Ilg4SEpsUGJnXC85NVd1MTBaSEsxczh2RHRTXC85b3N3cUlhZzgzYzBxc0RxN003Y1NsQ000NnB1VFlzR2hIT1wvcmxaSFlRNEpRek1VOEp0NnhySHpoNDdnPT0iLCJtYWMiOiJkMzU5OTRmZDRhOGNiOTdkYWJkNGNkNmJjN2RjMmJmYTYxZTk0MDllNDA4ZDA5MDg2YzlmODEwMDUyMjBhZDY4In0%3D","key":"XSRF-TOKEN"},{"expires":"Mon Jul 23 2018 20:21:51 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6ImllS0pWNTdOWk5PVUE5dkVxc1p0U1E9PSIsInZhbHVlIjoiSkhJbzU1azVqWUp2ZURxVDFsSmJwb1FKYUxORVlJNUx2UCthTHd6UVJsMjNGbjg4U3JOVXFlR2xEeDVGU3c3RVVCbTVUTXoyMWpYK2RhVkl6NU9YY1E9PSIsIm1hYyI6ImM1NjQ2YTRiYmJhYmYwZGM2M2ZjMmZmN2NiMzY0NDE0N2JmNzhiYTg5YTIyYTA0ZjZkY2IzYmQxZmM0NzA2YTEifQ%3D%3D","key":"podmn_session"},{"expires":"Mon Jul 23 2018 19:13:42 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"1","key":"XDEBUG_SESSION"}],"responseTime":null,"body":"[{\"id\":443,\"podcast_id\":7,\"title\":\"3\\/30 5pm: A royal-adjacent scandal!\",\"description\":\"PLUS: The Weeknd spills Selena and Bella tea in his new songs, Netflix is offering a dream job and READY PLAYER ONE is out in theaters today!\",\"guid\":\"48c2930c-8e74-4570-a8c4-e17108814d2c\",\"country\":\"US\",\"is_explicit\":0,\"enclosure_type\":\"audio\\/x-mpeg\",\"enclosure_url\":\"https:\\/\\/podone.noxsolutions.com\\/launchpod\\/MyTalkDirtAlerts\\/mp3\\/ktmy-2708.mp3\",\"duration\":0,\"publish_date\":\"2018-03-30 22:00:00\",\"link\":null,\"commentRSS\":null,\"slash_comments\":null,\"author\":null,\"meta_data_hash\":\"f539cdfa5b213db4cae046839e6fc829\",\"created_at\":\"2018-07-23 16:49:51\",\"updated_at\":\"2018-07-23 16:49:51\",\"deleted_at\":null,\"pivot\":{\"content_list_id\":219,\"content_list_custom_object_id\":443,\"content_list_custom_object_type\":\"episodes\",\"created_at\":\"2018-07-23 16:57:09\",\"updated_at\":\"2018-07-23 16:57:09\"}},{\"id\":522,\"podcast_id\":9,\"title\":\"06\\/16 SMST Hr 2- check our fun \\\"Breakin down the tape\\\" segment this hour!\",\"description\":\"Will the Wolves make the big move yet...or will it be some minor adjustments? Mathew and Judd have some fun with World Cup Soccer and all those major injuries that occur! So many changes coming in the NFL...so many law suits for head injuries too.\",\"guid\":\"7bdfea33-192a-4b6d-befc-425e68c2f9e2\",\"country\":\"US\",\"is_explicit\":0,\"enclosure_type\":\"audio\\/x-mpeg\",\"enclosure_url\":\"https:\\/\\/aw.noxsolutions.com\\/launchpod\\/SaturdaySportsTalk\\/mp3\\/SST061618-2_68c2f9e2.mp3?awCollectionId=1097&amp;awEpisodeId=7bdfea33-192a-4b6d-befc-425e68c2f9e2\",\"duration\":0,\"publish_date\":\"2018-06-16 05:00:00\",\"link\":null,\"commentRSS\":null,\"slash_comments\":null,\"author\":null,\"meta_data_hash\":\"829db332183cd81a15d8d9883f70722b\",\"created_at\":\"2018-07-23 16:50:02\",\"updated_at\":\"2018-07-23 16:50:02\",\"deleted_at\":null,\"pivot\":{\"content_list_id\":219,\"content_list_custom_object_id\":522,\"content_list_custom_object_type\":\"episodes\",\"created_at\":\"2018-07-23 16:57:09\",\"updated_at\":\"2018-07-23 16:57:09\"}},{\"id\":781,\"podcast_id\":11,\"title\":\"11\\/30 Thursday - The Beer Show\",\"description\":\"Reuvers and Frattallone talk with Jim from Elevated for the Weekly Beer Run and his guest John from Barley Johns Brewery. Later they talk with Mike and Ian from Red Cow about the upcoming 12 Beers of Christmas!\",\"guid\":\"1783050\",\"country\":\"US\",\"is_explicit\":0,\"enclosure_type\":\"audio\\/x-mpeg\",\"enclosure_url\":\"https:\\/\\/aw.noxsolutions.com\\/launchpod\\/TheBeerShow\\/mp3\\/BS113017-1_1783051.mp3?awCollectionId=1098&amp;awEpisodeId=1783051\",\"duration\":0,\"publish_date\":\"2017-11-30 15:01:00\",\"link\":null,\"commentRSS\":null,\"slash_comments\":null,\"author\":null,\"meta_data_hash\":\"26021dda230ea56f2181d91260fd5011\",\"created_at\":\"2018-07-23 16:50:19\",\"updated_at\":\"2018-07-23 16:50:19\",\"deleted_at\":null,\"pivot\":{\"content_list_id\":219,\"content_list_custom_object_id\":781,\"content_list_custom_object_type\":\"episodes\",\"created_at\":\"2018-07-23 16:57:09\",\"updated_at\":\"2018-07-23 16:57:09\"}},{\"id\":1026,\"podcast_id\":12,\"title\":\"2\\/5 Monday Hour 1 - The Ride w\\/Reusse\",\"description\":\"The Ride starts with Manny's 4-Deep thoughts on Super Bowl LII. Maureen Bausch, CEO of the MN Super Bowl Host Committee joins to recap the week that was in the Twin Cities. John Heidt has a sports update, and Reusse celebrates his status as No. 9.\",\"guid\":\"cd9f0fab-004a-402c-95a3-41c6586e5ad6\",\"country\":\"US\",\"is_explicit\":0,\"enclosure_type\":\"audio\\/x-mpeg\",\"enclosure_url\":\"https:\\/\\/aw.noxsolutions.com\\/launchpod\\/reusserambles\\/mp3\\/PR020518-1_586e5ad6.mp3?awCollectionId=1094&amp;awEpisodeId=cd9f0fab-004a-402c-95a3-41c6586e5ad6\",\"duration\":0,\"publish_date\":\"2018-02-05 07:00:00\",\"link\":null,\"commentRSS\":null,\"slash_comments\":null,\"author\":null,\"meta_data_hash\":\"fb677e2be716ec12e59bb2ae22f7d3b6\",\"created_at\":\"2018-07-23 16:50:30\",\"updated_at\":\"2018-07-23 16:50:30\",\"deleted_at\":null,\"pivot\":{\"content_list_id\":219,\"content_list_custom_object_id\":1026,\"content_list_custom_object_type\":\"episodes\",\"created_at\":\"2018-07-23 16:57:09\",\"updated_at\":\"2018-07-23 16:57:09\"}},{\"id\":1606,\"podcast_id\":22,\"title\":\"7\\/10 HR 1:  Barbara Carlson has lost her battle with cancer\\/Cave rescue update\\/Another Lefty fraud\",\"description\":\"Former radio host, Barbara Carlson has lost her cancer battle.  Joe and Rook reminisce about her career at the station.  The Mayor updates listeners on the Cave Rescue mission.  This really freaks Joe out.  Not a good ending for some newlyweds on a zip line.  The socialist from NY that has been in the news, is outed as a fraud.\",\"guid\":\"2c767afc-3c78-40f0-8053-e3f43032de4f\",\"country\":\"US\",\"is_explicit\":0,\"enclosure_type\":\"audio\\/x-mpeg\",\"enclosure_url\":\"https:\\/\\/aw.noxsolutions.com\\/launchpod\\/GarageLogic\\/mp3\\/kstpam-2143_3032de4f.mp3?awCollectionId=1084&amp;awEpisodeId=2c767afc-3c78-40f0-8053-e3f43032de4f\",\"duration\":0,\"publish_date\":\"2018-07-10 05:00:00\",\"link\":null,\"commentRSS\":null,\"slash_comments\":null,\"author\":null,\"meta_data_hash\":\"7e1f4173d5375b462fc8279a86029421\",\"created_at\":\"2018-07-23 16:51:12\",\"updated_at\":\"2018-07-23 16:51:12\",\"deleted_at\":null,\"pivot\":{\"content_list_id\":219,\"content_list_custom_object_id\":1606,\"content_list_custom_object_type\":\"episodes\",\"created_at\":\"2018-07-23 16:57:09\",\"updated_at\":\"2018-07-23 16:57:09\"}}]"}],"_postman_id":"d5e8fac1-1e49-4559-80f0-ba7d532370ee"},{"name":"GET - layout drawers content","id":"764750f8-db7d-436d-b13a-0af7a238254e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/layouts/3/drawers/content","description":"<p>Get the actual content of the layout (as used in the app).</p>\n","urlObject":{"path":["layouts","3","drawers","content"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"33671618-6599-4b53-a6f4-985c7512a7c5","name":"GET - content-lists content","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true}],"url":{"raw":"{{url}}/content-lists/234/content?limit=2","host":["{{url}}"],"path":["content-lists","234","content"],"query":[{"key":"limit","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2179","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Jul 2018 18:39:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Mon Jul 23 2018 20:21:51 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6IkRFVitTaTRLS1M5bStjOFwveWQ5RjhBPT0iLCJ2YWx1ZSI6Ilg4SEpsUGJnXC85NVd1MTBaSEsxczh2RHRTXC85b3N3cUlhZzgzYzBxc0RxN003Y1NsQ000NnB1VFlzR2hIT1wvcmxaSFlRNEpRek1VOEp0NnhySHpoNDdnPT0iLCJtYWMiOiJkMzU5OTRmZDRhOGNiOTdkYWJkNGNkNmJjN2RjMmJmYTYxZTk0MDllNDA4ZDA5MDg2YzlmODEwMDUyMjBhZDY4In0%3D","key":"XSRF-TOKEN"},{"expires":"Mon Jul 23 2018 20:21:51 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6ImllS0pWNTdOWk5PVUE5dkVxc1p0U1E9PSIsInZhbHVlIjoiSkhJbzU1azVqWUp2ZURxVDFsSmJwb1FKYUxORVlJNUx2UCthTHd6UVJsMjNGbjg4U3JOVXFlR2xEeDVGU3c3RVVCbTVUTXoyMWpYK2RhVkl6NU9YY1E9PSIsIm1hYyI6ImM1NjQ2YTRiYmJhYmYwZGM2M2ZjMmZmN2NiMzY0NDE0N2JmNzhiYTg5YTIyYTA0ZjZkY2IzYmQxZmM0NzA2YTEifQ%3D%3D","key":"podmn_session"},{"expires":"Mon Jul 23 2018 19:13:42 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"1","key":"XDEBUG_SESSION"}],"responseTime":null,"body":"{\"current_page\":1,\"data\":[{\"id\":220,\"podcast_id\":7,\"title\":\"7\\/23 6am: Jennifer Hudson, Taylor Swift and James Corden cast in \\\"Cats\\\"\",\"description\":\"Happy Birthday Prince George! The little prince is 5 years old today. Drake is cool for another reason. He bought ice cream for neighborhoods around Los Angeles.\",\"guid\":\"d271e7b2-05a8-43fb-a136-77f67c60270d\",\"country\":\"US\",\"is_explicit\":0,\"enclosure_type\":\"audio\\/x-mpeg\",\"enclosure_url\":\"https:\\/\\/podone.noxsolutions.com\\/launchpod\\/MyTalkDirtAlerts\\/mp3\\/ktmy-7322.mp3\",\"duration\":0,\"publish_date\":\"2018-07-23 05:00:00\",\"link\":null,\"commentRSS\":null,\"slash_comments\":null,\"author\":null,\"meta_data_hash\":\"5b624621ea0778f65f219708de1843f1\",\"created_at\":\"2018-07-23 16:49:45\",\"updated_at\":\"2018-07-23 16:49:45\",\"deleted_at\":null},{\"id\":1,\"podcast_id\":1,\"title\":\"07\\/21 CYA, referrals referrals referrals!!!\",\"description\":\"Todd rocks again with AC DC today and also rocks with fabulous free information! Make your business work buy using referrals and always keep adding some great business relationships! Join some networking groups...put yourself up there and out there. Make a short presentation about yourself and why people should want to work with you!!\",\"guid\":\"aa5d6c4b-8616-4241-941b-369759113a33\",\"country\":\"US\",\"is_explicit\":0,\"enclosure_type\":\"audio\\/x-mpeg\",\"enclosure_url\":\"https:\\/\\/aw.noxsolutions.com\\/launchpod\\/adswizz\\/1589\\/CYA072118-1_59113a33.mp3?awCollectionId=1589&amp;awEpisodeId=aa5d6c4b-8616-4241-941b-369759113a33\",\"duration\":0,\"publish_date\":\"2018-07-21 05:00:00\",\"link\":null,\"commentRSS\":null,\"slash_comments\":null,\"author\":null,\"meta_data_hash\":\"7ad41844ed6c3ab8a2010a68e24d0f80\",\"created_at\":\"2018-07-23 16:48:59\",\"updated_at\":\"2018-07-23 16:48:59\",\"deleted_at\":null}],\"first_page_url\":\"https:\\/\\/api-local.podmn.com\\/content-lists\\/234\\/content?limit=2&page=1\",\"from\":1,\"last_page\":465,\"last_page_url\":\"https:\\/\\/api-local.podmn.com\\/content-lists\\/234\\/content?limit=2&page=465\",\"next_page_url\":\"https:\\/\\/api-local.podmn.com\\/content-lists\\/234\\/content?limit=2&page=2\",\"path\":\"https:\\/\\/api-local.podmn.com\\/content-lists\\/234\\/content\",\"per_page\":2,\"prev_page_url\":null,\"to\":2,\"total\":930}"},{"id":"e342bd29-80f2-44fb-8f4d-c86320278fea","name":"GET - content-lists content","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true}],"url":"{{url}}/content-lists/219/content"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"5233","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Jul 2018 18:40:58 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Mon Jul 23 2018 20:21:51 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6IkRFVitTaTRLS1M5bStjOFwveWQ5RjhBPT0iLCJ2YWx1ZSI6Ilg4SEpsUGJnXC85NVd1MTBaSEsxczh2RHRTXC85b3N3cUlhZzgzYzBxc0RxN003Y1NsQ000NnB1VFlzR2hIT1wvcmxaSFlRNEpRek1VOEp0NnhySHpoNDdnPT0iLCJtYWMiOiJkMzU5OTRmZDRhOGNiOTdkYWJkNGNkNmJjN2RjMmJmYTYxZTk0MDllNDA4ZDA5MDg2YzlmODEwMDUyMjBhZDY4In0%3D","key":"XSRF-TOKEN"},{"expires":"Mon Jul 23 2018 20:21:51 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6ImllS0pWNTdOWk5PVUE5dkVxc1p0U1E9PSIsInZhbHVlIjoiSkhJbzU1azVqWUp2ZURxVDFsSmJwb1FKYUxORVlJNUx2UCthTHd6UVJsMjNGbjg4U3JOVXFlR2xEeDVGU3c3RVVCbTVUTXoyMWpYK2RhVkl6NU9YY1E9PSIsIm1hYyI6ImM1NjQ2YTRiYmJhYmYwZGM2M2ZjMmZmN2NiMzY0NDE0N2JmNzhiYTg5YTIyYTA0ZjZkY2IzYmQxZmM0NzA2YTEifQ%3D%3D","key":"podmn_session"},{"expires":"Mon Jul 23 2018 19:13:42 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"1","key":"XDEBUG_SESSION"}],"responseTime":null,"body":"[{\"id\":443,\"podcast_id\":7,\"title\":\"3\\/30 5pm: A royal-adjacent scandal!\",\"description\":\"PLUS: The Weeknd spills Selena and Bella tea in his new songs, Netflix is offering a dream job and READY PLAYER ONE is out in theaters today!\",\"guid\":\"48c2930c-8e74-4570-a8c4-e17108814d2c\",\"country\":\"US\",\"is_explicit\":0,\"enclosure_type\":\"audio\\/x-mpeg\",\"enclosure_url\":\"https:\\/\\/podone.noxsolutions.com\\/launchpod\\/MyTalkDirtAlerts\\/mp3\\/ktmy-2708.mp3\",\"duration\":0,\"publish_date\":\"2018-03-30 22:00:00\",\"link\":null,\"commentRSS\":null,\"slash_comments\":null,\"author\":null,\"meta_data_hash\":\"f539cdfa5b213db4cae046839e6fc829\",\"created_at\":\"2018-07-23 16:49:51\",\"updated_at\":\"2018-07-23 16:49:51\",\"deleted_at\":null,\"pivot\":{\"content_list_id\":219,\"content_list_custom_object_id\":443,\"content_list_custom_object_type\":\"episodes\",\"created_at\":\"2018-07-23 16:57:09\",\"updated_at\":\"2018-07-23 16:57:09\"}},{\"id\":522,\"podcast_id\":9,\"title\":\"06\\/16 SMST Hr 2- check our fun \\\"Breakin down the tape\\\" segment this hour!\",\"description\":\"Will the Wolves make the big move yet...or will it be some minor adjustments? Mathew and Judd have some fun with World Cup Soccer and all those major injuries that occur! So many changes coming in the NFL...so many law suits for head injuries too.\",\"guid\":\"7bdfea33-192a-4b6d-befc-425e68c2f9e2\",\"country\":\"US\",\"is_explicit\":0,\"enclosure_type\":\"audio\\/x-mpeg\",\"enclosure_url\":\"https:\\/\\/aw.noxsolutions.com\\/launchpod\\/SaturdaySportsTalk\\/mp3\\/SST061618-2_68c2f9e2.mp3?awCollectionId=1097&amp;awEpisodeId=7bdfea33-192a-4b6d-befc-425e68c2f9e2\",\"duration\":0,\"publish_date\":\"2018-06-16 05:00:00\",\"link\":null,\"commentRSS\":null,\"slash_comments\":null,\"author\":null,\"meta_data_hash\":\"829db332183cd81a15d8d9883f70722b\",\"created_at\":\"2018-07-23 16:50:02\",\"updated_at\":\"2018-07-23 16:50:02\",\"deleted_at\":null,\"pivot\":{\"content_list_id\":219,\"content_list_custom_object_id\":522,\"content_list_custom_object_type\":\"episodes\",\"created_at\":\"2018-07-23 16:57:09\",\"updated_at\":\"2018-07-23 16:57:09\"}},{\"id\":781,\"podcast_id\":11,\"title\":\"11\\/30 Thursday - The Beer Show\",\"description\":\"Reuvers and Frattallone talk with Jim from Elevated for the Weekly Beer Run and his guest John from Barley Johns Brewery. Later they talk with Mike and Ian from Red Cow about the upcoming 12 Beers of Christmas!\",\"guid\":\"1783050\",\"country\":\"US\",\"is_explicit\":0,\"enclosure_type\":\"audio\\/x-mpeg\",\"enclosure_url\":\"https:\\/\\/aw.noxsolutions.com\\/launchpod\\/TheBeerShow\\/mp3\\/BS113017-1_1783051.mp3?awCollectionId=1098&amp;awEpisodeId=1783051\",\"duration\":0,\"publish_date\":\"2017-11-30 15:01:00\",\"link\":null,\"commentRSS\":null,\"slash_comments\":null,\"author\":null,\"meta_data_hash\":\"26021dda230ea56f2181d91260fd5011\",\"created_at\":\"2018-07-23 16:50:19\",\"updated_at\":\"2018-07-23 16:50:19\",\"deleted_at\":null,\"pivot\":{\"content_list_id\":219,\"content_list_custom_object_id\":781,\"content_list_custom_object_type\":\"episodes\",\"created_at\":\"2018-07-23 16:57:09\",\"updated_at\":\"2018-07-23 16:57:09\"}},{\"id\":1026,\"podcast_id\":12,\"title\":\"2\\/5 Monday Hour 1 - The Ride w\\/Reusse\",\"description\":\"The Ride starts with Manny's 4-Deep thoughts on Super Bowl LII. Maureen Bausch, CEO of the MN Super Bowl Host Committee joins to recap the week that was in the Twin Cities. John Heidt has a sports update, and Reusse celebrates his status as No. 9.\",\"guid\":\"cd9f0fab-004a-402c-95a3-41c6586e5ad6\",\"country\":\"US\",\"is_explicit\":0,\"enclosure_type\":\"audio\\/x-mpeg\",\"enclosure_url\":\"https:\\/\\/aw.noxsolutions.com\\/launchpod\\/reusserambles\\/mp3\\/PR020518-1_586e5ad6.mp3?awCollectionId=1094&amp;awEpisodeId=cd9f0fab-004a-402c-95a3-41c6586e5ad6\",\"duration\":0,\"publish_date\":\"2018-02-05 07:00:00\",\"link\":null,\"commentRSS\":null,\"slash_comments\":null,\"author\":null,\"meta_data_hash\":\"fb677e2be716ec12e59bb2ae22f7d3b6\",\"created_at\":\"2018-07-23 16:50:30\",\"updated_at\":\"2018-07-23 16:50:30\",\"deleted_at\":null,\"pivot\":{\"content_list_id\":219,\"content_list_custom_object_id\":1026,\"content_list_custom_object_type\":\"episodes\",\"created_at\":\"2018-07-23 16:57:09\",\"updated_at\":\"2018-07-23 16:57:09\"}},{\"id\":1606,\"podcast_id\":22,\"title\":\"7\\/10 HR 1:  Barbara Carlson has lost her battle with cancer\\/Cave rescue update\\/Another Lefty fraud\",\"description\":\"Former radio host, Barbara Carlson has lost her cancer battle.  Joe and Rook reminisce about her career at the station.  The Mayor updates listeners on the Cave Rescue mission.  This really freaks Joe out.  Not a good ending for some newlyweds on a zip line.  The socialist from NY that has been in the news, is outed as a fraud.\",\"guid\":\"2c767afc-3c78-40f0-8053-e3f43032de4f\",\"country\":\"US\",\"is_explicit\":0,\"enclosure_type\":\"audio\\/x-mpeg\",\"enclosure_url\":\"https:\\/\\/aw.noxsolutions.com\\/launchpod\\/GarageLogic\\/mp3\\/kstpam-2143_3032de4f.mp3?awCollectionId=1084&amp;awEpisodeId=2c767afc-3c78-40f0-8053-e3f43032de4f\",\"duration\":0,\"publish_date\":\"2018-07-10 05:00:00\",\"link\":null,\"commentRSS\":null,\"slash_comments\":null,\"author\":null,\"meta_data_hash\":\"7e1f4173d5375b462fc8279a86029421\",\"created_at\":\"2018-07-23 16:51:12\",\"updated_at\":\"2018-07-23 16:51:12\",\"deleted_at\":null,\"pivot\":{\"content_list_id\":219,\"content_list_custom_object_id\":1606,\"content_list_custom_object_type\":\"episodes\",\"created_at\":\"2018-07-23 16:57:09\",\"updated_at\":\"2018-07-23 16:57:09\"}}]"}],"_postman_id":"764750f8-db7d-436d-b13a-0af7a238254e"},{"name":"GET - layouts with same datetimes","id":"7906fe97-3434-41db-b933-1d43d1153201","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/layouts/layoutwithdates?start=2019-11-21&end=2019-11-22","description":"<p>Returns layouts that overlap with time periods. This is NOT paginated.</p>\n","urlObject":{"path":["layouts","layoutwithdates"],"host":["{{url}}"],"query":[{"key":"start","value":"2019-11-21"},{"key":"end","value":"2019-11-22"}],"variable":[]}},"response":[],"_postman_id":"7906fe97-3434-41db-b933-1d43d1153201"},{"name":"POST - create new layout","id":"b5eb1376-7d4f-4b40-81ab-3e261ea57bb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{    \n\t\"name\": \"Layout 2\",\n\t\"start_datetime\": \"2019-06-21 05:00:00\",\n\t\"end_datetime\": \"2020-08-01 04:59:59\",\n\t\"drawers\": [3,1,2]\n}"},"url":"{{url}}/layouts","description":"<p>Create new layout.</p>\n<p><code>drawers</code> can be set as an array of Drawer IDs. The order is important.</p>\n","urlObject":{"path":["layouts"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5eb1376-7d4f-4b40-81ab-3e261ea57bb0"},{"name":"PUT - update layout","id":"ca0c4b78-7d79-4399-8c57-3263fb13a21f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{    \n\t\"name\": \"Layout 3\",\n\t\"start_datetime\": \"2019-06-21 05:00:00\",\n\t\"end_datetime\": \"2020-08-01 04:59:59\",\n\t\"drawers\": [3,1,2]\n}"},"url":"{{url}}/layouts/3","description":"<p>Update layout by layout_id</p>\n","urlObject":{"path":["layouts","3"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca0c4b78-7d79-4399-8c57-3263fb13a21f"},{"name":"DELETE - delete layout","id":"bdebdb14-8d97-4f36-b5a9-3268ff46e719","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/layouts/1","description":"<p>Delete layout by layout_id</p>\n","urlObject":{"path":["layouts","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdebdb14-8d97-4f36-b5a9-3268ff46e719"},{"name":"PATCH - restore deleted layout","id":"7a8d323f-6f51-4432-9d73-959d95595fbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/layouts/3","description":"<p>Restore layout by layout_id</p>\n","urlObject":{"path":["layouts","3"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a8d323f-6f51-4432-9d73-959d95595fbb"}],"id":"15e830d7-d265-449e-98d8-2c03780f64a6","description":"<p>Layouts are structures to hold multiple drawers.</p>\n","event":[{"listen":"prerequest","script":{"id":"02ca31ac-d0be-41e2-9ce5-57eefc82326e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e8fa07dc-9a32-4f71-b1a0-7693976abe90","type":"text/javascript","exec":[""]}}],"_postman_id":"15e830d7-d265-449e-98d8-2c03780f64a6"},{"name":"drawers","item":[{"name":"GET - all drawers","id":"7080e54f-1747-490c-87ee-ef4d2ad8dc5c","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/drawers","description":"<p>Get all drawers</p>\n","urlObject":{"path":["drawers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7080e54f-1747-490c-87ee-ef4d2ad8dc5c"},{"name":"GET - single drawer","id":"f6789add-4618-4ff3-9a95-96b1df02cfcc","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/drawers/5","description":"<p>PUBLIC ENDPOINT: Get single drawer by id.</p>\n","urlObject":{"path":["drawers","5"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6789add-4618-4ff3-9a95-96b1df02cfcc"},{"name":"GET - single drawer content","id":"d8c6a62c-0c9e-41c2-921a-bb117a0ec58c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{url}}/drawers/5/content","description":"<p>PUBLIC ENDPOINT: Get single drawer by id w/ content.</p>\n","urlObject":{"path":["drawers","5","content"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8c6a62c-0c9e-41c2-921a-bb117a0ec58c"},{"name":"GET - all drawers (active w/ content)","id":"bdd796ed-36b3-4a07-88e7-1f88066d46b9","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{url}}/drawers/active","description":"<p>PUBLIC ENDPOINT: Get all drawers that are active with content.</p>\n","urlObject":{"path":["drawers","active"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdd796ed-36b3-4a07-88e7-1f88066d46b9"},{"name":"POST - create new drawer","id":"156cb138-fade-4ae6-bb9a-4e7ba3b309d8","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sample Drawer 2\",\n    \"limit\": 5,\n    \"active\": 0,\n    \"style\": \"vertical\",\n    \"order\": 1,\n    \"object_size\": \"small\",\n    \"drawerable_type\": \"content-list\",\n    \"drawerable_id\": 19,\n    \"background_image_id\": 12\n}"},"url":"{{url}}/drawers","description":"<p>Create new content list.</p>\n<p>Allowable types are \"podcast\" and \"episode\". Rules Config is an optional JSON object with order (\"trending\", \"default\", \"latest\") and an array of category IDs.</p>\n","urlObject":{"path":["drawers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"156cb138-fade-4ae6-bb9a-4e7ba3b309d8"},{"name":"PUT - update drawer","id":"46278fa4-d33c-47d2-8d5d-359e94b92b68","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"active\": 1,\n    \"background_image_id\": 14\n}"},"url":"{{url}}/drawers/13","description":"<p>Update content by content_id</p>\n","urlObject":{"path":["drawers","13"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"46278fa4-d33c-47d2-8d5d-359e94b92b68"},{"name":"DELETE - delete drawer","id":"1c41f629-63f5-4b1f-a4f6-761dec0f16ba","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/drawers/5","description":"<p>Delete content by content_id</p>\n","urlObject":{"path":["drawers","5"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c41f629-63f5-4b1f-a4f6-761dec0f16ba"},{"name":"Update drawer order","id":"d26b704c-c18c-4ef7-af7f-2f7fc8378eef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": 1,\n    \"order\": 16\n  },\n  {\n    \"id\": 2,\n    \"order\": 6\n  },\n  {\n    \"id\": 3,\n    \"order\": 1\n  }\n]"},"url":"{{url}}/drawers","description":"<p>This endpoint will accept an array of basic drawer objects (id must always be included). The main purpose is to update drawer order, but other drawer attributes can be updated as well. Example payload:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"id\": 1,\n    \"order\": 17\n  },\n  {\n    \"id\": 2,\n    \"order\": 5\n  },\n  {\n    \"id\": 3,\n    \"order\": 0\n  }\n]\n</code></pre>\n","urlObject":{"path":["drawers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d26b704c-c18c-4ef7-af7f-2f7fc8378eef"}],"id":"a2b8a141-68e5-419d-968c-2176df7995ed","description":"<p>Drawers are used to display content on the home page or main screen. They can contain lists of objects. They should be displayed certain ways, based on the properties.</p>\n","event":[{"listen":"prerequest","script":{"id":"02ca31ac-d0be-41e2-9ce5-57eefc82326e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e8fa07dc-9a32-4f71-b1a0-7693976abe90","type":"text/javascript","exec":[""]}}],"_postman_id":"a2b8a141-68e5-419d-968c-2176df7995ed"},{"name":"devices","item":[{"name":"GET - all devices","id":"9a00d446-c198-4616-a96d-7d91bd2e3d3e","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"user_id\": 4\n}"},"url":"{{url}}/devices","description":"<p>Get all devices </p>\n","urlObject":{"path":["devices"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a00d446-c198-4616-a96d-7d91bd2e3d3e"},{"name":"GET - single devices","id":"d1b72b54-d1ce-4364-8ff9-807809a1f574","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/devices/9","description":"<p>Get single device by id</p>\n","urlObject":{"path":["devices","9"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1b72b54-d1ce-4364-8ff9-807809a1f574"},{"name":"POST - updateOrCreate device","id":"973e8d6a-1188-411b-a510-a2aa667d89f5","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"udid\": \"1136e687-9084-3329-9c18-5627f8ab28b3\",\n\t\"platform\": \"apple\"\n}"},"url":"{{url}}/devices","description":"<p>This endpoint will update or create a device based on udid.</p>\n<p>This endpoint should be called with the following events:</p>\n<ol>\n<li>When app is opened.</li>\n<li>When a user logs in through the device.</li>\n<li>Confirming notifications on the device.</li>\n</ol>\n<p>This endpoint always requires the following to data attributes:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"udid\": \"{udid}\",\n    \"platform\": \"{apple|gcm}\"\n    ...\n}\n</code></pre><p>Here is a list of all attributes that can be managed by endpoint:</p>\n<p>```\nudid,\nplatform,\ntype,\nuser_id,\npush_token,\nad_id,\nlocation_services // [not used right now]\n``</p>\n","urlObject":{"path":["devices"],"host":["{{url}}"],"query":[{"disabled":true,"key":"XDEBUG_SESSION_START","value":null}],"variable":[]}},"response":[],"_postman_id":"973e8d6a-1188-411b-a510-a2aa667d89f5"},{"name":"DELETE - delete device","id":"d87a26e1-c107-46a3-b42c-1d74b5f216e2","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/devices/26","description":"<p>Delete device by device_id</p>\n","urlObject":{"path":["devices","26"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d87a26e1-c107-46a3-b42c-1d74b5f216e2"}],"id":"8bb79ed2-8b9b-47b9-a9ec-4d375d1bf899","description":"<p>The device endpoint* for update or create is the same and will use the <code>udid</code> value passed to find and update the device record or if not found, create a unique record for the device in the database.</p>\n<p>The device object that is returned will contain an <code>id</code>, <code>user_id</code> and <code>udid</code>. The <code>user_id</code> may be null if the device has not been attached to a user account.</p>\n","event":[{"listen":"prerequest","script":{"id":"cc4f606a-8e99-4c8f-8261-32f2378fe5b1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ca4c1ec8-d19a-4e6c-b50d-153106a9c2d1","type":"text/javascript","exec":[""]}}],"_postman_id":"8bb79ed2-8b9b-47b9-a9ec-4d375d1bf899"},{"name":"dfps","item":[{"name":"GET - dfps","id":"b10e2ef4-e93d-476a-be20-229747c2ca27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/dfps","description":"<p>Return all dfps</p>\n","urlObject":{"path":["dfps"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b10e2ef4-e93d-476a-be20-229747c2ca27"},{"name":"PUT|POST - create/update dfps","id":"7606203f-c7b6-4ada-b641-fe42b1ea2051","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"ad_unit\": \"podmn_250x250_disccover\",\n\t\"is_sponsored\": true\n}"},"url":"{{url}}/dfps","description":"<p>PUT|POST will work with this endpoint to create or update dfp record</p>\n<p>payload: </p>\n<ul>\n<li><code>ad_unit</code> is required.</li>\n<li><code>active</code> default is true</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"ad_unit\": \"podmn_250x250_disccover\",\n    \"description\": \"some fancy description (optional)\",\n    \"target_platform\": \"mobile\",\n    \"active\": true\n}\n</code></pre>","urlObject":{"path":["dfps"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7606203f-c7b6-4ada-b641-fe42b1ea2051"},{"name":"GET - single dfp","id":"1ce3c4d0-d368-48c7-b936-51003ae2281b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/dfps/2","description":"<p>Return a single dfp record</p>\n","urlObject":{"path":["dfps","2"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ce3c4d0-d368-48c7-b936-51003ae2281b"},{"name":"DELETE - single dfp","id":"9a30d4d7-e67e-4527-aad0-936b92976928","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/dfps/2","description":"<p>Completely remove a dfp record (this is not a soft delete)</p>\n","urlObject":{"path":["dfps","2"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a30d4d7-e67e-4527-aad0-936b92976928"}],"id":"8d670274-c411-41b1-ac43-13fa15243d9d","_postman_id":"8d670274-c411-41b1-ac43-13fa15243d9d","description":""},{"name":"email-lists","item":[{"name":"GET  Email Lists","id":"3c01fab3-a279-4fa7-924d-307a5bbdbbc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/email-lists","description":"<p>Fetch all email lists</p>\n","urlObject":{"path":["email-lists"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c01fab3-a279-4fa7-924d-307a5bbdbbc1"},{"name":"GET Single Email List","id":"e2d0213e-ec00-419a-901f-46e05548d55f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/email-lists/{id}","description":"<p>Get a single email list using email list id.</p>\n","urlObject":{"path":["email-lists","{id}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2d0213e-ec00-419a-901f-46e05548d55f"},{"name":"POST Create new Email List","id":"e9557a28-e240-491a-8dfb-ce5d03d134ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"label\": \"Yes, send me PodMN E-lert\",\n\t\"type\": \"standard\",\n\t\"opt_in\": true\n}"},"url":"{{url}}/email-lists","description":"<p>Method to create a new Email List.</p>\n<p>Payload Example.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"label\": \"Recommended\",\n    \"description\": \"short description\",\n    \"type\": \"standard\", // options [standard,automated]\n    \"opt_in\": true,\n}\n</code></pre><p>Only <code>label</code> is required. Description can be null. Type will default to \"standard\" and <code>opt_in</code> to \"true\".</p>\n","urlObject":{"path":["email-lists"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9557a28-e240-491a-8dfb-ce5d03d134ea"},{"name":"PUT Update Email List","id":"e6969feb-9598-45fa-8498-4dd46156dcfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"opt_in\": false\n}"},"url":"{{url}}/email-lists/{id}","description":"<p>Update email list using email list id.</p>\n<p>Payload Example.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"label\": \"Recommended\",\n    \"description\": \"short description\",\n    \"type\": \"standard\", // options [standard,automated]\n    \"opt_in\": true,\n}\n</code></pre><p>Description can be null. Type will default to \"standard\" and <code>opt_in</code> to \"true\".</p>\n","urlObject":{"path":["email-lists","{id}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6969feb-9598-45fa-8498-4dd46156dcfc"},{"name":"DELETE Single Email List","id":"b68857f4-6c0a-4f0f-85e1-dc5c75fd987f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/email-lists/{id}","description":"<p>Delete a single email list using the email list id.</p>\n","urlObject":{"path":["email-lists","{id}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b68857f4-6c0a-4f0f-85e1-dc5c75fd987f"},{"name":"PATCH Restore Email List","id":"fdc6633a-5cb3-4907-926d-c667a7098b64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/email-lists/{id}","description":"<p>Restore an Email List using the email list id.</p>\n","urlObject":{"path":["email-lists","{id}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fdc6633a-5cb3-4907-926d-c667a7098b64"}],"id":"f633fe65-a0fb-4fdb-812b-b9754f0661eb","_postman_id":"f633fe65-a0fb-4fdb-812b-b9754f0661eb","description":""},{"name":"episodes","item":[{"name":"GET - all episodes","id":"b75054bf-527d-4709-9d0f-02ed9579fd9a","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/episodes","description":"<p>Get all episodes</p>\n<p>Editor Role+: use parameter with scope variable to display all active and not-active episodes.</p>\n<p>This parameter key may change, but currently the parameter is:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>without_global_scope=podcast_active\n</code></pre><p>Admin user may filter episodes by fields:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>filter[title]=cluck\n</code></pre><p>Admin user may also limit filtered results to single podcast by passing podcast_id:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>podcast_id=222\n</code></pre>","urlObject":{"path":["episodes"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b75054bf-527d-4709-9d0f-02ed9579fd9a"},{"name":"GET - single episode","id":"2c96af25-904a-4687-91cc-4182b1c877d3","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-platform","value":"admin","type":"text"}],"url":"{{url}}/episodes/1141?without_global_scope=podcast_active","description":"<p>PUBLIC ENDPOINT: Get single episode by episode_id</p>\n<p>Editor Role+: use parameter with scope variable to display all active and not-active episode.</p>\n<p>This parameter key may change, but currently the parameter is:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>without_global_scope=podcast_active\n</code></pre>","urlObject":{"path":["episodes","1141"],"host":["{{url}}"],"query":[{"key":"without_global_scope","value":"podcast_active"},{"disabled":true,"key":"XDEBUG_SESSION_START","value":"1"}],"variable":[]}},"response":[],"_postman_id":"2c96af25-904a-4687-91cc-4182b1c877d3"},{"name":"GET - episode podcast","id":"d8e6ef7d-1ec1-4320-82cb-e806370e7207","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/episodes/2/podcast","description":"<p>PUBLIC ENDPOINT: Get episode parent podcast by episode_id</p>\n","urlObject":{"path":["episodes","2","podcast"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8e6ef7d-1ec1-4320-82cb-e806370e7207"},{"name":"GET - episode tags","id":"f2a83320-d791-44e1-b3cc-43a283bc6fc4","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/episodes/3/tags","description":"<p>PUBLIC ENDPOINT: Get episode tags by episode_id</p>\n","urlObject":{"path":["episodes","3","tags"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2a83320-d791-44e1-b3cc-43a283bc6fc4"},{"name":"POST -create episode","id":"bef704cf-52ea-4319-a4f2-968f789d6a1f","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"podcast_id\": 1,\n    \"title\": \"Scoop Radio: Paul Molitor talks about Sano weight\",\n    \"description\": \"Doogie joins Mackey &amp; Judd to discuss strife with Twins and Miguel Sano over health.\",\n    \"guid\": \"cb81bdd1-9b5a-4034-b5c4-17fa6ed26b06\",\n    \"country\": \"US\",\n    \"is_explicit\": 0,\n    \"duration\": 0,\n    \"enclosure_type\": \"audio/x-mpeg\",\n    \"enclosure_url\": \"https://aw.noxsolutions.com/launchpod/thescoop/mp3/ScoopRadio050818_1_af73bd86.mp3?awCollectionId=890&amp;awEpisodeId=cb81bdd1-9b5a-4034-b5c4-17fa6ed26b06\",\n    \"publish_date\": \"2018-05-08 05:00:00\",\n    \"link\": null,\n    \"commentRSS\": null,\n    \"slash_comments\": null,\n    \"author\": null,\n    \"meta_data_hash\": \"cb81bdd19b5a4034b5c417fa6ed26b06\",\n    \"tags\": \"sports,analytics,Twins\"\n}"},"url":"{{url}}/episodes","description":"<p>Create episode record</p>\n","urlObject":{"path":["episodes"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bef704cf-52ea-4319-a4f2-968f789d6a1f"},{"name":"PUT - update episode","id":"a7d22d6b-2e90-4f85-b6c8-c2aec1477762","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tags\": \"\"\n}"},"url":"{{url}}/episodes/3","description":"<p>Update episode record by episode_id</p>\n","urlObject":{"path":["episodes","3"],"host":["{{url}}"],"query":[{"disabled":true,"key":"XDEBUG_SESSION_START","value":"1"}],"variable":[]}},"response":[],"_postman_id":"a7d22d6b-2e90-4f85-b6c8-c2aec1477762"},{"name":"DELETE - delete episode","id":"ba556fa6-9e8b-4fb8-b8da-48914bb4b3bf","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/episodes/1412","description":"<p>Delete episode record by episode_id</p>\n","urlObject":{"path":["episodes","1412"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba556fa6-9e8b-4fb8-b8da-48914bb4b3bf"},{"name":"Restore a single episode","id":"5aaccc4c-f857-4df5-8b2b-30488730920f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/episodes/2","description":"<p>Restore a single episode using episode id.</p>\n","urlObject":{"path":["episodes","2"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5aaccc4c-f857-4df5-8b2b-30488730920f"},{"name":"PUT - Clear New Episode(s)","id":"9db63819-61a9-43a4-a4cf-fe89c953c038","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"episodes\": [641,642]\n}"},"url":"{{url}}/episodes/clear","description":"<p>Clear new episode(s) by passing in an array or comma separated string of episode id(s) to this end point.</p>\n","urlObject":{"path":["episodes","clear"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9db63819-61a9-43a4-a4cf-fe89c953c038"},{"name":"POST Download Episode","id":"baa26185-e599-417f-a071-98cb9c22ff24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"episodes\": [30074]\n}"},"url":"{{url}}/episodes/downloaded","description":"<p>Mark episode(s) as having been downloaded.</p>\n<p>Payload options are episodes represented as comma delimited string or array of episode id's.</p>\n<p>Examples:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"episodes\": \"111,999\"\n}\n</code></pre><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"episodes\": [111,999]\n}\n</code></pre>","urlObject":{"path":["episodes","downloaded"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"baa26185-e599-417f-a071-98cb9c22ff24"},{"name":"GET - Search episodes by Podcast","id":"a938e79c-7825-4637-8d85-b294e57efa98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-platform","value":"admin","type":"text"}],"url":"{{url}}/episodes/podcast/118/search?filter[title]=mike","description":"<p>This endpoint returns all episodes for specific podcast id passsed and allows for further filtering of results.</p>\n<p><code>/episodes/podcast/{podcast_id}/search</code> will return paginated results of episodes for the podcast_id passed.</p>\n<p>Using fitler attributes <code>filter[column]=value</code> where column is the name of the episodes column you would like to filter by and the value is the search term.</p>\n","urlObject":{"path":["episodes","podcast","118","search"],"host":["{{url}}"],"query":[{"disabled":true,"key":"XDEBUG_SESSION_START","value":null},{"key":"filter[title]","value":"mike"}],"variable":[]}},"response":[],"_postman_id":"a938e79c-7825-4637-8d85-b294e57efa98"}],"id":"4a376e14-6010-4d58-80f6-91f6d1a352a8","_postman_id":"4a376e14-6010-4d58-80f6-91f6d1a352a8","description":""},{"name":"listens","item":[{"name":"GET -all listens","id":"f30cdaa2-4a4e-418e-a9a0-8330221a2657","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/listens","description":"<p>fetch all listen records</p>\n","urlObject":{"path":["listens"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f30cdaa2-4a4e-418e-a9a0-8330221a2657"},{"name":"GET - single listen","id":"912b602b-4fa4-46f5-8848-64f8327f2896","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/listens/3435","description":"<p>Fetch single listen record based on listen ID</p>\n","urlObject":{"path":["listens","3435"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"912b602b-4fa4-46f5-8848-64f8327f2896"},{"name":"GET - get listen episode","id":"c00e3737-c066-485b-a9f6-fe2d7fbb5e22","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/listens/3435/episode","description":"<p>Get episode associated with listen id</p>\n","urlObject":{"path":["listens","3435","episode"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c00e3737-c066-485b-a9f6-fe2d7fbb5e22"},{"name":"POST - create listen","id":"0c64f513-a9c0-4e83-941e-81dfd5a6b09b","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"device_id\":57,\n\t\"listen_records\":[\n\t\t{\n\t\t\t\"episode_id\":30181,\n\t\t\t\"end_time_idx\":125,\n\t\t\t\"start_time_idx\":0,\n\t\t\t\"is_streaming\":true,\n\t\t\t\"start_datetime\":\"2019-04-16 03:11:13\"\n\t\t},\n\t\t{\n\t\t\t\"episode_id\":30181,\n\t\t\t\"end_time_idx\":99,\n\t\t\t\"start_time_idx\":95,\n\t\t\t\"end_datetime\":\"2019-04-16 03:12:26\",\n\t\t\t\"is_streaming\":true,\n\t\t\t\"start_datetime\":\"2019-04-16 03:12:23\"\n\t\t},\n\t\t{\n\t\t\t\"episode_id\":30181,\n\t\t\t\"end_time_idx\":137,\n\t\t\t\"start_time_idx\":129,\n\t\t\t\"end_datetime\":\"2019-04-16 03:12:34\",\n\t\t\t\"is_streaming\":true,\n\t\t\t\"start_datetime\":\"2019-04-16 03:12:26\"\n\t\t},\n\t\t{\n\t\t\t\"episode_id\":30181,\n\t\t\t\"end_time_idx\":169,\n\t\t\t\"start_time_idx\":167,\n\t\t\t\"end_datetime\":\"2019-04-16 03:12:36\",\n\t\t\t\"is_streaming\":true,\n\t\t\t\"start_datetime\":\"2019-04-16 03:12:34\"\n\t\t}\n\t]\n}"},"url":"{{url}}/listens?XDEBUG_SESSION_START","description":"<p>Update or Create listen records</p>\n","urlObject":{"path":["listens"],"host":["{{url}}"],"query":[{"key":"XDEBUG_SESSION_START","value":null}],"variable":[]}},"response":[],"_postman_id":"0c64f513-a9c0-4e83-941e-81dfd5a6b09b"},{"name":"{{url}}/listens/process/daily-listens","id":"2e7e14d6-3696-42c2-b8a5-89a258de8e3c","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/listens/process/daily-listens","description":"<p>process daily user listens for specific date passed as 'date'. If 'date' is not passed, current date is default 'date'</p>\n","urlObject":{"path":["listens","process","daily-listens"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e7e14d6-3696-42c2-b8a5-89a258de8e3c"},{"name":"{{url}}/listens/process/daily-listens/dates","id":"070a6c17-d266-4922-aa3c-a552028d6afd","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"start_date\": \"2016-05-26\"\n}"},"url":"{{url}}/listens/process/daily-listens/dates","description":"<p>process user listen stats for specific date range passed. <code>start_date</code> is required and <code>end_date</code> is optional. If <code>end_date</code> is not passed, current date is default <code>end_date</code>.</p>\n","urlObject":{"path":["listens","process","daily-listens","dates"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"070a6c17-d266-4922-aa3c-a552028d6afd"},{"name":"{{url}}/listens/process/stats","id":"1d94b781-c75a-4185-b5de-866d757e219e","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/listens/process/stats","description":"<p>process user listen stats</p>\n","urlObject":{"path":["listens","process","stats"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d94b781-c75a-4185-b5de-866d757e219e"},{"name":"{{url}}/listens/process/stats/dates","id":"29b6c675-ef57-439f-89db-b3053c2cc821","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"start_date\": \"2011-11-08\"\n}"},"url":"{{url}}/listens/process/stats/dates","description":"<p>process user listen stats based on date range passed. <code>start_date</code> is required and <code>end_date</code> is optional. If <code>end_date</code> is not passed, current date is default <code>end_date</code>.</p>\n","urlObject":{"path":["listens","process","stats","dates"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"29b6c675-ef57-439f-89db-b3053c2cc821"}],"id":"badd8761-1772-4969-86a3-3186f3d35234","description":"<p>When sending listening data, we are expecting the POST to contain the device <code>id</code> and <em>not</em> the device <code>udid</code> as the <code>device_id</code>.</p>\n","event":[{"listen":"prerequest","script":{"id":"e72e8236-f6c6-4c05-a54e-6d1951a5f040","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"15c5b9d3-6ce5-4b4f-8548-c494c5a8d312","type":"text/javascript","exec":[""]}}],"_postman_id":"badd8761-1772-4969-86a3-3186f3d35234"},{"name":"playlists","item":[{"name":"GET - all playlists","id":"f1ddef06-340c-44b1-a947-e3c50b162e6f","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"{{url}}/playlists","description":"<p>Get all playlists</p>\n","urlObject":{"path":["playlists"],"host":["{{url}}"],"query":[{"disabled":true,"key":"XDEBUG_SESSION_START","value":"1"}],"variable":[]}},"response":[],"_postman_id":"f1ddef06-340c-44b1-a947-e3c50b162e6f"},{"name":"GET - single playlist","id":"a65575a7-e119-489f-80c1-33ee6f2a4ee1","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"{{url}}/playlists/1","description":"<p>Get single playlist by playlist_id</p>\n","urlObject":{"path":["playlists","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a65575a7-e119-489f-80c1-33ee6f2a4ee1"},{"name":"POST - create playlist [standard|smart]","id":"ecaccf3e-d377-4945-984d-c3d15ec3b43d","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Happy List\",\n    \"type\": \"standard\",\n    \"episodes\": \"71,6,29,1971\"\n}"},"url":"{{url}}/playlists","description":"<p>This endpoint creates a playlist [standard|smart] and attach objects if they are passed.</p>\n<p>Standard\n: The standard playlist would expect objects of <code>episodes</code> and will attach comma separated list or array of episode ids as the value. Note that the <code>sort_order</code> will match the order in which the ids are passed. <code>\"episodes\": \"71,6,29\"</code> or <code>\"episodes\": [71,6,29]</code></p>\n<p>Smart\n: The smart playlist would expect objects of <code>podcasts</code> and will attach comma separated list or array of podcast ids as the value. These are not sorted as all episodes are aggregated and returned by <code>publish_date</code>. <code>\"podcasts\": \"2,5,22\"</code> or <code>\"podcasts\": [2,5,22]</code></p>\n","urlObject":{"path":["playlists"],"host":["{{url}}"],"query":[{"disabled":true,"key":"XDEBUG_SESSION_START","value":"1"}],"variable":[]}},"response":[],"_postman_id":"ecaccf3e-d377-4945-984d-c3d15ec3b43d"},{"name":"PUT - update playlist [standard|smart]","id":"e16ec9ed-5d8d-41f7-ae7b-fa028b053ebe","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Happy Smart Playlist\",\n    \"podcasts\": [3,5,9,20,21]\n}"},"url":"{{url}}/playlists/66","description":"<p>This endpoint updates a playlist [standard|smart] and updates or attaches objects if they are passed.</p>\n<p>Standard\n: The standard playlist would expect objects of <code>episodes</code> and will update or attach comma separated list or array of episode ids as the value. Note that the <code>sort_order</code> will match the order in which the ids are passed. Any other episodes in the playlist not passed will be ordered in continuing ascending order.<code>\"episodes\": \"71,6,29\"</code> or <code>\"episodes\": [71,6,29]</code>.</p>\n<p>Smart\n: The smart playlist would expect objects of <code>podcasts</code> and will attach comma separated list or array of podcast ids as the value. These are not sorted as all episodes are aggregated and returned by <code>publish_date</code>. <code>\"podcasts\": \"2,5,22\"</code> or <code>\"podcasts\": [2,5,22]</code></p>\n","urlObject":{"path":["playlists","66"],"host":["{{url}}"],"query":[{"disabled":true,"key":"XDEBUG_SESSION_START","value":"1"}],"variable":[]}},"response":[],"_postman_id":"e16ec9ed-5d8d-41f7-ae7b-fa028b053ebe"},{"name":"DELETE - delete playlist","id":"48041f7b-963d-4f0c-a710-0a60397aecf0","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/playlists/68","description":"<p>This endpoint will detach all episode|podcast objects associated with the playlist and then soft delete the playlist using playlist_id passed.</p>\n","urlObject":{"path":["playlists","68"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"48041f7b-963d-4f0c-a710-0a60397aecf0"},{"name":"GET - Episodes associated with standard playlist","id":"3a5c1e95-1e59-40ff-a67c-206d260fe5ea","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"{{url}}/playlists/65/episodes","description":"<p>Returns a collection of episodes associated with standard playlist id provided  </p>\n","urlObject":{"path":["playlists","65","episodes"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a5c1e95-1e59-40ff-a67c-206d260fe5ea"},{"name":"GET - Podcasts associated with smart playlist","id":"3336915a-1e49-4c91-a407-2b33a298f039","request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/playlists/2/podcasts","description":"<p>Returns a collection of podcasts associateed with smart playlist id provided.</p>\n","urlObject":{"path":["playlists","2","podcasts"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3336915a-1e49-4c91-a407-2b33a298f039"},{"name":"POST - attach object(s) to playlist","id":"a07558e4-4a70-45c4-b1d7-6c479d9f4812","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"episodes\": [666,29,92]\n}"},"url":"{{url}}/playlists/1/objects","description":"<p>This endpoint attaches objects to a playlist[standard|smart].</p>\n<p>Standard\n: The standard playlist would expect objects of <code>episodes</code> and will attach comma separated list or array of episode ids as the value. Note that the <code>sort_order</code> will match the order in which the ids are passed. <code>\"episodes\": \"71,6,29\"</code> or <code>\"episodes\": [71,6,29]</code></p>\n<p>Smart\n: The smart playlist would expect objects of <code>podcasts</code> and will attach comma separated list or array of podcast ids as the value. These are not sorted as all episodes are aggregated and returned by <code>publish_date</code>. <code>\"podcasts\": \"2,5,22\"</code> or <code>\"podcasts\": [2,5,22]</code></p>\n","urlObject":{"path":["playlists","1","objects"],"host":["{{url}}"],"query":[{"disabled":true,"key":"XDEBUG_SESSION_START","value":"1"}],"variable":[]}},"response":[],"_postman_id":"a07558e4-4a70-45c4-b1d7-6c479d9f4812"},{"name":"PUT - update object(s) associated with playlist","id":"ee9f5c0e-e77f-4784-8433-f7ec9d6f8fad","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"episodes\": [71,6,29]\n}"},"url":"{{url}}/playlists/65/objects","description":"<p>This endpoint updates/attaches objects associated with a playlist[standard|smart].</p>\n<p>Standard\n: The standard playlist would expect objects of <code>episodes</code> and will attach comma separated list or array of episode ids as the value. Note that the <code>sort_order</code> will match the order in which the ids are passed. <code>\"episodes\": \"71,6,29\"</code> or <code>\"episodes\": [71,6,29]</code></p>\n<p>Smart\n: The smart playlist would expect objects of <code>podcasts</code> and will attach comma separated list or array of podcast ids as the value. These are not sorted as all episodes are aggregated and returned by <code>publish_date</code>. <code>\"podcasts\": \"2,5,22\"</code> or <code>\"podcasts\": [2,5,22]</code></p>\n","urlObject":{"path":["playlists","65","objects"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee9f5c0e-e77f-4784-8433-f7ec9d6f8fad"},{"name":"DELETE - detach object(s) association from playlist","id":"d1bc02fa-fe69-465c-ac5c-7b6a4e1cc551","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"episodes\": 1411\n}"},"url":"{{url}}/playlists/65/objects","description":"<p>This endpoint detaches specific objects associated with a playlist [standard|smart].</p>\n<p>Standard\n: The standard playlist would expect objects of <code>episodes</code> and will detatch a comma separated list or array of episode ids as the value. <code>\"episodes\": \"71,6,29\"</code> or <code>\"episodes\": [71,6,29]</code></p>\n<p>Smart\n: The smart playlist would expect objects of <code>podcasts</code> and will detach a comma separated list or array of podcast ids as the value. <code>\"podcasts\": \"2,5,22\"</code> or <code>\"podcasts\": [2,5,22]</code></p>\n","urlObject":{"path":["playlists","65","objects"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1bc02fa-fe69-465c-ac5c-7b6a4e1cc551"}],"id":"2e0ac1fd-3c17-40f5-af2e-43636fad285d","_postman_id":"2e0ac1fd-3c17-40f5-af2e-43636fad285d","description":""},{"name":"podcasts","item":[{"name":"owners","item":[{"name":"Fetch all podcast owners","id":"5032aa9e-76a2-47b3-8326-0221f5791919","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/podcasts/owners","description":"<p>Returns all podcast owners</p>\n","urlObject":{"path":["podcasts","owners"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5032aa9e-76a2-47b3-8326-0221f5791919"},{"name":"Get specific podcast owner by id","id":"f2a2127f-6834-4c5a-9e70-3d06dd42bd4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/podcasts/owners/1","description":"<p>PUBLIC ENDPOINT: Using the podcast_owners id, fetch the owner recrod</p>\n","urlObject":{"path":["podcasts","owners","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2a2127f-6834-4c5a-9e70-3d06dd42bd4e"},{"name":"UpdateOrCreate podcast owner","id":"666ffe5a-c9e1-400a-a619-ca86dea27b70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"podcast_id\": 3,\n\t\"email\": \"no-reply@podmn.com\",\n\t\"owner_name\": \"New Owner\"\n}"},"url":"{{url}}/podcasts/owners","description":"<p>Use this endpoint to update or create podcast owner record.</p>\n<p>Payload Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"podcast_id\": 3,\n    \"email\": \"no-reply@podmn.com\",\n    \"owner_name\": \"New Owner\",\n    \"link\": \"https://average-podcast.com/\"\n}\n</code></pre><p><code>podcast_id</code> and <code>email</code> are required with payload.</p>\n","urlObject":{"path":["podcasts","owners"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"666ffe5a-c9e1-400a-a619-ca86dea27b70"},{"name":"Generate podcast owner claim email","id":"3c5d96ee-90ab-4064-b966-7eec1c2afb3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"subject\": \"My Own Subject\",\n\t\"podcast_id\": 3,\n\t\"email\": \"no-reply@podmn.com\",\n\t\"owner_name\": \"New Owner\",\n\t\"link\": null,\n\t\"message\": \"Zombie ipsum reversus ab viral inferno, nam rick grimes malum cerebro. De carne lumbering animata corpora quaeritis. Summus brains sit, morbo vel maleficia? De apocalypsi gorger omero undead survivor dictum mauris.\\r\\nHi mindless mortuis soulless creaturas, imo evil stalking monstra adventus resi dentevil vultus comedat cerebella viventium. Qui animated corpse, cricket bat max brucks terribilem incessu zomby. The voodoo sacerdos flesh eater, suscitat mortuos comedere carnem virus. Zonbi tattered for solum oculi eorum defunctis go lum cerebro. Nescio brains an Undead zombies. Sicut malus putrid voodoo horror. Nigh tofth eliv ingdead.\",\n\t\"social_links\": [\n\t\t{\n\t\t\t\"platform\": \"twitter\",\n\t\t\t\"platform_url\": \"https://twitter.com/kateupton\"\n\t\t},\n\t\t{\n\t\t\t\"platform\": \"facebook\",\n\t\t\t\"platform_url\": \"https://facebook.com/public/officialKateUpton\"\n\t\t},\n\t\t{\n\t\t\t\"platform\": \"instagram\",\n\t\t\t\"platform_url\": \"https://www.instagram.com/kateupton\"\n\t\t}\n\t]\n}"},"url":"{{url}}/podcasts/owners/claim","description":"<p>Endpoint used to generate email for podcast ownership claim.</p>\n<p>Payload Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"subject\": \"Custom Subject\",\n    \"podcast_id\": 3,\n    \"email\": \"no-reply@podmn.com\",\n    \"owner_name\": \"New Owner\",\n    \"link\": \"https://average-podcast.com/\",\n    \"message\": \"blah, blah, blah\",\n    \"social_links\": [\n        {\n            \"platform\": twitter\", \n            \"platform_url\": \"https://twitter.com/biz\"\n            \n        },\n        {\n            \"platform\": \"medium\",\n            \"platform_url\": \"https://medium.com/@biz\"\n        }\n    ]\n}\n</code></pre><p>Currently the <code>podcast_id</code>, <code>email</code> and <code>owner_name</code> are required with payload.</p>\n<p>The <code>subject</code> can be customized, but if nothing is passed, the subject will default to <code>config('mail.subject.claim')</code>.</p>\n<p>If there is a user bearer token, full name will be included with the email to indicate the user submitting the request.</p>\n","urlObject":{"path":["podcasts","owners","claim"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c5d96ee-90ab-4064-b966-7eec1c2afb3a"}],"id":"ad4655b7-d6e5-481c-8e26-c7b5d1ef485e","_postman_id":"ad4655b7-d6e5-481c-8e26-c7b5d1ef485e","description":""},{"name":"customEpisodes","item":[{"name":"GET - get podcast custom episodes","id":"5c92eb70-df43-40a9-a867-41727fd68f04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-platform","value":"admin","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/podcasts/263/customEpisodes","description":"<p>Must be an admin to use this endpoint.</p>\n<p>This endpoint will retrieve episodes directly from the feed.</p>\n","urlObject":{"path":["podcasts","263","customEpisodes"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c92eb70-df43-40a9-a867-41727fd68f04"},{"name":"POST - add custom episodes","id":"3df66bf7-941e-4b44-80f2-b8dcd4cb38a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-platform","value":"admin","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"episode_guid\": [\"https://www.islandofdiscardedwomen.com/?p=943\"]\n}"},"url":"{{url}}/podcasts/263/customEpisodes","description":"<p>The endpoint uses episode <code>guid</code> to add episodes from RSS feed to the database.</p>\n","urlObject":{"path":["podcasts","263","customEpisodes"],"host":["{{url}}"],"query":[{"disabled":true,"key":"XDEBUG_SESSION_START","value":""}],"variable":[]}},"response":[],"_postman_id":"3df66bf7-941e-4b44-80f2-b8dcd4cb38a2"}],"id":"76003599-ce24-4107-819e-26e3f9942901","_postman_id":"76003599-ce24-4107-819e-26e3f9942901","description":""},{"name":"{id}","item":[{"name":"GET - single podcast","id":"0039c34a-7e80-45f0-b243-d46b8736e056","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/podcasts/:id","description":"<p>PUBLIC ENDPOINT: Get single podcast by podcast id or slug</p>\n<p>Editor Role+: use parameter with scope variable to display all active and not-active podcast.</p>\n<p>This parameter key may change, but currently the parameter is:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>without_global_scope=active\n</code></pre>","urlObject":{"path":["podcasts",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"string","value":"<integer>","key":"id"}]}},"response":[],"_postman_id":"0039c34a-7e80-45f0-b243-d46b8736e056"},{"name":"PUT - update podcast","id":"c9fbf966-99de-4d97-afed-943c6f26d6a5","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-Platform","value":"admin","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"social_media_links\": {\n\t\t\"twitter\": \"https://twitter.com/my_twitter\",\n\t\t\"facebook\": \"https://facebook.com/my-profile\"\n\t}\n}"},"url":"{{url}}/podcasts/:id","description":"<p>Update podcast record by podcast_id</p>\n","urlObject":{"path":["podcasts",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"string","value":"<integer>","key":"id"}]}},"response":[],"_postman_id":"c9fbf966-99de-4d97-afed-943c6f26d6a5"},{"name":"DELETE - delete podcast","id":"3c27fb61-6bb4-47a3-a98f-feaacc0893e9","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-Platform","value":"admin","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/podcasts/:id","description":"<p>Delete podcast record by podcast_id</p>\n","urlObject":{"path":["podcasts",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"string","value":"<integer>","key":"id"}]}},"response":[],"_postman_id":"3c27fb61-6bb4-47a3-a98f-feaacc0893e9"},{"name":"PATCH - Restore a single podcast","id":"f3d00a5b-299a-41de-b6a4-2d962fce3429","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"X-Platform","value":"admin","type":"text"}],"url":"{{url}}/podcasts/:id","description":"<p>This method will restore a single podcast and any child episodes using the podcast_id passed in.</p>\n","urlObject":{"path":["podcasts",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"string","value":"<integer>","key":"id"}]}},"response":[],"_postman_id":"f3d00a5b-299a-41de-b6a4-2d962fce3429"},{"name":"GET  - episodes associated with podcast","id":"fea61d71-2f68-4f62-aada-aae4149aada5","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/podcasts/:id/episodes","description":"<p>PUBLIC ENDPOINT: Get all episodes asssociated with podcast by podcast id or slug</p>\n<p>By default the episodes will order by publish date desc so we get latest episodes first. The following is not necessary, but is the equivalent of default episode sort order.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>?orderBy=publish_date&amp;orderByDir=desc\n</code></pre><p>We can reverse this order by appending the two following attributes and values to the endpoint.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>?orderBy=publish_date&amp;orderByDir=asc\n</code></pre>","urlObject":{"path":["podcasts",":id","episodes"],"host":["{{url}}"],"query":[],"variable":[{"type":"string","value":"<integer>","key":"id"}]}},"response":[],"_postman_id":"fea61d71-2f68-4f62-aada-aae4149aada5"},{"name":"GET  - tags associated with podcast","id":"b5942211-ab2e-421a-88fa-7e5a4e21bea2","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/podcasts/:id/tags","description":"<p>PUBLIC ENDPOINT: Get tags asssociated with podcast by podcast id or slug.</p>\n","urlObject":{"path":["podcasts",":id","tags"],"host":["{{url}}"],"query":[],"variable":[{"type":"string","value":"<integer>","key":"id"}]}},"response":[],"_postman_id":"b5942211-ab2e-421a-88fa-7e5a4e21bea2"},{"name":"PUT - associate category with podcast","id":"03544c8e-656a-4503-81f9-58ac49dbb33d","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"categoryId\": 68\n}"},"url":"{{url}}/podcasts/:id/category","description":"<p>Set category to podcast.</p>\n","urlObject":{"path":["podcasts",":id","category"],"host":["{{url}}"],"query":[],"variable":[{"type":"string","value":"<integer>","key":"id"}]}},"response":[],"_postman_id":"03544c8e-656a-4503-81f9-58ac49dbb33d"},{"name":"Sync Podcast Network","id":"283b5ba9-7904-4c28-958f-0a1dedcc01bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"network_id\": 1\n}"},"url":"{{url}}/podcasts/:id/network","description":"<p>Sync the network passed by id in request payload to the podcast id passed in endpoint path. The following example attaches network with id = 1 to the podcast with id = 280.</p>\n<p>Payload:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"network_id\": 1\n}\n</code></pre><p>Endpoint:\n<code>/podcasts/280/network</code></p>\n","urlObject":{"path":["podcasts",":id","network"],"host":["{{url}}"],"query":[],"variable":[{"type":"string","value":"<integer>","key":"id"}]}},"response":[],"_postman_id":"283b5ba9-7904-4c28-958f-0a1dedcc01bf"},{"name":"GET  - refresh single podcast","id":"c4213073-bd5b-43f4-bbca-b04230df6ef6","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/podcasts/:id/refresh","description":"<p>ADMIN ONLY: Refresh single podcast (by podcast_id)</p>\n","urlObject":{"path":["podcasts",":id","refresh"],"host":["{{url}}"],"query":[],"variable":[{"type":"string","value":"<integer>","key":"id"}]}},"response":[],"_postman_id":"c4213073-bd5b-43f4-bbca-b04230df6ef6"},{"name":"Detach Podcast Network","id":"f416786c-30a7-40cc-8897-0d71be402a7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/podcasts/:id/network","description":"<p>Detaches the network passed by id in request payload to the podcast id passed in endpoint path. The following example attaches network with id = 1 to the podcast with id = 280.</p>\n<p>Payload:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"network_id\": 1\n}\n</code></pre><p>Endpoint:\n<code>/podcasts/280/network</code></p>\n","urlObject":{"path":["podcasts",":id","network"],"host":["{{url}}"],"query":[],"variable":[{"type":"string","value":"<integer>","key":"id"}]}},"response":[],"_postman_id":"f416786c-30a7-40cc-8897-0d71be402a7f"},{"name":"Send Owner Invitation Email","id":"42e765e2-b486-4745-8aad-7c717953ed9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"{{url}}/podcasts/:id/send-invitation","urlObject":{"path":["podcasts",":id","send-invitation"],"host":["{{url}}"],"query":[],"variable":[{"type":"string","value":"<integer>","key":"id"}]}},"response":[],"_postman_id":"42e765e2-b486-4745-8aad-7c717953ed9a"},{"name":"POST - podcast suggestion","id":"d013e56f-eabc-4314-8f97-03f6cbc8821d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/podcasts/:id/itunes-complete","description":"<p>Send in a Podcast suggestion. Authentication is optional. Send in Access token if available.</p>\n","urlObject":{"path":["podcasts",":id","itunes-complete"],"host":["{{url}}"],"query":[],"variable":[{"type":"string","value":"<integer>","key":"id"}]}},"response":[],"_postman_id":"d013e56f-eabc-4314-8f97-03f6cbc8821d"}],"id":"4edb9a80-ee40-4869-bb9c-e6ebc99e855f","_postman_id":"4edb9a80-ee40-4869-bb9c-e6ebc99e855f","description":""},{"name":"GET - all podcasts","id":"2e241105-2548-4dfb-80ec-d8fd39b6f25e","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"x-platform","value":"admin","type":"text"}],"url":"{{url}}/podcasts?XDEBUG_SESSION_START&limit=75","description":"<p>PUBLIC ENDPOINT: Get all podcasts</p>\n<p>ORDERING:</p>\n<p>By default the <code>/podcasts</code> endpoint will oder podcasts by slug descending. We can change the ordering by using the attribute <code>order</code>. Order takes a single value or two values that are comma separated. The second value is always the direction and should either be <code>asc</code> or <code>desc</code> </p>\n<p>Examples:</p>\n<p>Sort podcasts reverse alphabetical: <code>/podcasts?order=slug,desc</code></p>\n<p>Sort podcasts by latest first: <code>/podcasts?order=latest</code>\n<code>/podcasts?order=last_episode_date,desc</code></p>\n<p>Sort podcasts by oldest first: <code>/podcasts?order=last_episode_date,asc</code></p>\n<p>Sort podcast by trending: <code>/podcasts?order=trending</code></p>\n<p>Sort podcasts by reverse trending: <code>/podcasts?order=trending,desc</code></p>\n<p>Editor Role+: use parameter with scope variable to display all active and not-active podcasts.</p>\n<p>This parameter key may change, but currently the parameter is:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>without_global_scope=active\n</code></pre>","urlObject":{"path":["podcasts"],"host":["{{url}}"],"query":[{"key":"XDEBUG_SESSION_START","value":""},{"key":"limit","value":"75"}],"variable":[]}},"response":[],"_postman_id":"2e241105-2548-4dfb-80ec-d8fd39b6f25e"},{"name":"GET - all podcast list (nano size)","id":"16babcde-076b-4cff-ba7a-9afbacbdcba2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/podcasts/list","description":"<p>PUBLIC ENDPOINT: Get all podcasts (minified version)</p>\n<p>ORDERING:</p>\n<p>By default the <code>/podcasts</code> endpoint will oder podcasts by slug descending. We can change the ordering by using the attribute <code>order</code>. Order takes a single value or two values that are comma separated. The second value is always the direction and should either be <code>asc</code> or <code>desc</code> </p>\n<p>Examples:</p>\n<p>Sort podcasts reverse alphabetical: <code>/podcasts?order=slug,desc</code></p>\n<p>Sort podcasts by latest first: <code>/podcasts?order=latest</code>\n<code>/podcasts?order=last_episode_date,desc</code></p>\n<p>Sort podcasts by oldest first: <code>/podcasts?order=last_episode_date,asc</code></p>\n<p>Sort podcast by trending: <code>/podcasts?order=trending</code></p>\n<p>Sort podcasts by reverse trending: <code>/podcasts?order=trending,desc</code></p>\n<p>Editor Role+: use parameter with scope variable to display all active and not-active podcasts.</p>\n<p>This parameter key may change, but currently the parameter is:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>without_global_scope=active\n</code></pre>","urlObject":{"path":["podcasts","list"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"16babcde-076b-4cff-ba7a-9afbacbdcba2"},{"name":"POST - create podcast","id":"022dde2b-53ef-4007-8eb0-df863e23b8b5","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{access_token}}"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-Platform","value":"admin","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"podcastRSS\": \"https://www.npr.org/rss/podcast.php?id=510289\",\n}"},"url":"{{url}}/podcasts","description":"<p>Create new podcast record</p>\n","urlObject":{"path":["podcasts"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"022dde2b-53ef-4007-8eb0-df863e23b8b5"},{"name":"POST - podcast suggestion","id":"e66026cd-8945-4666-883b-83e58b21be36","request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Purple Podcast\",\n  \"url\": \"http://www.podcastone.com/podcast?categoryID2=834\"\n}"},"url":"{{url}}/podcasts/suggestion","description":"<p>Send in a Podcast suggestion. Authentication is optional. Send in Access token if available.</p>\n","urlObject":{"path":["podcasts","suggestion"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e66026cd-8945-4666-883b-83e58b21be36"},{"name":"GET - Podcast Claimed Counts","id":"59f4c8a5-3fff-49be-bbac-f2ef2cbdc6bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-platform","value":"admin","type":"text"}],"url":"{{url}}/podcasts/claimed-counts","description":"<p>Returns count of claimed and unclaimed podcasts and total.</p>\n","urlObject":{"path":["podcasts","claimed-counts"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"59f4c8a5-3fff-49be-bbac-f2ef2cbdc6bd"},{"name":"GET - Download Claimed Podcasts","id":"9f73dc6a-79d1-43e0-ab06-eb9138abc072","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-platform","value":"admin","type":"text"}],"url":"{{url}}/podcasts/download-claimed-podcasts","description":"<p>This will fetch a list of all active podcasts with information about podcasts that have beem verified and invitation to be claimed</p>\n","urlObject":{"path":["podcasts","download-claimed-podcasts"],"host":["{{url}}"],"query":[{"disabled":true,"key":"XDEBUG_SESSION_START","value":null}],"variable":[]}},"response":[],"_postman_id":"9f73dc6a-79d1-43e0-ab06-eb9138abc072"},{"name":"GET  - Failed Podcast List","id":"9a5499c3-754c-4d2f-b319-ccff91c64400","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-platform","value":"admin","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{url}}/podcasts/failed-podcast-list/","description":"<p>Return list of failed podcast from cache</p>\n","urlObject":{"path":["podcasts","failed-podcast-list",""],"host":["{{url}}"],"query":[{"disabled":true,"key":"XDEBUG_SESSION_START","value":"1"}],"variable":[]}},"response":[],"_postman_id":"9a5499c3-754c-4d2f-b319-ccff91c64400"}],"id":"0c178b33-ea9d-489f-9b3e-e6395e3eb729","_postman_id":"0c178b33-ea9d-489f-9b3e-e6395e3eb729","description":""},{"name":"users","item":[{"name":"profiles","item":[{"name":"GET - User profile","id":"73bb385f-38e7-4df3-95a6-156dc9ebec2d","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/users/profiles","description":"<p>Fetch the user profile which will include time listening [day, week, alltime], rewards achieved, recent episodes listened.</p>\n","urlObject":{"path":["users","profiles"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"73bb385f-38e7-4df3-95a6-156dc9ebec2d"}],"id":"f1f5d3c0-4bce-4cb0-8c9b-06aa3ec790bd","description":"<p>Fetch profile information for user</p>\n","_postman_id":"f1f5d3c0-4bce-4cb0-8c9b-06aa3ec790bd"},{"name":"notifications","item":[{"name":"preferences","item":[{"name":"Fetch users notifications preferences","id":"e1c7cf81-cffd-4e7b-bc61-02bc02472201","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/users/notifications/preferences","description":"<p>Returns the users notification preferences with null <code>deleted_at</code> date for active preference and a timestamp stored with <code>deleted_at</code> for inactive preferences.</p>\n","urlObject":{"path":["users","notifications","preferences"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1c7cf81-cffd-4e7b-bc61-02bc02472201"},{"name":"Create new user notification preference","id":"2bac42ce-b990-4c90-a497-9cfa28e929dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"preferences\": [\n\t\t{\n\t\t\t\"object\": \"podcast\",\n\t\t\t\"object_filter_type\": \"new_episodes\",\n\t\t\t\"object_id\": 9\n\t\t},\n \t\t{\n \t\t\t\"object\": \"podcast\",\n\t\t\t\"object_filter_type\": \"new_episodes\",\n\t\t\t\"object_id\": 11\n\t\t},\n\t\t{\n\t\t\t\"object\": \"notification_category\",\n\t\t\t\"object_filter_type\": \"saepe-voluptate-numquam\",\n\t\t\t\"object_id\": 2\n\t\t}\n\t]\n}"},"url":"{{url}}/users/notifications/preferences","description":"<p>This method always assumes these are <strong>NEW</strong> user preferences. The preference object should be in an array and consist of the following attributs:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"preferences\": [\n        ...\n        {\n            \"object\": \"podcast\",\n            \"object_filter_type\": \"new_episodes\",\n            \"object_id\": 9\n        },\n        ...\n    ]\n}\n</code></pre>","urlObject":{"path":["users","notifications","preferences"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2bac42ce-b990-4c90-a497-9cfa28e929dd"},{"name":"Update user notification preference","id":"aa3b4351-5912-4d4c-9d8a-4ac3e15797f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"preferences\": [\n\t\t{\n            \"id\": 3,\n            \"active\": true\n        },\n        {\n            \"id\": 1,\n            \"active\": false\n        },\n        {\n            \"id\": 4,\n            \"active\": true\n        },\n        {\n            \"id\": 2,\n            \"active\": true\n        },\n        {\n            \"id\": 43,\n            \"active\": true\n        }\n\t]\n}"},"url":"{{url}}/users/notifications/preferences","description":"<p>This method assumes each preference has an id and only need to change active state <code>deleted_at</code>.</p>\n<p>The payload should look something like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"preferences\": [\n        ...\n        },\n        {\n            \"id\": 3,\n            \"active\": true\n        },\n        {\n        ...\n    ]\n}\n</code></pre>","urlObject":{"path":["users","notifications","preferences"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa3b4351-5912-4d4c-9d8a-4ac3e15797f7"},{"name":"Soft delete user notification preference","id":"f5718350-c6e8-4cbb-b2b5-b130ef2ee5e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/users/notifications/preferences/{id}","description":"<p>soft delete user notification preference with the <code>{id}</code> passed into the endpoint url.</p>\n","urlObject":{"path":["users","notifications","preferences","{id}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5718350-c6e8-4cbb-b2b5-b130ef2ee5e1"},{"name":"User Notification Preference by ID","id":"fdb6201e-7d2a-44e8-a5dc-861b029c2196","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/users/notifications/preferences/{id}","description":"<p>Fetch the single user notification preference using preference ID</p>\n","urlObject":{"path":["users","notifications","preferences","{id}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fdb6201e-7d2a-44e8-a5dc-861b029c2196"}],"id":"a66bd69a-84c8-4b1a-8342-09fa849eab72","_postman_id":"a66bd69a-84c8-4b1a-8342-09fa849eab72","description":""}],"id":"8e822a10-c536-45b9-b128-549eeefe8a39","_postman_id":"8e822a10-c536-45b9-b128-549eeefe8a39","description":""},{"name":"email-lists","item":[{"name":"preferences","item":[{"name":"Fetch users email lists preferences","id":"b7135308-f1ae-4ae2-9e50-2e50a94abf66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/users/email-lists/preferences","description":"<p>Returns the users email list preferences with null <code>deleted_at</code> date for active preference and a timestamp stored with <code>deleted_at</code> for inactive preferences.</p>\n","urlObject":{"path":["users","email-lists","preferences"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7135308-f1ae-4ae2-9e50-2e50a94abf66"},{"name":"Create new user email lists preference","id":"74db7fbe-e10b-4fb4-8d5b-02347e74ea0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"preferences\": [\n\t\t{\n\t\t\t\"email_list_id\": 1\n\t\t}\n\t]\n}"},"url":"{{url}}/users/email-lists/preferences","description":"<p>This method always assumes these are <strong>NEW</strong> user preferences. The preference object should be in an array and consist of the following attributs:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"preferences\": [\n        ...\n        {\n            \"email_list_id\": 1\n        },\n        ...\n    ]\n}\n</code></pre>","urlObject":{"path":["users","email-lists","preferences"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"74db7fbe-e10b-4fb4-8d5b-02347e74ea0b"},{"name":"Update user email lists preference","id":"161b5b98-d782-4479-a1b6-46a38f4aee5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"preferences\": [\n\t\t{\n            \"id\": 2,\n            \"active\": false\n        },\n        {\n            \"id\": 1,\n            \"active\": true\n        }\n\t]\n}"},"url":"{{url}}/users/email-lists/preferences","description":"<p>This method assumes each preference has an id and only need to change active state <code>deleted_at</code>.</p>\n<p>The payload should look something like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"preferences\": [\n        ...\n        },\n        {\n            \"id\": 3,\n            \"active\": true\n        },\n        {\n        ...\n    ]\n}\n</code></pre>","urlObject":{"path":["users","email-lists","preferences"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"161b5b98-d782-4479-a1b6-46a38f4aee5e"},{"name":"Soft delete user email lists preference","id":"48d4fe84-5ce6-4a33-8ea8-0a69e48b6aa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/users/email-lists/preferences/{id}","description":"<p>soft delete user email list preference with the <code>{id}</code> passed into the endpoint url.</p>\n","urlObject":{"path":["users","email-lists","preferences","{id}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"48d4fe84-5ce6-4a33-8ea8-0a69e48b6aa4"},{"name":"User Email Lists Preference by ID","id":"348f7a8b-c6f5-4399-bf9a-d19e27333bcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/users/email-lists/preferences/{id}","description":"<p>Fetch the single user email list preference using preference ID</p>\n","urlObject":{"path":["users","email-lists","preferences","{id}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"348f7a8b-c6f5-4399-bf9a-d19e27333bcb"}],"id":"fc6a2474-b410-41e5-9d70-50ae583b2ce1","_postman_id":"fc6a2474-b410-41e5-9d70-50ae583b2ce1","description":""}],"id":"70a683bd-ab57-4aa2-b8ac-d187fabe49db","description":"<p>User Email List Preferences</p>\n","event":[{"listen":"prerequest","script":{"id":"004bab82-a58b-49e9-a7d7-8ba7f11f4b71","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7e56d681-e054-403a-a122-a6e49729656e","type":"text/javascript","exec":[""]}}],"_postman_id":"70a683bd-ab57-4aa2-b8ac-d187fabe49db"},{"name":"{id}","item":[{"name":"DELETE - delete single user","id":"d99b33c8-69aa-4bba-873c-63b69da60c44","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/javascript"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/users/:id","description":"<p>Used to delete a single  user</p>\n","urlObject":{"path":["users",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"<int>","key":"id"}]}},"response":[],"_postman_id":"d99b33c8-69aa-4bba-873c-63b69da60c44"},{"name":"GET - user social-accounts [inactive]","id":"bbbd26df-7f38-4b47-a3b4-61bcc4e7ce88","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/users/:id/social-accounts","description":"<p>Get all social-accounts associated with user</p>\n","urlObject":{"path":["users",":id","social-accounts"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"<int>","key":"id"}]}},"response":[],"_postman_id":"bbbd26df-7f38-4b47-a3b4-61bcc4e7ce88"},{"name":"GET - user w/ user_id devices","id":"92e00527-c05d-4e3f-b32e-e98ec9dba0df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/users/:id/devices","description":"<p>Get all devices associated with user</p>\n","urlObject":{"path":["users",":id","devices"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"<int>","key":"id"}]}},"response":[],"_postman_id":"92e00527-c05d-4e3f-b32e-e98ec9dba0df"},{"name":"GET - user w/ user_id playlists","id":"9b586d97-ebd1-43fc-9372-7a9f8640002d","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/users/:id/playlists","description":"<p>Get all playlists associated with user subscription</p>\n","urlObject":{"path":["users",":id","playlists"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"<int>","key":"id"}]}},"response":[],"_postman_id":"9b586d97-ebd1-43fc-9372-7a9f8640002d"},{"name":"GET - user w/ user_id subscription","id":"970b034b-301e-4749-9043-2faf827c9c45","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/users/:id/subscriptions","description":"<p>Get all user subscriptions</p>\n","urlObject":{"path":["users",":id","subscriptions"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"<int>","key":"id"}]}},"response":[],"_postman_id":"970b034b-301e-4749-9043-2faf827c9c45"},{"name":"GET - single user w/ user_id listens ","id":"d47a6149-ce4e-4f59-8d86-fa15791015f6","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/users/:id/listens","description":"<p>Get listens for user</p>\n","urlObject":{"path":["users",":id","listens"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"<int>","key":"id"}]}},"response":[],"_postman_id":"d47a6149-ce4e-4f59-8d86-fa15791015f6"}],"id":"f08e46d3-dd44-4508-8b37-399968dd6d89","_postman_id":"f08e46d3-dd44-4508-8b37-399968dd6d89","description":""},{"name":"GET - fetch current user","id":"326b6b50-a2b8-43d4-ac7d-c4f3f1b1a8ac","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/user","description":"<p>Returns all users if role is at least admin. Will only return single user record associated with access token for all others.</p>\n","urlObject":{"path":["user"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"326b6b50-a2b8-43d4-ac7d-c4f3f1b1a8ac"},{"name":"GET - fetch user(s)","id":"d51356ab-72a5-492a-aba6-b408c3a5fa55","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/users","description":"<p>Returns all users if role is at least admin. Will only return single user record associated with access token for all others.</p>\n","urlObject":{"path":["users"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d51356ab-72a5-492a-aba6-b408c3a5fa55"},{"name":"GET - single user","id":"c74ba37a-9b24-475f-ae66-6a19397a2810","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/users/5","description":"<p>Get single record of user using user_id</p>\n","urlObject":{"path":["users","5"],"host":["{{url}}"],"query":[{"disabled":true,"key":"XDEBUG_SESSION_START","value":null}],"variable":[]}},"response":[],"_postman_id":"c74ba37a-9b24-475f-ae66-6a19397a2810"},{"name":"METHOD HAS BEEN REMOVED ~PUT - /user~","id":"face2c99-0be8-44d3-9960-fb9daab289f8","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"zip\": \"55104\"\n}"},"url":"{{url}}/user","description":"<p>This method has been removed. Please use PUT <code>/users</code>. The endpoint will find user by bearer token and update or if an editor role, look for user_id to be passed in and update accordingly.</p>\n","urlObject":{"path":["user"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"face2c99-0be8-44d3-9960-fb9daab289f8"},{"name":"POST- create new user","id":"99cb24bc-c4c0-495c-959e-afdb8047fe74","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"role_id\": 2,\n  \"email\": \"test.user@nmail.com\",\n  \"password\": \"password\",\n  \"zip\": \"55403\",\n  \"first_name\": \"Test\",\n  \"last_name\": \"User\",\n  \"address\": \"1 Twins Way\",\n  \"city\": \"Minneapolis\",\n  \"country\": \"US\",\n  \"gender\": \"male\",\n  \"dob\": \"1975-01-29\",\n  \"image_id\": 10\n}"},"url":"{{url}}/users","description":"<p>Create a new User.</p>\n","urlObject":{"path":["users"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"99cb24bc-c4c0-495c-959e-afdb8047fe74"},{"name":"DELETE- Hard Delete User","id":"f52e3a75-37c3-48b6-adb1-a159c46d1a85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/users","description":"<p>Create a new User.</p>\n","urlObject":{"path":["users"],"host":["{{url}}"],"query":[{"disabled":true,"key":"XDEBUG_SESSION_START","value":"PHPSTORM"},{"disabled":true,"key":"user_id","value":"7"}],"variable":[]}},"response":[],"_postman_id":"f52e3a75-37c3-48b6-adb1-a159c46d1a85"},{"name":"Update single user","id":"ac9c98dd-318b-485a-b171-d36b00fa51b1","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"andrew.alba@gmail.com\",\n    \"zip\": \"55102\",\n    \"first_name\": \"Andrew\",\n    \"last_name\": \"Alba\",\n    \"address\": \"1 Twins Way\",\n    \"city\": \"Minneapolis\",\n    \"state\": \"MN\",\n    \"country\": null,\n    \"gender\": \"other\",\n    \"dob\": \"1971-06-29\",\n    \"phone\": \"(651) 632-6628\"\n}"},"url":"{{url}}/users?XDEBUG_SESSION_START","description":"<p>This endpoint will find user by bearer token and update</p>\n<p>If a bearer token from an editor role or higher, the endpoint will also assume a <code>user_id</code> is being passed and will update using the <code>user_id</code> value passed else continue to update the user.</p>\n","urlObject":{"path":["users"],"host":["{{url}}"],"query":[{"key":"XDEBUG_SESSION_START","value":""}],"variable":[]}},"response":[],"_postman_id":"ac9c98dd-318b-485a-b171-d36b00fa51b1"},{"name":"GET - single user listens","id":"7daa8429-f8fe-4ba7-8a47-bd4cfac484b9","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/listens?user_id=4&limit=2&orderByDir=DESC&orderBy=id","description":"<p>Get listens for user</p>\n","urlObject":{"path":["listens"],"host":["{{url}}"],"query":[{"key":"user_id","value":"4"},{"key":"limit","value":"2"},{"key":"orderByDir","value":"DESC"},{"key":"orderBy","value":"id"}],"variable":[]}},"response":[],"_postman_id":"7daa8429-f8fe-4ba7-8a47-bd4cfac484b9"},{"name":"GET - user listens stats","id":"c0788c53-57ea-4348-b72f-6628d739aaca","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/users/listens/stats","description":"<p>Get listens stats for user</p>\n","urlObject":{"path":["users","listens","stats"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0788c53-57ea-4348-b72f-6628d739aaca"},{"name":"GET - user subscription","id":"c2bddb5c-6442-45b2-a58c-6cffe1d67ff8","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/users/subscriptions","description":"<p>Get all user subscriptions</p>\n","urlObject":{"path":["users","subscriptions"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2bddb5c-6442-45b2-a58c-6cffe1d67ff8"},{"name":"GET - user playlists","id":"8fb3c60c-bbc8-4328-acd3-33a3f2283d17","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/users/playlists?XDEBUG_SESSION_START=1","description":"<p>Get all playlists associated with user subscription</p>\n","urlObject":{"path":["users","playlists"],"host":["{{url}}"],"query":[{"key":"XDEBUG_SESSION_START","value":"1"}],"variable":[]}},"response":[],"_postman_id":"8fb3c60c-bbc8-4328-acd3-33a3f2283d17"},{"name":"GET - user devices","id":"7d587431-6490-4070-9f88-eb033f5dd9eb","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/users/devices","description":"<p>Get all devices associated with user</p>\n","urlObject":{"path":["users","devices"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d587431-6490-4070-9f88-eb033f5dd9eb"},{"name":"Update user password","id":"366f9fd6-34e7-4cb9-a82d-918b9fb79068","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"old_password\": \"password\",\n\t\"password\": \"new_password\"\n}"},"url":"{{url}}/users/password?XDEBUG_SESSION_START","description":"<p>Method is only available to users and is used to update password. Method accepts two parameters <code>old_password</code> and <code>password</code>.</p>\n","urlObject":{"path":["users","password"],"host":["{{url}}"],"query":[{"key":"XDEBUG_SESSION_START","value":""}],"variable":[]}},"response":[],"_postman_id":"366f9fd6-34e7-4cb9-a82d-918b9fb79068"},{"name":"Restore single user record","id":"4eec9c77-ea7f-4cbb-94bb-5131e115e258","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/users/4","description":"<p>Used to restore single user record that was soft deleted using user_id.</p>\n","urlObject":{"path":["users","4"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4eec9c77-ea7f-4cbb-94bb-5131e115e258"}],"id":"fcf8760f-a5a4-45d1-b4f2-970c37e3ed9b","_postman_id":"fcf8760f-a5a4-45d1-b4f2-970c37e3ed9b","description":""},{"name":"rewards","item":[{"name":"activities","item":[{"name":"GET - All reward activities","id":"44ddd012-ce80-442f-b2e9-38ca3a9d6a69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"x-platform","value":"admin","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/rewards/activities","description":"<p>Need to work on making this paginated</p>\n","urlObject":{"path":["rewards","activities"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"44ddd012-ce80-442f-b2e9-38ca3a9d6a69"},{"name":"GET - Single Reward Activities","id":"44ceadcc-3ca2-41a8-9491-dd5b77b50e19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-platform","value":"admin","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/rewards/2/activities","description":"<p>Get activities for a single reward</p>\n","urlObject":{"path":["rewards","2","activities"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"44ceadcc-3ca2-41a8-9491-dd5b77b50e19"},{"name":"DELETE - Reward Activity Winner","id":"3ca894f9-3258-49ba-a705-f522242e0602","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reward_winners_id\": 14\n}"},"url":"{{url}}/rewards/activities/winner?XDEBUG_SESSION_START","description":"<p>Remove <code>reward_activities</code> record by activity <code>id</code></p>\n","urlObject":{"path":["rewards","activities","winner"],"host":["{{url}}"],"query":[{"key":"XDEBUG_SESSION_START","value":null}],"variable":[]}},"response":[],"_postman_id":"3ca894f9-3258-49ba-a705-f522242e0602"},{"name":"DELETE - Reward Activity Winners","id":"85737f56-863f-4278-9338-5ca6d9f38ab6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"x-platform","value":"admin","type":"text"}],"url":"{{url}}/rewards/2/activities/winners","description":"<p>Remove all <code>reward_activities</code> records associated to the reward <code>id</code> passed into URL.</p>\n","urlObject":{"path":["rewards","2","activities","winners"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"85737f56-863f-4278-9338-5ca6d9f38ab6"},{"name":"GET - Reward Activity Winners","id":"59da999b-ded3-4e99-a64d-540d65f7613a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"x-platform","value":"admin","type":"text"}],"url":"{{url}}/rewards/2/activities/winners","description":"<p>Select random winners using reward <code>id</code>. This will build random list based on reward constraints. This does not save the winners, but only randomly selects.</p>\n","urlObject":{"path":["rewards","2","activities","winners"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"59da999b-ded3-4e99-a64d-540d65f7613a"},{"name":"GET - Random Reward Activity Winners","id":"2566877b-d8e6-4c28-ad16-71bb6dba97cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"x-platform","type":"text","value":"admin"}],"url":"{{url}}/rewards/2/activities/winners-random","description":"<p>Select random winners using reward <code>id</code>. This will build random list based on reward constraints. This does not save the winners, but only randomly selects.</p>\n","urlObject":{"path":["rewards","2","activities","winners-random"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2566877b-d8e6-4c28-ad16-71bb6dba97cd"},{"name":"GET - Random Reward Activity Winners Copy","id":"ada3ba4a-5ae7-4e30-90ff-33a66728c00e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"x-platform","type":"text","value":"admin"}],"url":"{{url}}/rewards/2/activities/winners-random","description":"<p>Select random winners using reward <code>id</code>. This will build random list based on reward constraints. This does not save the winners, but only randomly selects.</p>\n","urlObject":{"path":["rewards","2","activities","winners-random"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ada3ba4a-5ae7-4e30-90ff-33a66728c00e"},{"name":"POST - Store/Save Reward Activity Winners","id":"d5ace0d2-8c42-4181-a2d6-e33564045006","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-platform","value":"admin","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"reward_activities_id\": 2070\n}"},"url":"{{url}}/rewards/2/activities/winners","description":"<p>Store/Save winners via <code>reward_activities.id</code> into <code>reward_winners</code> table. Random selection of winners can be generated using the GET method of this endpoint.</p>\n","urlObject":{"path":["rewards","2","activities","winners"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5ace0d2-8c42-4181-a2d6-e33564045006"}],"id":"8e76c6c9-d7f0-4021-9bd2-a764986395e6","_postman_id":"8e76c6c9-d7f0-4021-9bd2-a764986395e6","description":""},{"name":"GET - rewards","id":"24a5d4e7-066d-4357-bd55-05fdea764133","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"x-platform","value":"admin","type":"text"}],"url":"{{url}}/rewards","description":"<p>This endpoint will retrieve all rewards, but is not for public consumption. Please see /rewards/visible for rewards available for public consumption.</p>\n","urlObject":{"path":["rewards"],"host":["{{url}}"],"query":[{"disabled":true,"key":"orderBy","value":"created_at"},{"disabled":true,"key":"orderByDir","value":"DESC"}],"variable":[]}},"response":[],"_postman_id":"24a5d4e7-066d-4357-bd55-05fdea764133"},{"name":"GET - single reward","id":"65c562fe-2e3f-4236-908d-7ea1b9a9ba2b","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"x-device-id","value":"ff22d33d22","type":"text"}],"url":"{{url}}/rewards/2?XDEBUG_SESSION_START","description":"<p>PUBLIC ENDPOINT: Fetch single reward object using <code>{reward_id}</code>. Will only display for users if the reward is active and visible.</p>\n","urlObject":{"path":["rewards","2"],"host":["{{url}}"],"query":[{"key":"XDEBUG_SESSION_START","value":""}],"variable":[]}},"response":[],"_postman_id":"65c562fe-2e3f-4236-908d-7ea1b9a9ba2b"},{"name":"GET - publicly visible rewards","id":"065d3eba-4230-40ce-8b61-d9166cf21d20","request":{"method":"GET","header":[],"url":"{{url}}/rewards/visible","description":"<p>PUBLIC ENDPOINT: Fetches all rewards where <code>show_datetime</code> is before and <code>hide_datetime</code> is after the date string passed. If date is not passed, current datestring is used</p>\n","urlObject":{"path":["rewards","visible"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"065d3eba-4230-40ce-8b61-d9166cf21d20"},{"name":"GET - all active rewards","id":"027f974f-fe6e-4c0d-bf37-6a8f556ecb76","request":{"method":"GET","header":[],"url":"{{url}}/rewards/active","description":"<p>PUBLIC ENDPOINT: Returns all active rewards</p>\n","urlObject":{"path":["rewards","active"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"027f974f-fe6e-4c0d-bf37-6a8f556ecb76"},{"name":"POST - create reward","id":"74a7202a-c76f-4742-9098-59a604bfde86","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"listening_type\": \"range\",\n\t\"rewardable_type\": \"episode\",\n\t\"rewardable_id\": 1111,\n\t\"image_id\": 11,\n\t\"title\": \"Rangey Award\",\n\t\"description\": \"This is a reward for specific range.\",\n\t\"time_limit\": 360,\n\t\"start_datetime\": \"2016-06-21 05:00:00\",\n\t\"end_datetime\": \"2016-08-01 04:59:59\",\n\t\"rules_url\": \"https://myrules.com/rangey\",\n\t\"total_winners\": 2,\n\t\"document_id\": 1\n}"},"url":"{{url}}/rewards?XDEBUG_SESSION_START","description":"<p>Create new reward. Rewards fields are:</p>\n<p>id (int),\nimage_id (int),\nlisten_type (string), [daily|weekly|monthly|alltime]\nrewardable_id (int),\nrewardable_type (string), [NULL,episodes,podcasts]\ntitle (string),\ndescription (text),\nrequirement (text),\ntime_limit (int),\nshow_datetime (date),\nstart_datetime (date),\nend_datetime (date),\nhide_datetime (date),\nrules_url (string),\ntotal_winners (int),\ndocument_id (int)</p>\n","urlObject":{"path":["rewards"],"host":["{{url}}"],"query":[{"key":"XDEBUG_SESSION_START","value":null}],"variable":[]}},"response":[],"_postman_id":"74a7202a-c76f-4742-9098-59a604bfde86"},{"name":"PUT - update reward","event":[{"listen":"prerequest","script":{"id":"904c3f1d-3b55-41f0-8db0-ef66da347bad","exec":[""],"type":"text/javascript"}}],"id":"37a404a6-50de-4d45-b585-ee7ed553a0f2","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"rules_url\": null,\n\t\"document_id\": 29\n}"},"url":"{{url}}/rewards/3","description":"<p>Update reward record by specific reward id. Rewards fields are:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>id (int),\nimage_id (int),\nlisten_type (string), [daily|weekly|monthly|alltime]\nrewardable_id (int),\nrewardable_type (string), [NULL,episodes,podcasts]\ntitle (string),\ndescription (text),\ntime_limit (int),\nshow_datetime (date),\nstart_datetime (date),\nend_datetime (date),\nhide_datetime (date),\nrules_url (string),\ntotal_winners (int),\n</code></pre><p>To dissociate a rewardable from the reward, simply pass \n<code>\"rewardable_type\": NULL</code></p>\n","urlObject":{"path":["rewards","3"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"37a404a6-50de-4d45-b585-ee7ed553a0f2"},{"name":"DELETE - delete single reward","id":"1a7407d8-9fb6-4046-b5e1-e8c842f65c13","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/rewards/13","description":"<p>Delete single reward by reward id</p>\n","urlObject":{"path":["rewards","13"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a7407d8-9fb6-4046-b5e1-e8c842f65c13"},{"name":"POST - Enter achieved reward","id":"ffdad770-1ff1-4d65-8120-8932439dd4dd","request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/rewards/1/enter","description":"<p>Process reward (provided by id) for given user.</p>\n","urlObject":{"path":["rewards","1","enter"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ffdad770-1ff1-4d65-8120-8932439dd4dd"}],"id":"bcab8449-6679-482e-a50d-803d38d44fca","_postman_id":"bcab8449-6679-482e-a50d-803d38d44fca","description":""},{"name":"networks","item":[{"name":"GET - all networks","id":"8ff801d4-7dc6-405b-bcb6-ea17efe28cea","request":{"method":"GET","header":[],"url":"{{url}}/networks","description":"<p>PUBLIC ENDPOINT: Return all active networks with a count of associated podcasts.</p>\n","urlObject":{"path":["networks"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ff801d4-7dc6-405b-bcb6-ea17efe28cea"},{"name":"GET - single network","id":"d874b713-1379-4754-94f4-a68abe8c3161","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/networks/2","description":"<p>PUBLIC ENDPOINT: Get single network record by <code>{network_id}</code> with an array associated podcasts. Beware... podcast array is not paginated.</p>\n","urlObject":{"path":["networks","2"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d874b713-1379-4754-94f4-a68abe8c3161"},{"name":"GET - network podcasts","id":"f953b26d-83e2-4e9a-a25a-5e3d7040e25c","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/networks/1/podcasts","description":"<p>PUBLIC ENDPOINT: Return all active podcasts assigned to the network <code>{network_id}</code>. Results are paginated.</p>\n","urlObject":{"path":["networks","1","podcasts"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f953b26d-83e2-4e9a-a25a-5e3d7040e25c"},{"name":"POST - create network","id":"f43a7c7a-5c66-4c5b-ad1b-ab2fd66987b0","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"WCCO Radio Network\",\n\t\"podcasts\": [56,57,58,59,60,61,62,63,64,65,66]\n}"},"url":"{{url}}/networks","description":"<p>Create a new network.</p>\n<p>Podcasts can be associated with the network by passing a comma separated list or array using the <code>podcasts</code> key.</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    ...\n    \"podcasts\": [56,57,58,59,60,61,62,63,64,65,66],\n    ...\n}\n</code></pre><p>or</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    ...\n    \"podcasts\": \"57,59,61,63,65\",\n    ...\n}\n</code></pre>","urlObject":{"path":["networks"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f43a7c7a-5c66-4c5b-ad1b-ab2fd66987b0"},{"name":"PUT - update network","id":"c21868af-b67f-4534-925e-9b81e1b1f2d2","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"podcasts\": [56,57,58,59,60,61,62,63,64,65,66]\n}"},"url":"{{url}}/networks/3","description":"<p>Update single network record by network_id.</p>\n<p>Podcasts can be associated with the network by passing a comma separated list or array using the <code>podcasts</code> key.</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    ...\n    \"podcasts\": [56,57,58,59,60,61,62,63,64,65,66],\n    ...\n}\n</code></pre><p>or</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    ...\n    \"podcasts\": \"57,59,61,63,65\",\n    ...\n}\n</code></pre>","urlObject":{"path":["networks","3"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c21868af-b67f-4534-925e-9b81e1b1f2d2"},{"name":"DELETE - single network","id":"90bbcce0-7ad7-4980-b1b6-1f8b4c828924","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/networks/2","description":"<p>Delete single network record by network_id</p>\n","urlObject":{"path":["networks","2"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"90bbcce0-7ad7-4980-b1b6-1f8b4c828924"}],"id":"3a085ecf-7da0-498e-bc93-2fab8ef61b3d","_postman_id":"3a085ecf-7da0-498e-bc93-2fab8ef61b3d","description":""},{"name":"tags","item":[{"name":"GET - all tags","id":"83b14c38-fa47-48dd-bbcf-542adce2bd9f","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/tags","description":"<p>PUBLIC ENDPOINT: Fetch all tags</p>\n<p>FOR Users who are at least \"Editors\", there is an additional field called \"taggables_count\".</p>\n","urlObject":{"path":["tags"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"83b14c38-fa47-48dd-bbcf-542adce2bd9f"},{"name":"GET - single tag","id":"1a46a7ec-3c44-4820-8204-f7aec28040ca","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/tags/1","description":"<p>PUBLIC ENDPOINT: fetch tag using tag id or slug</p>\n","urlObject":{"path":["tags","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a46a7ec-3c44-4820-8204-f7aec28040ca"},{"name":"GET - podcasts associated with tag","id":"962f597a-3f24-4a35-9326-6b1758370f7a","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/tags/5/podcasts","description":"<p>PUBLIC ENDPOINT: Fetch all podcasts with specified tag by tag id or slug</p>\n","urlObject":{"path":["tags","5","podcasts"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"962f597a-3f24-4a35-9326-6b1758370f7a"},{"name":"GET - episodes associated with tag","id":"92c4793c-7af9-4269-8df2-2df1f5d63d6f","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/tags/2/episodes","description":"<p>PUBLIC ENDPOINT: Fetch all episodes tagged with specified tag by tag id or slug.</p>\n","urlObject":{"path":["tags","2","episodes"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"92c4793c-7af9-4269-8df2-2df1f5d63d6f"},{"name":"POST - create tag","id":"1a51ebb7-aee4-4e33-bce5-8a74f91f351e","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Newest Tag\"\n}"},"url":"{{url}}/tags","description":"<p>Create new tag</p>\n","urlObject":{"path":["tags"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a51ebb7-aee4-4e33-bce5-8a74f91f351e"},{"name":"PUT - update tag","id":"68571040-90b4-4dba-8361-9b9e2b95c80b","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Newest Taggity\"\n}"},"url":"{{url}}/tags/122","description":"<p>Update tag using tag id</p>\n","urlObject":{"path":["tags","122"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"68571040-90b4-4dba-8361-9b9e2b95c80b"},{"name":"DELETE - single tag","id":"fb91aedc-193c-47d0-88b6-4c4e46a4659f","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/tags/122","description":"<p>Delete tag by tag id</p>\n","urlObject":{"path":["tags","122"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb91aedc-193c-47d0-88b6-4c4e46a4659f"},{"name":"DEPRECATED: Fetch Tag by slug","id":"eee5e204-1587-4fed-8a16-963491de6d98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/tags/slug/internet","description":"<p>This method has been deprecated as tags can be fetched directly using slug.</p>\n<p>Return a single tag by slug\n: <code>/tags/slug/{slug}</code></p>\n","urlObject":{"path":["tags","slug","internet"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eee5e204-1587-4fed-8a16-963491de6d98"}],"id":"0b5b8d4d-4bbd-4c5b-a9c4-2b2e511224ea","_postman_id":"0b5b8d4d-4bbd-4c5b-a9c4-2b2e511224ea","description":""},{"name":"images","item":[{"name":"GET - all images","id":"1aea333b-4802-4a90-bcef-58196a0a494d","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/images?image_type=reward,network","description":"<p>Return all images with an option to filter by image_type.</p>\n","urlObject":{"path":["images"],"host":["{{url}}"],"query":[{"key":"image_type","value":"reward,network"}],"variable":[]}},"response":[],"_postman_id":"1aea333b-4802-4a90-bcef-58196a0a494d"},{"name":"GET - single image","id":"a5944c58-b9b4-4251-9841-3dd2fb2c4019","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/images/5","description":"<p>Get drawer content</p>\n","urlObject":{"path":["images","5"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"912f2791-1b53-447f-bbac-ef6509d1de8c","name":"GET - single image","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true}],"body":{"mode":"raw","raw":""},"url":"{{url}}/images/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"362","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 02 Aug 2018 19:45:08 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":5,\"file_path\":\"\\/user\\/profile\",\"file_name\":\"q7tSnXIaNf4ciwcTakPpvujkEXmBxMiYfwJBDlQz.png\",\"image_type\":\"user-profile\",\"mime_type\":\"image\\/png\",\"file_size\":912,\"created_at\":\"2018-08-01 20:40:25\",\"updated_at\":\"2018-08-01 20:40:25\",\"deleted_at\":null,\"url\":\"https:\\/\\/api-local.podmn.com\\/storage\\/user\\/profile\\/q7tSnXIaNf4ciwcTakPpvujkEXmBxMiYfwJBDlQz.png\"}"}],"_postman_id":"a5944c58-b9b4-4251-9841-3dd2fb2c4019"},{"name":"POST - create image from url","id":"c6d4b1ab-c965-4038-a74a-92bf5e1069bb","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"http://via.placeholder.com/350x150\"\n}"},"url":"{{url}}/images?source=url&type=user-profile","description":"<p>Create an Image model from URL</p>\n","urlObject":{"path":["images"],"host":["{{url}}"],"query":[{"description":{"content":"<p>url OR file</p>\n","type":"text/plain"},"key":"source","value":"url"},{"description":{"content":"<p>optional, the type of image</p>\n","type":"text/plain"},"key":"type","value":"user-profile"}],"variable":[]}},"response":[{"id":"b45b3d82-bc5a-4d68-821d-fb513c3f8a40","name":"POST - create image from url","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Accept","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"url\": \"http://via.placeholder.com/350x150\"\n}"},"url":{"raw":"{{url}}/images?source=url&type=user-profile","host":["{{url}}"],"path":["images"],"query":[{"key":"source","value":"url","description":"url OR file"},{"key":"type","value":"user-profile","description":"optional, the type of image"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"343","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 02 Aug 2018 19:45:29 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Authorization","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"57","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"file_name\":\"lfz5DpIFOenxJdX0ZPI1vnezT2r1zkYpkI1NwY0t.png\",\"mime_type\":\"image\\/png\",\"file_size\":912,\"file_path\":\"user\\/profile\",\"image_type\":\"user-profile\",\"updated_at\":\"2018-08-02 19:45:30\",\"created_at\":\"2018-08-02 19:45:30\",\"id\":20,\"url\":\"https:\\/\\/api-local.podmn.com\\/storage\\/user\\/profile\\/lfz5DpIFOenxJdX0ZPI1vnezT2r1zkYpkI1NwY0t.png\"}"}],"_postman_id":"c6d4b1ab-c965-4038-a74a-92bf5e1069bb"},{"name":"POST - create image from file","id":"853d4b63-6d71-45d3-b6af-221e56a2e7c4","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"image-file","value":null,"description":"<p>file upload</p>\n","type":"file"}]},"url":"{{url}}/images?source=file&type=reward","description":"<p>Create an Image model from file</p>\n","urlObject":{"path":["images"],"host":["{{url}}"],"query":[{"description":{"content":"<p>url OR file</p>\n","type":"text/plain"},"key":"source","value":"file"},{"description":{"content":"<p>optional, the type of image</p>\n","type":"text/plain"},"key":"type","value":"reward"}],"variable":[]}},"response":[{"id":"fb6fafb5-5319-4fdb-9eb9-535d7d9a981a","name":"POST - create image from file","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":false},{"key":"Accept","value":"application/json","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"image-file","type":"file","src":null}]},"url":{"raw":"{{url}}/images?source=file&type=reward","host":["{{url}}"],"path":["images"],"query":[{"key":"source","value":"file","description":"url OR file"},{"key":"type","value":"reward","description":"optional, the type of image"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"328","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 02 Aug 2018 19:46:00 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Authorization","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"54","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"file_name\":\"1Epj3pFMYokn6RamXWSrisTs9vL3BP0tMhr0myNP.jpeg\",\"mime_type\":\"image\\/jpeg\",\"file_size\":25656,\"file_path\":\"reward\",\"image_type\":\"reward\",\"updated_at\":\"2018-08-02 19:46:01\",\"created_at\":\"2018-08-02 19:46:01\",\"id\":21,\"url\":\"https:\\/\\/api-local.podmn.com\\/storage\\/reward\\/1Epj3pFMYokn6RamXWSrisTs9vL3BP0tMhr0myNP.jpeg\"}"}],"_postman_id":"853d4b63-6d71-45d3-b6af-221e56a2e7c4"},{"name":"DELETE - delete image","id":"bd1dc6cb-b57f-4129-b474-667aacbc2d69","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/images/9","description":"<p>Delete an Image model</p>\n","urlObject":{"path":["images","9"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd1dc6cb-b57f-4129-b474-667aacbc2d69"}],"id":"482b4b8b-21f5-4706-8217-a51c39a74ee2","description":"<p>Endpoints involving images. These will mostly be used for creating images for objects and returning and object to be used later.</p>\n<p>NOTE: Once a user-profile image has been successfully processed, use the image id returned to update the user record.</p>\n<p>POST <code>/users</code>\nPayload: </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"image_id\": &lt;image_id&gt;\n}\n</code></pre>","event":[{"listen":"prerequest","script":{"id":"5d8023e8-ac1a-481e-a7a6-773376a15217","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"969480ac-924c-47f1-b4e7-c784a17c399a","type":"text/javascript","exec":[""]}}],"_postman_id":"482b4b8b-21f5-4706-8217-a51c39a74ee2"},{"name":"documents","item":[{"name":"GET - all documents","id":"b2cf7aec-1a75-43e9-ae26-62c2650a651d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/documents","description":"<p>Return all documents with an option to filter by document_type.</p>\n","urlObject":{"path":["documents"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2cf7aec-1a75-43e9-ae26-62c2650a651d"},{"name":"GET - single document","id":"cd59e9ed-9374-46cc-a89d-06685e4a8da1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{url}}/documents/5","description":"<p>Get single document using document_id</p>\n","urlObject":{"path":["documents","5"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"eec0dfdc-7884-416a-8534-8bbde2ce0cd5","name":"GET - single image","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true}],"url":"{{url}}/images/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"362","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 02 Aug 2018 19:45:08 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":5,\"file_path\":\"\\/user\\/profile\",\"file_name\":\"q7tSnXIaNf4ciwcTakPpvujkEXmBxMiYfwJBDlQz.png\",\"image_type\":\"user-profile\",\"mime_type\":\"image\\/png\",\"file_size\":912,\"created_at\":\"2018-08-01 20:40:25\",\"updated_at\":\"2018-08-01 20:40:25\",\"deleted_at\":null,\"url\":\"https:\\/\\/api-local.podmn.com\\/storage\\/user\\/profile\\/q7tSnXIaNf4ciwcTakPpvujkEXmBxMiYfwJBDlQz.png\"}"}],"_postman_id":"cd59e9ed-9374-46cc-a89d-06685e4a8da1"},{"name":"POST - create document from url","id":"8ecbb8aa-96b5-43ca-a91c-6ab5f7279399","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"http://via.placeholder.com/350x150\"\n}"},"url":"{{url}}/documents?source=url&type=reward","description":"<p>Create a Document model from URL</p>\n","urlObject":{"path":["documents"],"host":["{{url}}"],"query":[{"description":{"content":"<p>url OR file</p>\n","type":"text/plain"},"key":"source","value":"url"},{"description":{"content":"<p>optional, the type of image</p>\n","type":"text/plain"},"key":"type","value":"reward"}],"variable":[]}},"response":[{"id":"3a339f3b-5bcc-4e45-9044-33a3ac68d081","name":"POST - create image from url","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Accept","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"url\": \"http://via.placeholder.com/350x150\"\n}"},"url":{"raw":"{{url}}/images?source=url&type=user-profile","host":["{{url}}"],"path":["images"],"query":[{"key":"source","value":"url","description":"url OR file"},{"key":"type","value":"user-profile","description":"optional, the type of image"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"343","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 02 Aug 2018 19:45:29 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Authorization","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"57","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"file_name\":\"lfz5DpIFOenxJdX0ZPI1vnezT2r1zkYpkI1NwY0t.png\",\"mime_type\":\"image\\/png\",\"file_size\":912,\"file_path\":\"user\\/profile\",\"image_type\":\"user-profile\",\"updated_at\":\"2018-08-02 19:45:30\",\"created_at\":\"2018-08-02 19:45:30\",\"id\":20,\"url\":\"https:\\/\\/api-local.podmn.com\\/storage\\/user\\/profile\\/lfz5DpIFOenxJdX0ZPI1vnezT2r1zkYpkI1NwY0t.png\"}"}],"_postman_id":"8ecbb8aa-96b5-43ca-a91c-6ab5f7279399"},{"name":"POST - create document from file","id":"15e9160c-2fc2-49ed-b648-883cea7954f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>file upload</p>\n","key":"file","type":"file","value":null}]},"url":"{{url}}/documents?source=file&type=reward","description":"<p>Create an Document model from file</p>\n","urlObject":{"path":["documents"],"host":["{{url}}"],"query":[{"description":{"content":"<p>url OR file</p>\n","type":"text/plain"},"key":"source","value":"file"},{"description":{"content":"<p>optional, the type of image</p>\n","type":"text/plain"},"key":"type","value":"reward"}],"variable":[]}},"response":[{"id":"7455b157-45b7-43de-a079-b1f8755461e3","name":"POST - create image from file","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":false},{"key":"Accept","value":"application/json","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"image-file","type":"file","src":null}]},"url":{"raw":"{{url}}/images?source=file&type=reward","host":["{{url}}"],"path":["images"],"query":[{"key":"source","value":"file","description":"url OR file"},{"key":"type","value":"reward","description":"optional, the type of image"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"328","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 02 Aug 2018 19:46:00 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Authorization","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"54","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"file_name\":\"1Epj3pFMYokn6RamXWSrisTs9vL3BP0tMhr0myNP.jpeg\",\"mime_type\":\"image\\/jpeg\",\"file_size\":25656,\"file_path\":\"reward\",\"image_type\":\"reward\",\"updated_at\":\"2018-08-02 19:46:01\",\"created_at\":\"2018-08-02 19:46:01\",\"id\":21,\"url\":\"https:\\/\\/api-local.podmn.com\\/storage\\/reward\\/1Epj3pFMYokn6RamXWSrisTs9vL3BP0tMhr0myNP.jpeg\"}"}],"_postman_id":"15e9160c-2fc2-49ed-b648-883cea7954f2"},{"name":"DELETE - delete document","id":"985eb65d-ee7a-4b96-8e20-1cfa000bfec7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/documents/9","description":"<p>Delete an Document model</p>\n","urlObject":{"path":["documents","9"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"985eb65d-ee7a-4b96-8e20-1cfa000bfec7"}],"id":"461e4fa2-2f13-425b-9ba5-de56da8cc373","description":"<p>Endpoints involving documents. These will mostly be used for creating documents for objects and returning and object to be used later.</p>\n<p>Currently the only document_type is reward, but that can be expanded as project grows</p>\n","event":[{"listen":"prerequest","script":{"id":"5d8023e8-ac1a-481e-a7a6-773376a15217","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"969480ac-924c-47f1-b4e7-c784a17c399a","type":"text/javascript","exec":[""]}}],"_postman_id":"461e4fa2-2f13-425b-9ba5-de56da8cc373"},{"name":"auth","item":[{"name":"POST - validate required user fields","id":"c890ed4f-7246-4e00-9046-cb4c5d6e8456","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"provider_account_id\": \"247650992687597\",\n\t\"zip\": \"55124\",\n\t\"secret\": \"48a718c5af6fc9f6d176b2d19864b1b5\"\n}"},"url":"{{url}}/auth/validate","description":"<p>Used to update missing user fields and validate user object</p>\n","urlObject":{"path":["auth","validate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c890ed4f-7246-4e00-9046-cb4c5d6e8456"},{"name":"GET - web only endpoint to start facebook login","id":"e3252fa9-e53c-48bb-8a22-303d38bb17ad","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/auth/facebook","description":"<p>This is a web only endpoint and is only included for test purposes. The endpoint is used to initiate stateless social login with facebook through a web view.</p>\n","urlObject":{"path":["auth","facebook"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3252fa9-e53c-48bb-8a22-303d38bb17ad"},{"name":"GET - web only endpoint to start google login","id":"ae581170-9ead-47f5-a9a0-d0b9267df017","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/auth/google","description":"<p>This is a web only endpoint and is only included for test purposes. The endpoint is used to initiate stateless social login with google through a web view.</p>\n","urlObject":{"path":["auth","google"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae581170-9ead-47f5-a9a0-d0b9267df017"},{"name":"GET - stateless callback method to process Facebook login","id":"56c9e819-70b0-4b67-b4ec-dfa0a4614e94","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/auth/facebook/callback?code","description":"<p>Callback endpoint to recieve stateless response from Facebook. Using the code passed in, the API can fetch user profile from Facebook provider and complete login or registration.</p>\n","urlObject":{"path":["auth","facebook","callback"],"host":["{{url}}"],"query":[{"description":{"content":"<p>url query attribute returned by Facebook</p>\n","type":"text/plain"},"key":"code","value":null}],"variable":[]}},"response":[],"_postman_id":"56c9e819-70b0-4b67-b4ec-dfa0a4614e94"},{"name":"GET - stateless callback method to process Google login","id":"826a2a3a-c3dd-42d6-91d5-6a9114e12784","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/auth/google/callback?code","description":"<p>Callback endpoint to recieve stateless response from Google. Using the code passed in, the API can fetch user profile from Google provider and complete login or registration.</p>\n","urlObject":{"path":["auth","google","callback"],"host":["{{url}}"],"query":[{"description":{"content":"<p>url query attribute returned by Facebook</p>\n","type":"text/plain"},"key":"code","value":null}],"variable":[]}},"response":[],"_postman_id":"826a2a3a-c3dd-42d6-91d5-6a9114e12784"}],"id":"24008e46-d1d5-46eb-aa55-134120816fb9","description":"<p>Endpoints used to authenticate user</p>\n","_postman_id":"24008e46-d1d5-46eb-aa55-134120816fb9"},{"name":"subscriptions","item":[{"name":"episodes","item":[{"name":"GET - subscription new episodes","id":"d2e48578-aeb8-4eb0-ae44-0659b99c8328","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/subscriptions/episodes?XDEBUG_SESSION_START","description":"<p>Returns a collection of new episodes for all all subscriptions</p>\n","urlObject":{"path":["subscriptions","episodes"],"host":["{{url}}"],"query":[{"key":"XDEBUG_SESSION_START","value":null}],"variable":[]}},"response":[],"_postman_id":"d2e48578-aeb8-4eb0-ae44-0659b99c8328"},{"name":"PUT - Subscriptions Clear New Episode(s)","id":"2c56d6aa-6783-4b27-aeae-084600d72e02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"episodes\": [641,642]\n}"},"url":"{{url}}/subscriptions/episodes/clear","description":"<p>Clear subscriptions new episode(s) by passing in an array or comma separated string of episode id(s) to this end point.</p>\n","urlObject":{"path":["subscriptions","episodes","clear"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c56d6aa-6783-4b27-aeae-084600d72e02"},{"name":"PUT - Clear All Subscriptions New Episode(s)","id":"2d04b157-eed0-4684-838b-8fd87ae0338c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/subscriptions/episodes/clear-all","description":"<p>Clear <em>all</em> subscriptions new episode(s) by hitting this end point.</p>\n","urlObject":{"path":["subscriptions","episodes","clear-all"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d04b157-eed0-4684-838b-8fd87ae0338c"}],"id":"5fd94541-3010-47ed-a290-c2ac036a46ee","_postman_id":"5fd94541-3010-47ed-a290-c2ac036a46ee","description":""},{"name":"new-episodes [deprecated]","item":[{"name":"GET - subscription new episodes [deprecated]","id":"337d5114-a77b-4552-9efd-8a63363875a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/subscriptions/episodes","description":"<p>PLEASE USE <code>/subscriptions/episodes</code> INSTEAD OF THIS ENDPOINT.</p>\n<p>Returns a collection of new episodes for all all subscriptions</p>\n","urlObject":{"path":["subscriptions","episodes"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"337d5114-a77b-4552-9efd-8a63363875a6"}],"id":"89e79d0b-360c-4b8c-bf1a-359abc2997bd","description":"<p>PLEASE USE <code>/subscriptions/episodes</code> INSTEAD OF THIS ENDPOINT.</p>\n","event":[{"listen":"prerequest","script":{"id":"b4eedc12-3aa7-4f71-8eb1-b602af5ed6a7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c6f75df0-f607-4abb-932f-64c82b1870ec","type":"text/javascript","exec":[""]}}],"_postman_id":"89e79d0b-360c-4b8c-bf1a-359abc2997bd"},{"name":"GET - all subscriptons","id":"48ac25bc-ca5f-4fc7-bf7e-8c267c09f98f","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/subscriptions?XDEBUG_SESSION_START","description":"<p>Get all subscriptions.</p>\n","urlObject":{"path":["subscriptions"],"host":["{{url}}"],"query":[{"key":"XDEBUG_SESSION_START","value":null}],"variable":[]}},"response":[],"_postman_id":"48ac25bc-ca5f-4fc7-bf7e-8c267c09f98f"},{"name":"GET - single subscriptions","id":"dcccdf08-6acf-4175-a24b-0babe7c00d76","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/subscriptions/18","description":"<p>Get subscription by subscription_id.</p>\n","urlObject":{"path":["subscriptions","18"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcccdf08-6acf-4175-a24b-0babe7c00d76"},{"name":"POST - create subscription","id":"27e36e7d-53a0-4e4d-9b66-37a9e46272d5","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"podcast_id\": 10001\n}"},"url":"{{url}}/subscriptions?XDEBUG_SESSION_START=1","description":"<p>Create a new user subscription</p>\n","urlObject":{"path":["subscriptions"],"host":["{{url}}"],"query":[{"key":"XDEBUG_SESSION_START","value":"1"}],"variable":[]}},"response":[],"_postman_id":"27e36e7d-53a0-4e4d-9b66-37a9e46272d5"},{"name":"DELETE - single subscription","id":"515ec8be-a174-4af8-9639-16527882ef4a","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/subscriptions/55","description":"<p>Delete teh subscription record with the subscription id passed</p>\n","urlObject":{"path":["subscriptions","55"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"515ec8be-a174-4af8-9639-16527882ef4a"}],"id":"27d81606-fa69-4161-87d3-a39724d31b69","_postman_id":"27d81606-fa69-4161-87d3-a39724d31b69","description":""},{"name":"social-media-links","item":[{"name":"GET - get social media links","id":"918eb71e-dc14-4be8-8c4b-d825c1d45233","request":{"method":"GET","header":[],"url":"{{url}}/social-media-links","description":"<p>Fetch all social media links for podcasts</p>\n","urlObject":{"path":["social-media-links"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"918eb71e-dc14-4be8-8c4b-d825c1d45233"},{"name":"GET - single social media links","id":"fadcd202-522c-43dd-b0a9-b1cbec3a13af","request":{"method":"GET","header":[],"url":"{{url}}/social-media-links/1","description":"<p>Get a single social media link (by link id)</p>\n","urlObject":{"path":["social-media-links","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fadcd202-522c-43dd-b0a9-b1cbec3a13af"},{"name":"POST - create social media link","id":"3a2aa9ee-a6d3-47a7-ae0b-3524e3d70e95","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"podcast_id\": 2,\n\t\"account_type\": \"youtube\",\n\t\"account_link\": \"https://youtube.com/my-profile\"\n}"},"url":"{{url}}/social-media-links","description":"<p>Create a social media link and append to podcast</p>\n","urlObject":{"path":["social-media-links"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a2aa9ee-a6d3-47a7-ae0b-3524e3d70e95"},{"name":"PUT - update social media links","id":"61f2430b-f4e1-4f4d-a75c-7340962a5091","request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"account_link\": \"https://youtube.com/new-profile\"\n}"},"url":"{{url}}/social-media-links/3","description":"<p>Update the social media link associated with link id</p>\n","urlObject":{"path":["social-media-links","3"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"61f2430b-f4e1-4f4d-a75c-7340962a5091"},{"name":"DELETE - single social media link","id":"e6db19aa-352b-4805-b995-6ba0a2d7aba3","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/social-media-links/3","description":"<p>soft delete the social media link record associated with the link id</p>\n","urlObject":{"path":["social-media-links","3"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6db19aa-352b-4805-b995-6ba0a2d7aba3"},{"name":"Restore single social medial link","id":"26410de7-6765-4ad4-8518-1a9ba4992f4f","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/social-media-links/3/restore","description":"<p>Removes the soft delete for the social medial link record based on link id</p>\n","urlObject":{"path":["social-media-links","3","restore"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"26410de7-6765-4ad4-8518-1a9ba4992f4f"}],"id":"18be730b-669f-4b95-be70-105de9a1163e","_postman_id":"18be730b-669f-4b95-be70-105de9a1163e","description":""},{"name":"notifications","item":[{"name":"custom","item":[{"name":"GET - all custom notifications","id":"1693398c-9e8b-403e-91b0-dccffd0c353c","request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/notifications/custom","description":"<p>Return all of the custom notifications</p>\n","urlObject":{"path":["notifications","custom"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1693398c-9e8b-403e-91b0-dccffd0c353c"},{"name":"GET - single custom notification","id":"29b946c4-2c0f-4fcc-8a7d-eb8b29fe4b5b","request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/notifications/custom/1","description":"<p>Returns single notification record using notification id.</p>\n","urlObject":{"path":["notifications","custom","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"29b946c4-2c0f-4fcc-8a7d-eb8b29fe4b5b"},{"name":"POST - create custom notification","id":"517c9f2e-2394-4654-958e-092f1909bc65","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"details\": \"Join Fever 333 for a Demonstration at The Varsity Theater\",\n    \"send_datetime\": \"2019-04-23 00:49:00\",\n    \"rich_media_type\": null,\n    \"targetable_type\": \"\",\n    \"type\": \"standard\",\n    \"push_type\": 0,\n    \"category_ids\": [4, 5],\n    \"url\": null,\n    \"title\": \"Participate\"\n}"},"url":"{{url}}/notifications/custom?XDEBUG_SESSION_START=1","description":"<p>Insert custom notification record.</p>\n<p>Note that category_ids is stored as json array. If you are passing one or more category id, you must provide as an array of category ids or a comma delimited list of category ids which he backend will convert to an array.</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    ...\n    \"category_ids\": [1,3]\n    ...\n}\n</code></pre><p>or </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    ...\n    \"category_ids\": \"1,3\"\n    ...\n}\n</code></pre>","urlObject":{"path":["notifications","custom"],"host":["{{url}}"],"query":[{"key":"XDEBUG_SESSION_START","value":"1"}],"variable":[]}},"response":[],"_postman_id":"517c9f2e-2394-4654-958e-092f1909bc65"},{"name":"PUT - update single custom notification ","id":"81658be3-7244-422a-bb5f-1d3f9ab6a2f2","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"details\": \"Here it is with more emojis: 👻😱\",\n\t\"targetable_type\": \"reward\",\n\t\"targetable_id\": 1\n}"},"url":"{{url}}/notifications/custom/1","description":"<p>Update single custom notification based on notification id passed in.</p>\n","urlObject":{"path":["notifications","custom","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"81658be3-7244-422a-bb5f-1d3f9ab6a2f2"},{"name":"DELETE - delete single custom notification","id":"2ba3cef5-ffeb-4cd6-8c38-bca2b6357d9c","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/notifications/custom/1","description":"<p>Soft delete custom notification with notification id passed.</p>\n","urlObject":{"path":["notifications","custom","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ba3cef5-ffeb-4cd6-8c38-bca2b6357d9c"}],"id":"1477edd0-74c2-4c34-81d9-5626da5981b3","_postman_id":"1477edd0-74c2-4c34-81d9-5626da5981b3","description":""},{"name":"mark","item":[{"name":"PUT - Mark user notifications seen","id":"8f2cd816-cb2e-4f1f-a42d-f6e1bfe03c7d","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/notifications/mark/seen","description":"<p>Will add a timestamp to all users notifications (based on notification ids passed in) seen_at field.</p>\n","urlObject":{"path":["notifications","mark","seen"],"host":["{{url}}"],"query":[{"disabled":true,"key":"XDEBUG_SESSION_START","value":""}],"variable":[]}},"response":[],"_postman_id":"8f2cd816-cb2e-4f1f-a42d-f6e1bfe03c7d"},{"name":"PUT - Mark user notifications read","id":"a2713810-1e20-46a0-90d8-baebfed888a7","request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"ids\": [111,122,177,188,221]\n}"},"url":"{{url}}/notifications/mark/read","description":"<p>Will add a timestamp to all users notifications (based on notification ids passed in) read_at field.</p>\n","urlObject":{"path":["notifications","mark","read"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2713810-1e20-46a0-90d8-baebfed888a7"}],"id":"a91772a2-778c-4b99-935c-05da273b6f35","_postman_id":"a91772a2-778c-4b99-935c-05da273b6f35","description":""},{"name":"categories","item":[{"name":"GET - all notification categories","id":"36a89024-0bea-483f-9832-dced0aaaf267","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/notifications/categories/","description":"<p>Returns all active notification categories</p>\n","urlObject":{"path":["notifications","categories",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"36a89024-0bea-483f-9832-dced0aaaf267"},{"name":"GET - single notification cateogory","id":"021ba82d-4615-489d-965e-e7c3a25704cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/notifications/categories/1","description":"<p>Returns the single notification category using the categoryId passed in</p>\n","urlObject":{"path":["notifications","categories","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"021ba82d-4615-489d-965e-e7c3a25704cb"},{"name":"Create notification category","id":"7e7c7b5a-4c74-4f2e-adda-4e9ca2ab35d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"label\": \"Reward Eligibility\",\n\t\"description\": \"Receive notifications when you achieve reward entries\",\n\t\"hide_in_admin\": 1,\n\t\"opt_in\": 1\n}"},"url":"{{url}}/notifications/categories","description":"<p>Users with at least editor role can create new notification categories</p>\n","urlObject":{"path":["notifications","categories"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e7c7b5a-4c74-4f2e-adda-4e9ca2ab35d0"},{"name":"Update single notification category","id":"538ac09e-524e-4ecb-97ba-aab9c68432ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"opt_in\": 0\n}"},"url":"{{url}}/notifications/categories/11","description":"<p>Editor or above role can update single notification category using category id.</p>\n","urlObject":{"path":["notifications","categories","11"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"538ac09e-524e-4ecb-97ba-aab9c68432ee"},{"name":"Delete notification  category","id":"b2568acd-62b5-4831-a3af-70517d24bc4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/notifications/categories/11","description":"<p>Editor or above role can remove single notification category</p>\n","urlObject":{"path":["notifications","categories","11"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2568acd-62b5-4831-a3af-70517d24bc4f"},{"name":"Restore single notification category","id":"cd80d184-040c-4d69-a1d0-a8d3d974450e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{url}}/notifications/categories/11","description":"<p>This method will restore a single notification category to the last known settings and re-create user notification preferences for category.</p>\n","urlObject":{"path":["notifications","categories","11"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd80d184-040c-4d69-a1d0-a8d3d974450e"}],"id":"cc1c2fb3-3b08-475d-a502-570c5619022f","description":"<p>Notification categories are used to manage user notification preferences.</p>\n","_postman_id":"cc1c2fb3-3b08-475d-a502-570c5619022f"},{"name":"GET - All in-app notifications for user","id":"b42e7c22-e38f-4ecd-a40e-56d22fec76fb","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/notifications","description":"<p>Will fetch all active in-app notifications or a user</p>\n","urlObject":{"path":["notifications"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b42e7c22-e38f-4ecd-a40e-56d22fec76fb"},{"name":"DELETE - Remove single user notification","id":"e3c52ef3-71a5-4104-a85a-ff4571319614","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/notifications/111","description":"<p>Soft delete single notification (by notification id passed in) for user.</p>\n","urlObject":{"path":["notifications","111"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3c52ef3-71a5-4104-a85a-ff4571319614"},{"name":"Update push notification as opened","id":"1bf1ba1d-e842-4cb2-9512-c9b8e78d0918","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"notification_push_id\": 57,\n\t\"udid\": \"e364e52d-6632-3aa7-8347-0a0f308ee449\"\n}"},"url":"{{url}}/notifications/opened","description":"<p>Mark push notification as opened.</p>\n<p>This method requires that the notification_push_id and udid be supplied in the payload.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"notification_push_id\": {id},\n    \"udid\": \"{udid}\"\n}\n</code></pre>","urlObject":{"path":["notifications","opened"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1bf1ba1d-e842-4cb2-9512-c9b8e78d0918"}],"id":"382f2ced-77a3-4e94-b03e-f7ec449f75ef","_postman_id":"382f2ced-77a3-4e94-b03e-f7ec449f75ef","description":""},{"name":"search","item":[{"name":"GET - live search","id":"468b1e9c-9b44-474c-96b2-bdf81a01598d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/search/live?query=timber","description":"<p>Returns cached, scaled down results for podcasts only. Should be very quick.</p>\n","urlObject":{"path":["search","live"],"host":["{{url}}"],"query":[{"key":"query","value":"timber"}],"variable":[]}},"response":[],"_postman_id":"468b1e9c-9b44-474c-96b2-bdf81a01598d"},{"name":"GET - full search","id":"d8b66056-f87a-44de-92b5-073e472696de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{url}}/search?query=vik","description":"<p>Returns JSON object with results for each type of searchable object.</p>\n","urlObject":{"path":["search"],"host":["{{url}}"],"query":[{"key":"query","value":"vik"}],"variable":[]}},"response":[],"_postman_id":"d8b66056-f87a-44de-92b5-073e472696de"},{"name":"GET - popular search terms","id":"f667eff4-568d-4f33-8e35-7988b29d87a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/search/popular-terms","description":"<p>For editors and up</p>\n","urlObject":{"path":["search","popular-terms"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f667eff4-568d-4f33-8e35-7988b29d87a3"},{"name":"GET - test live search","id":"dc273b42-5def-491d-bc46-bf3f0eab4e95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/search/test/live?query=timber","description":"<p>Endpoint for testing live search</p>\n","urlObject":{"path":["search","test","live"],"host":["{{url}}"],"query":[{"key":"query","value":"timber"}],"variable":[]}},"response":[],"_postman_id":"dc273b42-5def-491d-bc46-bf3f0eab4e95"},{"name":"GET - test full search","id":"eddcef80-1461-4084-a41f-78bd682a9aaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/search/test/live?query=timber&XDEBUG_SESSION_START=1","description":"<p>Endpoint for testing full search</p>\n","urlObject":{"path":["search","test","live"],"host":["{{url}}"],"query":[{"key":"query","value":"timber"},{"key":"XDEBUG_SESSION_START","value":"1"}],"variable":[]}},"response":[],"_postman_id":"eddcef80-1461-4084-a41f-78bd682a9aaf"},{"name":"Update Popular Terms","id":"2b4aed71-d300-4506-894c-5480c30d39c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","name":"Content-Type","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n  {\n  \t\"key\": \"popular_terms\",\n  \t\"scope\": \"global\",\n  \t\"value\": []\n  }\n]"},"url":"{{url}}/search/manual-popular-terms","description":"<p>This endpoint is for updating settings. Always pass in an array of settings to update. Key and Scope are required for each item.</p>\n","urlObject":{"path":["search","manual-popular-terms"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"41a0d3af-6a2f-411c-abbb-733db158d2ab","name":"App Settings","originalRequest":{"method":"GET","header":[],"url":"{{url}}/settings/app"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"864","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 13 Jul 2018 14:42:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"58","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Fri Jul 13 2018 16:01:03 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6InFFOU9qcVpEaUpObTdtUUYxR0NMdWc9PSIsInZhbHVlIjoiZk1uaHRyK1FQTkY2QjhjejMzbWU0U1hTZktWQmxYUkpsaWFsaFJiS1VlXC9JNFFuSnEzRDA5Q2NtNGI4NmhRWFdBaENQbUxjSW93OTRBXC9uNEVjb1czUT09IiwibWFjIjoiYWVjMDUyMGJlNDZiYTg0NjFiODljNTUwOWVlOTNhN2EwZTVkMjhkZjIyNzQ2NGUzNzU3MTU0OTc5YTU5M2NkZCJ9","key":"XSRF-TOKEN"},{"expires":"Fri Jul 13 2018 16:01:03 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6InQ5THB1YjM1K3hDRGU5UG03VFlJM3c9PSIsInZhbHVlIjoiTEpVMlp2K0RJNnpWYk1EMjlWaVFIcjBpMmsxN2YyS3prK0Q4YzNsXC80YnB1KzY3RTZvVWtuWTVBemo2NHd1K2FjMitmVWp3eFZ1UkxSckhYSXlCbUR3PT0iLCJtYWMiOiJjNTAwNmQ3N2Y3YTc2NjZlYzgzY2QyNGUzZGYzOWNkNmI0YTk3NmRmMmM2ZTg5NzQxMDgyOTdiZjEzYzdmZTBhIn0%3D","key":"podmn_session"}],"responseTime":null,"body":"{\"app_name\":\"PODMN\",\"site_url\":\"https:\\/\\/api-local.podmn.com\",\"timezone\":\"UTC\",\"dfp\":{\"enabled\":false,\"account_id\":null,\"video_vast_tag\":null,\"ad_unit_code\":null},\"ga\":{\"enabled\":false,\"tracking_id\":null},\"main_logo\":\"https:\\/\\/fakeimg.pl\\/400x750\\/?text=PodMN\",\"main_background_image\":\"https:\\/\\/fakeimg.pl\\/1125x2436\\/?text=PodMN\",\"login_message\":\"Login or register for access to the land of 10,000 podcasts\",\"register_message\":\"Register for access to the land of 10,000 podcasts\",\"discover_trending_background_image\":\"https:\\/\\/fakeimg.pl\\/500x480\\/\",\"podcast_suggestion_form_message\":\"Let us know what great Minnesota podcast we are missing!\",\"profile_page_not_logged_in_message\":\"Donec sodales sagittis magna. Ut varius tincidunt libero. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc.\"}"},{"id":"ad013e6a-dbee-4451-9fc4-fecf6a4f757b","name":"App Settings","originalRequest":{"method":"GET","header":[],"url":"{{url}}/settings/app"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1190","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 16 Jul 2018 16:17:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"58","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"app_name\":\"PODMN\",\"site_url\":\"https:\\/\\/api-local.podmn.com\",\"timezone\":\"UTC\",\"dfp\":{\"enabled\":false,\"account_id\":null,\"video_vast_tag\":null,\"ad_unit_code\":null},\"ga\":{\"enabled\":false,\"tracking_id\":null},\"main_logo\":\"https:\\/\\/api-local.podmn.com\\/img\\/podmn-logo.png\",\"main_background_image\":\"https:\\/\\/api-local.podmn.com\\/img\\/main-bg.jpg\",\"login_message\":\"Login or register for access to the land of 10,000 podcasts\",\"register_message\":\"Register for access to the land of 10,000 podcasts\",\"discover_trending_background_image\":\"https:\\/\\/api-local.podmn.com\\/img\\/trending-bg.jpg\",\"podcast_suggestion_form_message\":\"Let us know what great Minnesota podcast we are missing!\",\"profile_page_not_logged_in_message\":\"Donec sodales sagittis magna. Ut varius tincidunt libero. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc.\",\"profile_new_episode_background_image\":\"https:\\/\\/api-local.podmn.com\\/img\\/profile-new-episode.jpg\",\"profile_playlist_background_image\":\"https:\\/\\/api-local.podmn.com\\/img\\/profile-playlist.jpg\",\"profile_subscribed_background_image\":\"https:\\/\\/api-local.podmn.com\\/img\\/profile-subscribed.jpg\"}"}],"_postman_id":"2b4aed71-d300-4506-894c-5480c30d39c4"},{"name":"Get Manual Popular Terms","id":"dc9b093f-2e68-4166-99b1-6695ec93b2a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/search/manual-popular-terms","urlObject":{"path":["search","manual-popular-terms"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"31eef8ff-3e41-4b36-9cfc-99ff53f2d16a","name":"App Settings","originalRequest":{"method":"GET","header":[],"url":"{{url}}/settings/app"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1190","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 16 Jul 2018 16:17:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"58","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"app_name\":\"PODMN\",\"site_url\":\"https:\\/\\/api-local.podmn.com\",\"timezone\":\"UTC\",\"dfp\":{\"enabled\":false,\"account_id\":null,\"video_vast_tag\":null,\"ad_unit_code\":null},\"ga\":{\"enabled\":false,\"tracking_id\":null},\"main_logo\":\"https:\\/\\/api-local.podmn.com\\/img\\/podmn-logo.png\",\"main_background_image\":\"https:\\/\\/api-local.podmn.com\\/img\\/main-bg.jpg\",\"login_message\":\"Login or register for access to the land of 10,000 podcasts\",\"register_message\":\"Register for access to the land of 10,000 podcasts\",\"discover_trending_background_image\":\"https:\\/\\/api-local.podmn.com\\/img\\/trending-bg.jpg\",\"podcast_suggestion_form_message\":\"Let us know what great Minnesota podcast we are missing!\",\"profile_page_not_logged_in_message\":\"Donec sodales sagittis magna. Ut varius tincidunt libero. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc.\",\"profile_new_episode_background_image\":\"https:\\/\\/api-local.podmn.com\\/img\\/profile-new-episode.jpg\",\"profile_playlist_background_image\":\"https:\\/\\/api-local.podmn.com\\/img\\/profile-playlist.jpg\",\"profile_subscribed_background_image\":\"https:\\/\\/api-local.podmn.com\\/img\\/profile-subscribed.jpg\"}"},{"id":"cc298525-7d7b-43ac-af1f-8b34d47d1f42","name":"App Settings","originalRequest":{"method":"GET","header":[],"url":"{{url}}/settings/app"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"864","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 13 Jul 2018 14:42:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"58","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Fri Jul 13 2018 16:01:03 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6InFFOU9qcVpEaUpObTdtUUYxR0NMdWc9PSIsInZhbHVlIjoiZk1uaHRyK1FQTkY2QjhjejMzbWU0U1hTZktWQmxYUkpsaWFsaFJiS1VlXC9JNFFuSnEzRDA5Q2NtNGI4NmhRWFdBaENQbUxjSW93OTRBXC9uNEVjb1czUT09IiwibWFjIjoiYWVjMDUyMGJlNDZiYTg0NjFiODljNTUwOWVlOTNhN2EwZTVkMjhkZjIyNzQ2NGUzNzU3MTU0OTc5YTU5M2NkZCJ9","key":"XSRF-TOKEN"},{"expires":"Fri Jul 13 2018 16:01:03 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6InQ5THB1YjM1K3hDRGU5UG03VFlJM3c9PSIsInZhbHVlIjoiTEpVMlp2K0RJNnpWYk1EMjlWaVFIcjBpMmsxN2YyS3prK0Q4YzNsXC80YnB1KzY3RTZvVWtuWTVBemo2NHd1K2FjMitmVWp3eFZ1UkxSckhYSXlCbUR3PT0iLCJtYWMiOiJjNTAwNmQ3N2Y3YTc2NjZlYzgzY2QyNGUzZGYzOWNkNmI0YTk3NmRmMmM2ZTg5NzQxMDgyOTdiZjEzYzdmZTBhIn0%3D","key":"podmn_session"}],"responseTime":null,"body":"{\"app_name\":\"PODMN\",\"site_url\":\"https:\\/\\/api-local.podmn.com\",\"timezone\":\"UTC\",\"dfp\":{\"enabled\":false,\"account_id\":null,\"video_vast_tag\":null,\"ad_unit_code\":null},\"ga\":{\"enabled\":false,\"tracking_id\":null},\"main_logo\":\"https:\\/\\/fakeimg.pl\\/400x750\\/?text=PodMN\",\"main_background_image\":\"https:\\/\\/fakeimg.pl\\/1125x2436\\/?text=PodMN\",\"login_message\":\"Login or register for access to the land of 10,000 podcasts\",\"register_message\":\"Register for access to the land of 10,000 podcasts\",\"discover_trending_background_image\":\"https:\\/\\/fakeimg.pl\\/500x480\\/\",\"podcast_suggestion_form_message\":\"Let us know what great Minnesota podcast we are missing!\",\"profile_page_not_logged_in_message\":\"Donec sodales sagittis magna. Ut varius tincidunt libero. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc.\"}"}],"_postman_id":"dc9b093f-2e68-4166-99b1-6695ec93b2a1"},{"name":"Get Elasticsearch Popular Search Terms","id":"3e1ae33f-c526-4a64-acd0-316d1e4e946c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/search/es-popular-terms","urlObject":{"path":["search","es-popular-terms"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"15a72c32-0fb0-4104-b523-bed28bb3f466","name":"App Settings","originalRequest":{"method":"GET","header":[],"url":"{{url}}/settings/app"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1190","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 16 Jul 2018 16:17:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"58","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"app_name\":\"PODMN\",\"site_url\":\"https:\\/\\/api-local.podmn.com\",\"timezone\":\"UTC\",\"dfp\":{\"enabled\":false,\"account_id\":null,\"video_vast_tag\":null,\"ad_unit_code\":null},\"ga\":{\"enabled\":false,\"tracking_id\":null},\"main_logo\":\"https:\\/\\/api-local.podmn.com\\/img\\/podmn-logo.png\",\"main_background_image\":\"https:\\/\\/api-local.podmn.com\\/img\\/main-bg.jpg\",\"login_message\":\"Login or register for access to the land of 10,000 podcasts\",\"register_message\":\"Register for access to the land of 10,000 podcasts\",\"discover_trending_background_image\":\"https:\\/\\/api-local.podmn.com\\/img\\/trending-bg.jpg\",\"podcast_suggestion_form_message\":\"Let us know what great Minnesota podcast we are missing!\",\"profile_page_not_logged_in_message\":\"Donec sodales sagittis magna. Ut varius tincidunt libero. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc.\",\"profile_new_episode_background_image\":\"https:\\/\\/api-local.podmn.com\\/img\\/profile-new-episode.jpg\",\"profile_playlist_background_image\":\"https:\\/\\/api-local.podmn.com\\/img\\/profile-playlist.jpg\",\"profile_subscribed_background_image\":\"https:\\/\\/api-local.podmn.com\\/img\\/profile-subscribed.jpg\"}"},{"id":"8ef67f4e-c4c6-4753-9a51-53014f2c8562","name":"App Settings","originalRequest":{"method":"GET","header":[],"url":"{{url}}/settings/app"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"864","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 13 Jul 2018 14:42:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.2.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"58","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Fri Jul 13 2018 16:01:03 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6InFFOU9qcVpEaUpObTdtUUYxR0NMdWc9PSIsInZhbHVlIjoiZk1uaHRyK1FQTkY2QjhjejMzbWU0U1hTZktWQmxYUkpsaWFsaFJiS1VlXC9JNFFuSnEzRDA5Q2NtNGI4NmhRWFdBaENQbUxjSW93OTRBXC9uNEVjb1czUT09IiwibWFjIjoiYWVjMDUyMGJlNDZiYTg0NjFiODljNTUwOWVlOTNhN2EwZTVkMjhkZjIyNzQ2NGUzNzU3MTU0OTc5YTU5M2NkZCJ9","key":"XSRF-TOKEN"},{"expires":"Fri Jul 13 2018 16:01:03 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"api-local.podmn.com","path":"/","secure":false,"value":"eyJpdiI6InQ5THB1YjM1K3hDRGU5UG03VFlJM3c9PSIsInZhbHVlIjoiTEpVMlp2K0RJNnpWYk1EMjlWaVFIcjBpMmsxN2YyS3prK0Q4YzNsXC80YnB1KzY3RTZvVWtuWTVBemo2NHd1K2FjMitmVWp3eFZ1UkxSckhYSXlCbUR3PT0iLCJtYWMiOiJjNTAwNmQ3N2Y3YTc2NjZlYzgzY2QyNGUzZGYzOWNkNmI0YTk3NmRmMmM2ZTg5NzQxMDgyOTdiZjEzYzdmZTBhIn0%3D","key":"podmn_session"}],"responseTime":null,"body":"{\"app_name\":\"PODMN\",\"site_url\":\"https:\\/\\/api-local.podmn.com\",\"timezone\":\"UTC\",\"dfp\":{\"enabled\":false,\"account_id\":null,\"video_vast_tag\":null,\"ad_unit_code\":null},\"ga\":{\"enabled\":false,\"tracking_id\":null},\"main_logo\":\"https:\\/\\/fakeimg.pl\\/400x750\\/?text=PodMN\",\"main_background_image\":\"https:\\/\\/fakeimg.pl\\/1125x2436\\/?text=PodMN\",\"login_message\":\"Login or register for access to the land of 10,000 podcasts\",\"register_message\":\"Register for access to the land of 10,000 podcasts\",\"discover_trending_background_image\":\"https:\\/\\/fakeimg.pl\\/500x480\\/\",\"podcast_suggestion_form_message\":\"Let us know what great Minnesota podcast we are missing!\",\"profile_page_not_logged_in_message\":\"Donec sodales sagittis magna. Ut varius tincidunt libero. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc.\"}"}],"_postman_id":"3e1ae33f-c526-4a64-acd0-316d1e4e946c"}],"id":"42d2640e-5000-4e24-bff8-2d202335bb89","description":"<p>For searching content. Each 200 result should be paginated with results of that object type.</p>\n<p>Each request must have a <code>query</code> parameter which contains the string to be searched on.</p>\n","event":[{"listen":"prerequest","script":{"id":"b061bf01-4cd3-4409-9836-be794f1232f5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"05a81fa3-3131-4344-adcd-2c85cc241654","type":"text/javascript","exec":[""]}}],"_postman_id":"42d2640e-5000-4e24-bff8-2d202335bb89"},{"name":"reports","item":[{"name":"podcasts","item":[{"name":"Podcast Header Rollup","id":"51f574ab-e112-48d2-88d0-8d723fc2804b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"x-platform","value":"admin","type":"text"}],"url":"{{url}}/reports/podcasts/20/active-devices","urlObject":{"path":["reports","podcasts","20","active-devices"],"host":["{{url}}"],"query":[{"disabled":true,"key":"XDEBUG_SESSION_START","value":null}],"variable":[]}},"response":[],"_postman_id":"51f574ab-e112-48d2-88d0-8d723fc2804b"},{"name":"Podcast Starts","id":"30bf6718-b7e6-4c36-a316-9fd26de30d37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"x-platform","value":"admin","type":"text"}],"url":"{{url}}/reports/podcasts/18/podcast-starts","urlObject":{"path":["reports","podcasts","18","podcast-starts"],"host":["{{url}}"],"query":[{"disabled":true,"key":"XDEBUG_SESSION_START","value":null},{"disabled":true,"key":"period","value":"24hours"}],"variable":[]}},"response":[],"_postman_id":"30bf6718-b7e6-4c36-a316-9fd26de30d37"},{"name":"Podcast Time Spent Listening","id":"836ae814-b903-418d-8c50-9a93ced62ba9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"x-platform","value":"admin","type":"text"}],"url":"{{url}}/reports/podcasts/20/time-spent-listening","urlObject":{"path":["reports","podcasts","20","time-spent-listening"],"host":["{{url}}"],"query":[{"disabled":true,"key":"XDEBUG_SESSION_START","value":null},{"disabled":true,"key":"period","value":"30days"}],"variable":[]}},"response":[],"_postman_id":"836ae814-b903-418d-8c50-9a93ced62ba9"},{"name":"Episode Listens","id":"633798c3-4985-433b-b519-af9014bb60e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"x-platform","type":"text","value":"admin"}],"url":"{{url}}/reports/podcasts/20/episode-listens","urlObject":{"path":["reports","podcasts","20","episode-listens"],"host":["{{url}}"],"query":[{"disabled":true,"key":"XDEBUG_SESSION_START","value":null}],"variable":[]}},"response":[],"_postman_id":"633798c3-4985-433b-b519-af9014bb60e4"},{"name":"Listeners","id":"5523bb7d-6266-466e-8f26-aa7d85661610","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"x-platform","type":"text","value":"admin"}],"url":"{{url}}/reports/podcasts/20/listeners","urlObject":{"path":["reports","podcasts","20","listeners"],"host":["{{url}}"],"query":[{"disabled":true,"key":"XDEBUG_SESSION_START","value":null}],"variable":[]}},"response":[],"_postman_id":"5523bb7d-6266-466e-8f26-aa7d85661610"},{"name":"Listeners Summary","id":"f2af0bb2-b133-4c9b-935e-7347cbf976d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"x-platform","type":"text","value":"admin"}],"url":"{{url}}/reports/podcasts/20/user-tsl","urlObject":{"path":["reports","podcasts","20","user-tsl"],"host":["{{url}}"],"query":[{"disabled":true,"key":"XDEBUG_SESSION_START","value":null}],"variable":[]}},"response":[],"_postman_id":"f2af0bb2-b133-4c9b-935e-7347cbf976d4"},{"name":"Related Podcasts","id":"f52998dc-8e86-48f4-8fc1-82934f102882","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"x-platform","type":"text","value":"admin"}],"url":"{{url}}/reports/podcasts/20/related-podcasts","urlObject":{"path":["reports","podcasts","20","related-podcasts"],"host":["{{url}}"],"query":[{"disabled":true,"key":"XDEBUG_SESSION_START","value":null}],"variable":[]}},"response":[],"_postman_id":"f52998dc-8e86-48f4-8fc1-82934f102882"},{"name":"GET - Listeners Export","id":"eff61c92-b588-4420-b121-378ad70c6569","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/podcasts/20/listeners-export?XDEBUG_SESSION_START=1&platform=admin","urlObject":{"path":["podcasts","20","listeners-export"],"host":["{{url}}"],"query":[{"key":"XDEBUG_SESSION_START","value":"1"},{"key":"platform","value":"admin"}],"variable":[]}},"response":[],"_postman_id":"eff61c92-b588-4420-b121-378ad70c6569"}],"id":"b23091c1-f13a-40d4-a6b7-72515c71a885","_postman_id":"b23091c1-f13a-40d4-a6b7-72515c71a885","description":""},{"name":"Global - Active Devices","id":"fba9163c-6b68-46ef-8dfc-7ba2f5a35565","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/reports/global/active-devices?start_date=2019-10-02 05:00:00.0000&end_date=2019-11-02 05:00:00.0000","urlObject":{"path":["reports","global","active-devices"],"host":["{{url}}"],"query":[{"key":"start_date","value":"2019-10-02 05:00:00.0000"},{"key":"end_date","value":"2019-11-02 05:00:00.0000"}],"variable":[]}},"response":[],"_postman_id":"fba9163c-6b68-46ef-8dfc-7ba2f5a35565"},{"name":"Global - Total Listens","id":"cb99a34d-5033-462f-8a28-05c776b26f2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/reports/global/total-listens?period=live","urlObject":{"path":["reports","global","total-listens"],"host":["{{url}}"],"query":[{"key":"period","value":"live"}],"variable":[]}},"response":[],"_postman_id":"cb99a34d-5033-462f-8a28-05c776b26f2d"},{"name":"Global - Episodes Listens","id":"b8955eeb-8de3-4dbe-9f81-0c571cfd978d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/reports/global/episode-listens?period=live&orderBy=publish_date&orderByDir=DESC","urlObject":{"path":["reports","global","episode-listens"],"host":["{{url}}"],"query":[{"key":"period","value":"live"},{"key":"orderBy","value":"publish_date"},{"key":"orderByDir","value":"DESC"}],"variable":[]}},"response":[],"_postman_id":"b8955eeb-8de3-4dbe-9f81-0c571cfd978d"},{"name":"Global - Podcast Listens","id":"ddebe3b1-9090-46a1-a37f-8f555a5147fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/reports/global/podcast-listens?period=30days&XDEBUG_SESSION_START","urlObject":{"path":["reports","global","podcast-listens"],"host":["{{url}}"],"query":[{"key":"period","value":"30days"},{"key":"XDEBUG_SESSION_START","value":null}],"variable":[]}},"response":[],"_postman_id":"ddebe3b1-9090-46a1-a37f-8f555a5147fb"},{"name":"Global - User Listens","id":"d192cc2a-83cf-418a-938a-ea4a61f16979","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/reports/global/user-listens?period=all","urlObject":{"path":["reports","global","user-listens"],"host":["{{url}}"],"query":[{"key":"period","value":"all"}],"variable":[]}},"response":[],"_postman_id":"d192cc2a-83cf-418a-938a-ea4a61f16979"},{"name":"Global - Subscriptions","id":"11a31051-cb5e-4284-acb5-b7aa68e349a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/reports/global/subscriptions?period=30days","urlObject":{"path":["reports","global","subscriptions"],"host":["{{url}}"],"query":[{"key":"period","value":"30days"}],"variable":[]}},"response":[],"_postman_id":"11a31051-cb5e-4284-acb5-b7aa68e349a2"},{"name":"Global - Registered Devices","id":"f21216b8-6034-4676-86c3-eb40b381387e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/reports/global/registered-devices?period=30days","urlObject":{"path":["reports","global","registered-devices"],"host":["{{url}}"],"query":[{"key":"period","value":"30days"}],"variable":[]}},"response":[],"_postman_id":"f21216b8-6034-4676-86c3-eb40b381387e"},{"name":"Global - Reward Entries","id":"94d4a6e9-2460-4cc8-923f-3363bbcdf6f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/reports/global/reward-entries?period=all","urlObject":{"path":["reports","global","reward-entries"],"host":["{{url}}"],"query":[{"key":"period","value":"all"}],"variable":[]}},"response":[],"_postman_id":"94d4a6e9-2460-4cc8-923f-3363bbcdf6f1"},{"name":"Global - Registered Users","id":"36994662-c34b-4aa9-ac03-de78db7db753","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/reports/global/registered-accounts?period=30days","urlObject":{"path":["reports","global","registered-accounts"],"host":["{{url}}"],"query":[{"key":"period","value":"30days"}],"variable":[]}},"response":[],"_postman_id":"36994662-c34b-4aa9-ac03-de78db7db753"},{"name":"Global - App Sessions","id":"09d286fd-5daa-4308-bee4-a7e307a4d4de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/reports/global/app-sessions?period=live","urlObject":{"path":["reports","global","app-sessions"],"host":["{{url}}"],"query":[{"key":"period","value":"live"}],"variable":[]}},"response":[],"_postman_id":"09d286fd-5daa-4308-bee4-a7e307a4d4de"},{"name":"Podcasts - All Info","id":"87005288-3fa3-4d43-b810-0617345b8e9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/reports/podcasts/info?period=alltime","urlObject":{"path":["reports","podcasts","info"],"host":["{{url}}"],"query":[{"key":"period","value":"alltime"}],"variable":[]}},"response":[],"_postman_id":"87005288-3fa3-4d43-b810-0617345b8e9f"},{"name":"Podcasts - All Info (Single)","id":"b6f31c8e-7bd7-4077-a160-bd7a48c78f79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/reports/podcasts/info/250?period=alltime&XDEBUG_SESSION_START=1","urlObject":{"path":["reports","podcasts","info","250"],"host":["{{url}}"],"query":[{"key":"period","value":"alltime"},{"key":"XDEBUG_SESSION_START","value":"1"}],"variable":[]}},"response":[],"_postman_id":"b6f31c8e-7bd7-4077-a160-bd7a48c78f79"},{"name":"Podcasts - Episodes Info","id":"553d5b27-25e7-464b-bd98-161dbc5dbf14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/reports/podcasts/info/6/episodes?period=30days&XDEBUG_SESSION_START=1&page=2","urlObject":{"path":["reports","podcasts","info","6","episodes"],"host":["{{url}}"],"query":[{"key":"period","value":"30days"},{"key":"XDEBUG_SESSION_START","value":"1"},{"key":"page","value":"2"}],"variable":[]}},"response":[],"_postman_id":"553d5b27-25e7-464b-bd98-161dbc5dbf14"},{"name":"Episode - Listens Map","id":"e838d353-cd66-4d8e-a651-0c8bb9a1340f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/reports/episodes/listensMap/13786?period=alltime","urlObject":{"path":["reports","episodes","listensMap","13786"],"host":["{{url}}"],"query":[{"key":"period","value":"alltime"}],"variable":[]}},"response":[],"_postman_id":"e838d353-cd66-4d8e-a651-0c8bb9a1340f"},{"name":"Episode - All Info","id":"33ea2a3b-990e-4098-8283-4a24f14c1a32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/reports/episodes/info?period=live&XDEBUG_SESSION_START=1&page=2","urlObject":{"path":["reports","episodes","info"],"host":["{{url}}"],"query":[{"key":"period","value":"live"},{"key":"XDEBUG_SESSION_START","value":"1"},{"key":"page","value":"2"}],"variable":[]}},"response":[],"_postman_id":"33ea2a3b-990e-4098-8283-4a24f14c1a32"},{"name":"Episode - All Info (SIngle)","id":"668cb5e6-ce7e-4075-99f4-53617a9714b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/reports/episodes/info/37039?period=30days&XDEBUG_SESSION_START=1","urlObject":{"path":["reports","episodes","info","37039"],"host":["{{url}}"],"query":[{"key":"period","value":"30days"},{"key":"XDEBUG_SESSION_START","value":"1"}],"variable":[]}},"response":[],"_postman_id":"668cb5e6-ce7e-4075-99f4-53617a9714b6"}],"id":"9f1c26a2-5d3e-4c65-ae8a-7ff44af90a72","description":"<p>grabbing stats and reports from the API, will require at least \"editor\" role</p>\n<p>the default period for stats is \"24 hours\", but the following can be used to grab specific things:</p>\n<p>?period=</p>\n<ul>\n<li>live</li>\n<li>24hours</li>\n<li>7days</li>\n<li>30days</li>\n<li>custom -- &amp;start_date=\"2019-01-20\"&amp;end_date=\"2019-09-10\"</li>\n<li>all (excludes custom)</li>\n<li>alltime</li>\n</ul>\n<p>Some endpoints will allow a \"limit\" | \"orderBy\" and/or \"orderByDir\" parameters. The default limit is 10.</p>\n<p>Some endpoints will return a \"grouping\" value. This typically explains the date period monthly,weekly,daily,hourly. These are set automatically based on the actual time/dates given.</p>\n","event":[{"listen":"prerequest","script":{"id":"542519a8-195b-49bc-b15b-b582d59178f7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"143c72e8-1035-407d-a375-c5ce2bd9ce52","type":"text/javascript","exec":[""]}}],"_postman_id":"9f1c26a2-5d3e-4c65-ae8a-7ff44af90a72"}],"event":[{"listen":"prerequest","script":{"id":"522083c2-5a72-48dc-a8c7-c2f3118639f9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5db24c15-8bad-4431-9384-0918397cf4ab","type":"text/javascript","exec":[""]}}]}