{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/app.podcaster.de"
        }
    ],
    "info": {
        "name": "podcaster.de API Documentation",
        "_postman_id": "a39df463-d3de-4cb7-9d08-818a05d4f043",
        "description": "Through the podcaster API you can access your media files, podcast feeds and episodes.",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Episodes",
            "description": "",
            "item": [
                {
                    "name": "List episodes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/shows",
                            "query": [
                                {
                                    "key": "channel_id",
                                    "value": "123e4567-e89b-12d3-a456-426655440000",
                                    "description": "UUId des Podcasts.",
                                    "disabled": false
                                },
                                {
                                    "key": "page[]",
                                    "value": "",
                                    "description": "",
                                    "disabled": true
                                },
                                {
                                    "key": "page.number",
                                    "value": "22",
                                    "description": "value muss mindestens 1 sein.",
                                    "disabled": false
                                },
                                {
                                    "key": "page.size",
                                    "value": "7",
                                    "description": "value muss mindestens 1 sein. value darf maximal 500 sein.",
                                    "disabled": false
                                },
                                {
                                    "key": "filter",
                                    "value": "Kurzfilm",
                                    "description": "Suche in Titel und Beschreibung nach bestimmten Episoden.",
                                    "disabled": false
                                },
                                {
                                    "key": "sortBy",
                                    "value": "published_at",
                                    "description": "You can either sort by published_at or status",
                                    "disabled": false
                                },
                                {
                                    "key": "sortDesc",
                                    "value": "desc",
                                    "description": "Sort order.",
                                    "disabled": false
                                },
                                {
                                    "key": "page%5Bnumber%5D",
                                    "value": "1",
                                    "description": "Used for pagination. The page number.",
                                    "disabled": false
                                },
                                {
                                    "key": "page%5Bsize%5D",
                                    "value": "10",
                                    "description": "Used for pagination. The page size.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/shows?channel_id=123e4567-e89b-12d3-a456-426655440000&page[]=&page.number=22&page.size=7&filter=Kurzfilm&sortBy=published_at&sortDesc=desc&page%5Bnumber%5D=1&page%5Bsize%5D=10"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns a list of episodes belonging to a podcast channel. Accessible with scopes: shows,shows-read-only",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": [\n        {\n            \"type\": \"show\",\n            \"id\": \"pod-5ea2082c6bc37297937508\",\n            \"feed_id\": \"Der_Podcast\",\n            \"links\": {\n                \"self\": \"https:\/\/api.podcaster.sattoaster\/api\/shows\/pod-5ea2082c6bc37297937508?feedId=Der_Podcast\",\n                \"web\": \"https:\/\/beispiel.podcaster.de\/der_podcast\/beispiel-013\/\",\n                \"logo\": \"\",\n                \"media\": \"\"\n            },\n            \"attributes\": {\n                \"title\": \"Beispiel #013\",\n                \"description\": \"Dies ist eine Beispiel-Episode f\u00fcr den Podcast-Hostingservice podcaster.de\",\n                \"author\": \"beispiel@kundendomain.me (Fabio Bacigalupo)\",\n                \"link\": \"https:\/\/beispiel.podcaster.de\/der_podcast\/beispiel-013\/\",\n                \"copyright\": \"podcaster.de\",\n                \"logo\": \"\",\n                \"guid\": \"pod-5ea2082c6bc37297937508\",\n                \"publish_date\": \"1587677228\",\n                \"publish_date_formatted\": \"23.04.2020, 23:27 Uhr\",\n                \"status\": \"2\",\n                \"file\": \"\",\n                \"enclosure_url\": \"\",\n                \"itunes\": {\n                    \"title\": \"Nur als Entwurf\",\n                    \"subtitle\": \"\",\n                    \"logo\": \"1587677200\",\n                    \"summary\": \"\",\n                    \"episodeType\": \"full\",\n                    \"author\": \"Fabio Bacigalupo\",\n                    \"duration\": \"00:05:08\",\n                    \"season\": \"\",\n                    \"episode\": \"\"\n                },\n                \"type\": \"unknown\",\n                \"duration_formatted\": \"5m 8s\"\n            },\n            \"relationships\": [\n                \"entry\"\n            ]\n        },\n        {\n            \"type\": \"show\",\n            \"id\": \"pod-5cc21955598f7405476263\",\n            \"feed_id\": \"Der_Podcast\",\n            \"links\": {\n                \"self\": \"https:\/\/api.podcaster.sattoaster\/api\/shows\/pod-5cc21955598f7405476263?feedId=Der_Podcast\",\n                \"web\": \"https:\/\/beispiel.podcaster.de\/der_podcast\/beispiel-folge-xyz-011\/\",\n                \"logo\": \"\",\n                \"media\": \"\"\n            },\n            \"attributes\": {\n                \"title\": \"#012 Beispiel-Folge\",\n                \"description\": \"<div>Dies ist eine Beispiel-Episode f\u00fcr den Podcast-Hostingservice podcaster.de <br><\/div><div><\/div>\\n\\nIn der Folge wird erkl\u00e4rt, was ein Podcast ist.\",\n                \"author\": \"beispiel@kundendomain.me (Fabio Bacigalupo)\",\n                \"link\": \"https:\/\/beispiel.podcaster.de\/der_podcast\/beispiel-folge-xyz-011\/\",\n                \"copyright\": \"podcaster.de\",\n                \"logo\": \"\",\n                \"guid\": \"pod-5cc21955598f7405476263\",\n                \"publish_date\": \"1557908895\",\n                \"publish_date_formatted\": \"15.05.2019, 10:28 Uhr\",\n                \"status\": 4,\n                \"file\": \"\",\n                \"enclosure_url\": \"\",\n                \"itunes\": {\n                    \"title\": \"Beispiel-Folge xyz\",\n                    \"subtitle\": \"xyz sagt alles\",\n                    \"logo\": \"1555322159\",\n                    \"summary\": \"\",\n                    \"episodeType\": \"full\",\n                    \"author\": \"Fabio Bacigalupo\",\n                    \"duration\": \"00:05:08\",\n                    \"season\": \"1\",\n                    \"episode\": \"10\"\n                },\n                \"type\": \"unknown\",\n                \"duration_formatted\": \"5m 8s\"\n            },\n            \"relationships\": [\n                \"entry\"\n            ]\n        }\n    ]\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create episode",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/shows",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/shows"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "channel_id",
                                    "value": "123e4567-e89b-12d3-a456-426655440000",
                                    "type": "text",
                                    "description": "UUId des Podcasts."
                                },
                                {
                                    "key": "status",
                                    "value": "PUBLISHED",
                                    "type": "text",
                                    "description": "Status der Episode: DRAFT (Entwurf), PUBLISHED (Ver\u00f6ffentlicht)"
                                },
                                {
                                    "key": "title",
                                    "value": "Dies ist eine Episode.",
                                    "type": "text",
                                    "description": "Titel der Episode. value darf maximal 255 Zeichen haben."
                                },
                                {
                                    "key": "description",
                                    "value": "",
                                    "type": "text",
                                    "description": "Beschreibung der Episde. value darf maximal 4000 Zeichen haben."
                                },
                                {
                                    "key": "author",
                                    "value": "Maxima Musterfrau",
                                    "type": "text",
                                    "description": "Autor der Episode. value darf maximal 255 Zeichen haben."
                                },
                                {
                                    "key": "copyright",
                                    "value": "Podcast-Team MM",
                                    "type": "text",
                                    "description": "Angabe zu Nutzerrechten. value darf maximal 255 Zeichen haben."
                                },
                                {
                                    "key": "link",
                                    "value": "",
                                    "type": "text",
                                    "description": "Must be a valid URL."
                                },
                                {
                                    "key": "guid",
                                    "value": "g",
                                    "type": "text",
                                    "description": "value darf maximal 255 Zeichen haben."
                                },
                                {
                                    "key": "file_id",
                                    "value": "1554927456",
                                    "type": "text",
                                    "description": "ID einer Medien-Datei."
                                },
                                {
                                    "key": "itunes[title]",
                                    "value": "",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "itunes[subtitle]",
                                    "value": "",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "itunes[summary]",
                                    "value": "",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "itunes[episode]",
                                    "value": "0",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "itunes[episodeType]",
                                    "value": "",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "itunes[season]",
                                    "value": "0",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "itunes[logo]",
                                    "value": "",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "itunes[explicit]",
                                    "value": "",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "itunes[block]",
                                    "value": "",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "itunes[author]",
                                    "value": "",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "publishing_date",
                                    "value": "2021-08-26",
                                    "type": "text",
                                    "description": "Must be a valid date in the format <code>Y-m-d<\/code>."
                                },
                                {
                                    "key": "publishing_time",
                                    "value": "12:10:59",
                                    "type": "text",
                                    "description": "Must be a valid date in the format <code>H:i:s<\/code>."
                                },
                                {
                                    "key": "podcastindex[episode_node_value]",
                                    "value": "4326.41688",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "podcastindex[episode_display]",
                                    "value": "m",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "podcastindex[chapter_url]",
                                    "value": "https:\/\/www.gulgowski.com\/nihil-accusantium-harum-mollitia-modi-deserunt",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "podcastindex[chapter_type]",
                                    "value": "w",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "podcastindex[image_srcset]",
                                    "value": "architecto",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "podcastindex[license_node_value]",
                                    "value": "n",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "podcastindex[license_url]",
                                    "value": "http:\/\/crooks.biz\/et-fugiat-sunt-nihil-accusantium",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "podcastindex[location_node_value]",
                                    "value": "n",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "podcastindex[location_geo_latitude]",
                                    "value": "4326.41688",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "podcastindex[location_geo_longitude]",
                                    "value": "4326.41688",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "podcastindex[location_osm]",
                                    "value": "m",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "podcastindex[season_node_value]",
                                    "value": "16",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "podcastindex[season_name]",
                                    "value": "n",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "write_metadata",
                                    "value": "1",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "media",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "Adds a new episode. Accessible with scope: shows",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get episode",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/shows\/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/shows\/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "6ff8f7f6-1eb3-3525-be4a-3932c805afed",
                                    "description": "UUID einer Episode."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Gets details of an episode. Accessible with scopes: shows,shows-read-only",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"type\": \"show\",\n        \"id\": \"pod-5ea2082c6bc37297937508\",\n        \"feed_id\": \"Der_Podcast\",\n        \"attributes\": {\n            \"title\": \"Beispiel #013\",\n            \"subtitle\": \"\",\n            \"link\": \"https:\/\/beispiel.podcaster.de\/der_podcast\/beispiel-013\/\",\n            \"description\": \"Dies ist eine Beispiel-Episode f\u00fcr den Podcast-Hostingservice podcaster.de\",\n            \"author\": \"beispiel@kundendomain.me (Fabio Bacigalupo)\",\n            \"email\": \"\",\n            \"copyright\": \"podcaster.de\",\n            \"itunes\": {\n                \"title\": \"Nur als Entwurf\",\n                \"subtitle\": \"\",\n                \"logo\": \"1587677200\",\n                \"summary\": \"\",\n                \"episodeType\": \"full\",\n                \"author\": \"Fabio Bacigalupo\",\n                \"duration\": \"00:05:08\",\n                \"season\": \"\",\n                \"episode\": \"\"\n            }\n        }\n    }\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete episode",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/shows\/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/shows\/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "6ff8f7f6-1eb3-3525-be4a-3932c805afed",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Removes an episode from a podcast channel. Accessible with scope: shows",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Copy episode",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/show\/:uuid\/copy",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/show\/:uuid\/copy",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "6ff8f7f6-1eb3-3525-be4a-3932c805afed",
                                    "description": "GUID of the episode"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[]"
                        },
                        "description": "Creates a copy of a show. You can create a duplicate within the same podcast or copy the show to another podcast.\nThe copy is always saved with status `draft`.\nAccessible with scope: shows",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Media",
            "description": "",
            "item": [
                {
                    "name": "List files",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/media",
                            "query": [
                                {
                                    "key": "sort_by",
                                    "value": "name",
                                    "description": "Sort criterium (Allowed values: 'name', 'size', 'created'. Default: 'name').",
                                    "disabled": false
                                },
                                {
                                    "key": "sort_dir",
                                    "value": "desc",
                                    "description": "Sort order ('asc', 'desc'. Default: 'desc').",
                                    "disabled": false
                                },
                                {
                                    "key": "filter",
                                    "value": "%22kreativ%22",
                                    "description": "Search for a file (name).",
                                    "disabled": false
                                },
                                {
                                    "key": "strict",
                                    "value": "1",
                                    "description": "Used to limit search results to exact matches. (Default: 0)",
                                    "disabled": false
                                },
                                {
                                    "key": "page[]",
                                    "value": "",
                                    "description": "",
                                    "disabled": true
                                },
                                {
                                    "key": "page.number",
                                    "value": "1",
                                    "description": "Used for pagination. The page number.",
                                    "disabled": false
                                },
                                {
                                    "key": "page.size",
                                    "value": "10",
                                    "description": "Used for pagination. The page size.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/media?sort_by=name&sort_dir=desc&filter=%22kreativ%22&strict=1&page[]=&page.number=1&page.size=10"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Gets a list of the user\u00b4s uploaded (media) files. Accessible with scopes: media,media-read-only",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"count\": 7,\n    \"items\": [\n        {\n            \"id\": \"1600240053\",\n            \"name\": \"1400x1400.png\",\n            \"byte\": 14644,\n            \"created\": \"16.09.2020 09:07:33\",\n            \"size\": \"14.3 KB\",\n            \"last\": \"09:07:33 16.09.2020\",\n            \"cat\": \"_default_\",\n            \"url\": \"https:\/\/beispiel.podcaster.de\/download\/1400x1400.png\",\n            \"extension\": \"png\",\n            \"mimetype\": \"image\/png\",\n            \"type\": \"image\",\n            \"created_date\": \"16.09.2020\",\n            \"created_time\": \"09:09\"\n        },\n        {\n            \"id\": \"1593720040\",\n            \"name\": \"3000x3000.png\",\n            \"byte\": 93132,\n            \"created\": \"02.07.2020 22:00:40\",\n            \"size\": \"90.95 KB\",\n            \"last\": \"22:00:40 02.07.2020\",\n            \"cat\": \"logos\",\n            \"url\": \"https:\/\/beispiel.podcaster.de\/download\/3000x3000.png\",\n            \"extension\": \"png\",\n            \"mimetype\": \"image\/png\",\n            \"type\": \"image\",\n            \"created_date\": \"02.07.2020\",\n            \"created_time\": \"22:10\"\n        }\n    ]\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Upload file",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/media",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/media"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "media",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "Stores a file in the media manager.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get file",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/media\/:media_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/media\/:media_id",
                            "variable": [
                                {
                                    "id": "media_id",
                                    "key": "media_id",
                                    "value": "0",
                                    "description": "ID of the media file."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Gets details for a media file.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": 1600240053,\n    \"name\": \"1400x1400.png\",\n    \"byte\": 14644,\n    \"size\": \"14.3 KB\",\n    \"time\": \"16.09.2020 09:07:33\",\n    \"last\": \"16.09.2020 09:07:33\",\n    \"cat\": null,\n    \"mimetype\": \"image\/png\",\n    \"type\": \"image\",\n    \"info\": \"PNG image data, 1400 x 1400, 8-bit\/color RGBA, non-interlaced\",\n    \"mime\": \"image\/png\"\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete file",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/media\/:media_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/media\/:media_id",
                            "variable": [
                                {
                                    "id": "media_id",
                                    "key": "media_id",
                                    "value": "123456789",
                                    "description": "ID of the media file to be deleted."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove a file from the media manager.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get metadata",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/media\/:id\/metadata",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/media\/:id\/metadata",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the medium."
                                },
                                {
                                    "id": "media_id",
                                    "key": "media_id",
                                    "value": "123456789",
                                    "description": "ID of the media file."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"id\":\"6ff8f7f6-1eb3-3525-be4a-3932c805afed\"}"
                        },
                        "description": "Retrieves the metadata of a mediafile",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update metadata",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/media\/:id\/metadata",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/media\/:id\/metadata",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the medium."
                                },
                                {
                                    "id": "media_id",
                                    "key": "media_id",
                                    "value": "123456789",
                                    "description": "ID of the media file."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"image\":4326.41688}"
                        },
                        "description": "Change a mediafile's metadata",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Podcasts",
            "description": "",
            "item": [
                {
                    "name": "List podcasts (legacy)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/feeds",
                            "query": [
                                {
                                    "key": "page%5Bnumber%5D",
                                    "value": "1",
                                    "description": "Used for pagination. The page number.",
                                    "disabled": false
                                },
                                {
                                    "key": "page%5Bsize%5D",
                                    "value": "10",
                                    "description": "Used for pagination. The page size.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/feeds?page%5Bnumber%5D=1&page%5Bsize%5D=10"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Do not use this endpoint anymore. Use \/api\/channels instead.\n\nReturns a list of podcasts. Accessible with scopes: feeds,feeds-read-only\n\nChanges since deprecation: `type` has changed from 'feed' to 'channel', new fields for Podcast Index added",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"data\":[{\"type\":\"channel\",\"id\":\"fe9294a8-747e-4ecb-91f4-f523823d509e\",\"links\":{\"self\":\"https:\\\/\\\/app.podcaster.de\\\/api\\\/channels\\\/fe9294a8-747e-4ecb-91f4-f523823d509e\",\"rss\":\"https:\\\/\\\/hlvwge.podcaster.de\\\/SInRPpRmiHrv0tzTVxrr.rss\",\"web\":\"\",\"logo\":\"https:\\\/\\\/app.podcaster.de\\\/images\\\/help\\\/cover_missing.svg?v=1\"},\"attributes\":{\"rss\":{\"title\":\"facilis\",\"subtitle\":\"Ea aut ut quo illo.\",\"description\":\"Doloremque est consequatur ipsam fugit accusantium sit ut repellat. Autem voluptates laudantium qui dolor modi ducimus et voluptas.\",\"copyright\":\"Dolor aut.\"},\"logo\":null,\"is_explicit\":false,\"is_protected\":null,\"imported\":null,\"podcastindex\":{\"guid\":\"3j9Jll1Pw2zQnIGiaIia\",\"medium\":\"maxime\",\"podping\":true,\"license\":{\"identifier\":\"Quia sequi non.\",\"url\":\"http:\\\/\\\/will.net\\\/voluptates-similique-sunt-enim-numquam-saepe-et-adipisci-voluptas\"},\"locked\":{\"value\":\"no\",\"owner\":\"mfalk@hinz.com\"},\"update_frequency\":{\"description\":\"T\\u00e4glich\",\"complete\":true,\"dtstart\":\"2026-04-28T10:16:31.000000Z\",\"rrule\":\"FREQ=DAILY\"},\"chat\":[],\"trailer\":[],\"blocks\":[],\"fundings\":[],\"images\":[],\"locations\":[],\"persons\":[],\"txts\":[],\"social_interacts\":[],\"remote_items\":[],\"podrolls\":[],\"publisher\":[],\"live_items\":[],\"values\":[]}},\"shows_count\":0},{\"type\":\"channel\",\"id\":\"c433e1e3-699f-4fd3-a7fd-a99f1af9fd92\",\"links\":{\"self\":\"https:\\\/\\\/app.podcaster.de\\\/api\\\/channels\\\/c433e1e3-699f-4fd3-a7fd-a99f1af9fd92\",\"rss\":\"https:\\\/\\\/dooafd.podcaster.de\\\/hFVzDnrxerCt3ootcrbn.rss\",\"web\":\"\",\"logo\":\"https:\\\/\\\/app.podcaster.de\\\/images\\\/help\\\/cover_missing.svg?v=1\"},\"attributes\":{\"rss\":{\"title\":\"porro\",\"subtitle\":\"Totam officia.\",\"description\":\"Quo dolores ut totam velit rerum. A reprehenderit corrupti quia ratione ut dolore cum quia.\",\"copyright\":\"Nam.\"},\"logo\":null,\"is_explicit\":false,\"is_protected\":null,\"imported\":null,\"podcastindex\":{\"guid\":\"wPTiG8cIPOHAcHSYQ3rD\",\"medium\":\"perferendis\",\"podping\":true,\"license\":{\"identifier\":\"Nemo aut aut porro.\",\"url\":\"https:\\\/\\\/www.schulze.com\\\/culpa-porro-fugit-et-ullam-maiores-quisquam\"},\"locked\":{\"value\":\"yes\",\"owner\":\"sieglinde.mayer@gmail.com\"},\"update_frequency\":{\"description\":\"T\\u00e4glich\",\"complete\":true,\"dtstart\":\"2026-04-28T10:16:31.000000Z\",\"rrule\":\"FREQ=DAILY\"},\"chat\":[],\"trailer\":[],\"blocks\":[],\"fundings\":[],\"images\":[],\"locations\":[],\"persons\":[],\"txts\":[],\"social_interacts\":[],\"remote_items\":[],\"podrolls\":[],\"publisher\":[],\"live_items\":[],\"values\":[]}},\"shows_count\":0}]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get podcast (legacy)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/feeds\/:feed_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/feeds\/:feed_id",
                            "variable": [
                                {
                                    "id": "feed_id",
                                    "key": "feed_id",
                                    "value": "beispiel",
                                    "description": "ID of the podcast (feed)."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns information about a podcast (feed). Accessible with scopes: feeds,feeds-read-only",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"data\":{\"type\":\"channel\",\"id\":\"3d0bef2c-ecb2-48ee-b4fc-dbb02d7b04b8\",\"feed_id\":\"zHjLKVqSyKcSZqWcBgqY\",\"attributes\":{\"rss\":{\"title\":\"autem\",\"description\":\"Neque blanditiis odio veritatis excepturi doloribus delectus. Qui repudiandae laboriosam est alias.\",\"copyright\":\"Molestiae.\",\"subtitle\":\"Et ut dicta vitae.\",\"link\":\"http:\\\/\\\/heim.com\\\/ut-aut-deserunt-et-error-neque-recusandae-et.html\",\"author\":\"Evelyn Ott\",\"email\":\"rklein@haupt.com\",\"language\":\"km\",\"category\":\"ipsam\"},\"itunes\":{\"title\":null,\"subtitle\":\"Et ut dicta vitae.\",\"summary\":\"Consequatur ut et.\",\"author\":null,\"type\":\"serial\",\"block\":\"yes\",\"explicit\":false,\"complete\":false,\"new_feed_url\":\"http:\\\/\\\/marquardt.de\\\/dolores-sed-rem-ea\",\"category\":[],\"logo\":null},\"podcastindex\":{\"guid\":\"vssSQGFGy0yrV1hPXVtZ\",\"medium\":\"ut\",\"podping\":true,\"license\":{\"identifier\":\"Deserunt sint quis.\",\"url\":\"http:\\\/\\\/strauss.com\\\/id-a-consectetur-assumenda-eaque-neque-sit-sunt-nihil.html\"},\"locked\":{\"value\":\"no\",\"owner\":\"tina72@schott.com\"},\"update_frequency\":{\"description\":\"T\\u00e4glich\",\"complete\":false,\"dtstart\":\"2026-04-28T10:16:32.000000Z\",\"rrule\":\"FREQ=DAILY\"},\"chat\":[],\"trailer\":[],\"blocks\":[],\"fundings\":[],\"images\":[],\"locations\":[],\"persons\":[],\"txts\":[],\"social_interacts\":[],\"remote_items\":[],\"podrolls\":[],\"publisher\":[],\"live_items\":[],\"values\":[]},\"logo\":\"https:\\\/\\\/app.podcaster.de\\\/images\\\/help\\\/cover_missing.svg?v=1\"},\"links\":{\"self\":\"https:\\\/\\\/app.podcaster.de\\\/api\\\/channels\\\/zHjLKVqSyKcSZqWcBgqY\",\"rss\":\"https:\\\/\\\/kqf603.podcaster.de\\\/zHjLKVqSyKcSZqWcBgqY.rss\",\"web\":\"\",\"logo\":\"https:\\\/\\\/app.podcaster.de\\\/images\\\/help\\\/cover_missing.svg?v=1\",\"remove_sync\":false},\"shows_count\":0,\"imported\":null}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "List podcasts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/channels",
                            "query": [
                                {
                                    "key": "page%5Bnumber%5D",
                                    "value": "1",
                                    "description": "Used for pagination. The page number.",
                                    "disabled": false
                                },
                                {
                                    "key": "page%5Bsize%5D",
                                    "value": "10",
                                    "description": "Used for pagination. The page size.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/channels?page%5Bnumber%5D=1&page%5Bsize%5D=10"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns a list of podcasts. Accessible with scopes: feeds,feeds-read-only",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"data\":[{\"type\":\"channel\",\"id\":\"488d410b-88df-4aa3-be5f-db288f19e13b\",\"links\":{\"self\":\"https:\\\/\\\/app.podcaster.de\\\/api\\\/channels\\\/488d410b-88df-4aa3-be5f-db288f19e13b\",\"rss\":\"https:\\\/\\\/wkfzj3.podcaster.de\\\/vRJAE0FRi9x8cAwa24rk.rss\",\"web\":\"\",\"logo\":\"https:\\\/\\\/app.podcaster.de\\\/images\\\/help\\\/cover_missing.svg?v=1\"},\"attributes\":{\"rss\":{\"title\":\"fugit\",\"subtitle\":\"Rerum repellendus.\",\"description\":\"Itaque fugiat adipisci doloremque cupiditate deleniti. Ratione dicta et non sint eaque cumque. Iste aperiam illo veritatis aliquid exercitationem saepe.\",\"copyright\":\"Iusto.\"},\"logo\":null,\"is_explicit\":true,\"is_protected\":null,\"imported\":null,\"podcastindex\":{\"guid\":\"BLCZWN6pybpaxmbfgXev\",\"medium\":\"est\",\"podping\":true,\"license\":{\"identifier\":\"Veniam quis est.\",\"url\":\"http:\\\/\\\/www.strobel.com\\\/praesentium-officia-sunt-esse-ratione-quia-ut\"},\"locked\":{\"value\":\"yes\",\"owner\":\"haag.eveline@ebert.net\"},\"update_frequency\":{\"description\":\"T\\u00e4glich\",\"complete\":true,\"dtstart\":\"2026-04-28T10:16:33.000000Z\",\"rrule\":\"FREQ=DAILY\"},\"chat\":[],\"trailer\":[],\"blocks\":[],\"fundings\":[],\"images\":[],\"locations\":[],\"persons\":[],\"txts\":[],\"social_interacts\":[],\"remote_items\":[],\"podrolls\":[],\"publisher\":[],\"live_items\":[],\"values\":[]}},\"shows_count\":0},{\"type\":\"channel\",\"id\":\"e8a11217-59d4-4849-8cb6-1a3ba30258d9\",\"links\":{\"self\":\"https:\\\/\\\/app.podcaster.de\\\/api\\\/channels\\\/e8a11217-59d4-4849-8cb6-1a3ba30258d9\",\"rss\":\"https:\\\/\\\/7euamj.podcaster.de\\\/ancR8nNYO2oRtnKOer4m.rss\",\"web\":\"\",\"logo\":\"https:\\\/\\\/app.podcaster.de\\\/images\\\/help\\\/cover_missing.svg?v=1\"},\"attributes\":{\"rss\":{\"title\":\"assumenda\",\"subtitle\":\"Dolores ipsum dicta.\",\"description\":\"Ut et esse sequi facere. Dolores odit sunt molestias odio. Ducimus pariatur repellendus minus et corrupti quo. Esse est et fuga est dicta nihil aperiam.\",\"copyright\":\"Nihil.\"},\"logo\":null,\"is_explicit\":false,\"is_protected\":null,\"imported\":null,\"podcastindex\":{\"guid\":\"zvOvw2IqsO9oyZxE7iuU\",\"medium\":\"dolorum\",\"podping\":false,\"license\":{\"identifier\":\"Et pariatur labore.\",\"url\":\"http:\\\/\\\/www.kraft.de\\\/voluptatem-ut-vel-tempore-minus-quam-nemo\"},\"locked\":{\"value\":\"no\",\"owner\":\"reinhild.hauser@gmx.de\"},\"update_frequency\":{\"description\":\"T\\u00e4glich\",\"complete\":false,\"dtstart\":\"2026-04-28T10:16:34.000000Z\",\"rrule\":\"FREQ=DAILY\"},\"chat\":[],\"trailer\":[],\"blocks\":[],\"fundings\":[],\"images\":[],\"locations\":[],\"persons\":[],\"txts\":[],\"social_interacts\":[],\"remote_items\":[],\"podrolls\":[],\"publisher\":[],\"live_items\":[],\"values\":[]}},\"shows_count\":0}]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create podcast",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/channels",
                            "query": [
                                {
                                    "key": "channel",
                                    "value": "architecto",
                                    "description": "Object",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/channels?channel=architecto"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"feed_id\":\"neuer-podcast\",\"feed_url\":\"http:\\\/\\\/www.bailey.biz\\\/quos-velit-et-fugiat-sunt-nihil-accusantium-harum.html\",\"title\":\"Dies ist ein Podcast.\",\"author\":\"Fabio\",\"description\":\"Diese Episode ist \u00fcber das podcaster API.\",\"copyright\":\"Free to use\",\"link\":\"https:\\\/\\\/beispiel.podcast.de\",\"email\":\"cecil42@example.com\",\"language\":\"y\",\"category\":\"k\",\"apple_podcasts_title\":\"c\",\"apple_podcasts_subtitle\":\"Das ist der Untertitel\",\"apple_podcasts_summary\":\"m\",\"apple_podcasts_explicit\":\"\",\"apple_podcasts_block\":\"yes\",\"apple_podcasts_complete\":\"yes\",\"apple_podcasts_author\":\"y\",\"apple_podcasts_type\":\"episodic\",\"channel_apple_podcasts_category\":[],\"channel_domain\":{\"protocol\":\"http\",\"domain\":\"b\",\"subdomain\":\"n\"},\"image_id\":\"architecto\",\"podcast_index_guid\":\"architecto\",\"podcast_index_medium\":\"n\",\"podcast_index_uses_podping\":true,\"podcast_index_license_node_value\":\"g\",\"podcast_index_license_url\":\"http:\\\/\\\/www.okuneva.com\\\/fugiat-sunt-nihil-accusantium-harum-mollitia.html\",\"podcast_index_locked_node_value\":\"k\",\"podcast_index_locked_owner\":\"aschuster@example.com\",\"podcast_index_update_frequency_node_value\":\"k\",\"podcast_index_update_frequency_complete\":true,\"podcast_index_update_frequency_dt_start\":\"2026-04-28T12:16:34\",\"podcast_index_update_frequency_rrule\":\"architecto\",\"podcast_index_trailer\":{\"node_value\":\"n\",\"url\":\"http:\\\/\\\/crooks.biz\\\/et-fugiat-sunt-nihil-accusantium\",\"pubdate\":\"2026-04-28T12:16:34\",\"type\":\"n\",\"season\":4326.41688},\"podcast_index_chat\":{\"server\":\"architecto\",\"protocol\":\"architecto\",\"accountId\":\"architecto\",\"space\":\"architecto\"},\"podcast_index_blocks\":[{\"node_value\":\"n\",\"service_id\":\"g\"}],\"podcast_index_fundings\":[{\"node_value\":\"z\",\"url\":\"http:\\\/\\\/rempel.com\\\/sunt-nihil-accusantium-harum-mollitia\"}],\"podcast_index_txts\":[{\"node_value\":\"k\",\"purpose\":\"h\"}],\"podcast_index_images\":[{\"href\":\"http:\\\/\\\/www.dubuque.net\\\/quo-omnis-nostrum-aut-adipisci\",\"alt\":\"architecto\",\"aspect_ratio\":\"ngzmiyvdljnikhwa\",\"width\":4326.41688,\"height\":4326.41688,\"type\":\"architecto\",\"purpose\":\"n\"}],\"podcast_index_locations\":[{\"node_value\":\"g\",\"rel\":\"z\",\"geo_latitude\":4326.41688,\"geo_longitude\":4326.41688,\"osm\":\"m\",\"country\":\"iy\"}],\"podcast_index_persons\":[{\"node_value\":\"v\",\"role\":\"d\",\"group\":\"l\",\"img\":\"j\",\"href\":\"http:\\\/\\\/tillman.com\\\/\"}],\"podcast_index_social_interacts\":[{\"uri\":\"architecto\",\"protocol\":\"n\",\"account_id\":\"architecto\",\"account_url\":\"http:\\\/\\\/www.bailey.biz\\\/quos-velit-et-fugiat-sunt-nihil-accusantium-harum.html\",\"priority\":4326.41688}],\"podcast_index_remote_items\":[{\"feed_guid\":\"m\",\"feed_url\":\"https:\\\/\\\/www.gulgowski.com\\\/nihil-accusantium-harum-mollitia-modi-deserunt\",\"item_guid\":\"w\",\"medium\":\"a\",\"title\":\"y\"}],\"podcast_index_values\":[{\"type\":\"k\",\"method\":\"c\",\"suggested\":4326.41688,\"recipients\":[{\"name\":\"m\",\"custom_key\":\"i\",\"custom_value\":\"y\",\"type\":\"v\",\"address\":\"d\",\"split\":4326.41688,\"fee\":true}]}],\"podcast_index_live_items\":[{\"status\":\"miyvdl\",\"start\":\"2026-04-28T12:16:34\",\"end\":\"2026-04-28T12:16:34\",\"content_links\":[{\"node_value\":\"j\",\"href\":\"http:\\\/\\\/tillman.com\\\/\"}]}]}"
                        },
                        "description": "Creates a new podcast. Accessible with scope: feeds",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get podcast",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/channels\/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/channels\/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "6ff8f7f6-1eb3-3525-be4a-3932c805afed",
                                    "description": "UUID of the podcast (channel)."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns information about a podcast (feed). Accessible with scopes: feeds,feeds-read-only",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"data\":{\"type\":\"channel\",\"id\":\"9b7aebe9-edfd-4492-a795-635db5cad036\",\"feed_id\":\"KTHSoOyEkNNArWDqyJtC\",\"attributes\":{\"rss\":{\"title\":\"consequatur\",\"description\":\"Enim non facere tempora ex voluptatem laboriosam praesentium. Adipisci molestias fugit deleniti distinctio eum doloremque id. Libero aliquam veniam corporis dolorem mollitia deleniti.\",\"copyright\":\"Assumenda.\",\"subtitle\":\"Officiis corporis.\",\"link\":\"https:\\\/\\\/schmid.org\\\/quia-maiores-assumenda-odit.html\",\"author\":\"Giuseppe Hesse\",\"email\":\"tengelhardt@kopp.de\",\"language\":\"sq\",\"category\":\"doloribus\"},\"itunes\":{\"title\":null,\"subtitle\":\"Officiis corporis.\",\"summary\":\"Ut ratione iure.\",\"author\":null,\"type\":\"serial\",\"block\":\"yes\",\"explicit\":true,\"complete\":true,\"new_feed_url\":\"http:\\\/\\\/klein.com\\\/molestiae-sunt-suscipit-doloribus-fugiat-ut-aut\",\"category\":[],\"logo\":null},\"podcastindex\":{\"guid\":\"bzISgYTbpFijcCWDXT0B\",\"medium\":\"deserunt\",\"podping\":true,\"license\":{\"identifier\":\"Error neque.\",\"url\":\"http:\\\/\\\/www.jager.com\\\/ut-dicta-vitae-assumenda-consequatur-ut-et-sunt.html\"},\"locked\":{\"value\":\"no\",\"owner\":\"bartels.magda@schenk.com\"},\"update_frequency\":{\"description\":\"T\\u00e4glich\",\"complete\":true,\"dtstart\":\"2026-04-28T10:16:35.000000Z\",\"rrule\":\"FREQ=DAILY\"},\"chat\":[],\"trailer\":[],\"blocks\":[],\"fundings\":[],\"images\":[],\"locations\":[],\"persons\":[],\"txts\":[],\"social_interacts\":[],\"remote_items\":[],\"podrolls\":[],\"publisher\":[],\"live_items\":[],\"values\":[]},\"logo\":\"https:\\\/\\\/app.podcaster.de\\\/images\\\/help\\\/cover_missing.svg?v=1\"},\"links\":{\"self\":\"https:\\\/\\\/app.podcaster.de\\\/api\\\/channels\\\/KTHSoOyEkNNArWDqyJtC\",\"rss\":\"https:\\\/\\\/wiqzwe.podcaster.de\\\/KTHSoOyEkNNArWDqyJtC.rss\",\"web\":\"\",\"logo\":\"https:\\\/\\\/app.podcaster.de\\\/images\\\/help\\\/cover_missing.svg?v=1\",\"remove_sync\":false},\"shows_count\":0,\"imported\":null}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete podcast",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/channels\/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/channels\/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "6ff8f7f6-1eb3-3525-be4a-3932c805afed",
                                    "description": "UUID of the podcast (channel)."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "*Caution* Removes a podcast. Accessible with scope: feeds",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User",
            "description": "",
            "item": [
                {
                    "name": "Get user",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Fetches details about authenticated user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"data\":{\"type\":\"user\",\"id\":23511,\"attributes\":{\"id\":23511,\"name\":\"Marija Rau\",\"first_name\":\"Marija\",\"last_name\":\"Rau\",\"username\":\"testing-buckhanspeter575\",\"email\":\"georg42@example.com\",\"name_title\":null,\"telephone\":\"(0441) 093 3724\",\"telefax\":\"(0211) 0319279\",\"url\":\"https:\\\/\\\/www.krug.net\\\/nostrum-omnis-autem-et-consequatur-aut\",\"organisation\":\"Steiner\",\"department\":null,\"street\":\"Anne-Beyer-Ring\",\"housenumber\":\"426\",\"city\":\"Wiehl\",\"country\":\"VG\",\"post_code\":\"37788\",\"representative\":null,\"mediarepresentative\":null,\"register_court\":null,\"register_number\":null,\"board\":null,\"chairman\":null,\"controlling_authority\":null,\"additional_specifications\":null},\"links\":{\"self\":\"https:\\\/\\\/app.podcaster.de\\\/api\\\/user\"}}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update user",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name_title\":\"Prof\",\"first_name\":\"Fabio\",\"last_name\":\"Bacigalupo\",\"telephone\":\"030-549072653\",\"telefax\":\"030-549072660\",\"url\":\"https:\\\/\\\/www.podcaster.de\",\"organisation\":\"Podcast Plattform\",\"department\":\"IT\",\"street\":\"Brunnenstra\u00dfe\",\"housenumber\":\"147\",\"city\":\"Berlin\",\"country\":\"DE\",\"post_code\":\"10115\",\"representative\":\"Fabio Bacigalupo\",\"mediarepresentative\":\"Steffen Wrede\",\"register_court\":\"Berlin\",\"register_number\":\"1234567890\",\"board\":\"Yvonne St\u00e4ndin\",\"chairman\":\"Frauke Vors\u00e4tzer\",\"controlling_authority\":\"Bafa\",\"additional_specifications\":\"Hier kann ein beliebiger Freitext erg\u00e4nzt werden.\",\"organisiation\":\"'Podcast Plattform'\"}"
                        },
                        "description": "Updates details of a podcast. Accessible with scope: feeds",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "noauth"
    }
}