{ "opencollection": "1.0.0", "info": { "name": "Apple Music Catalog Storefronts API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Storefronts", "type": "folder" }, "items": [ { "info": { "name": "Get the user's storefront", "type": "http" }, "http": { "method": "GET", "url": "https://api.music.apple.com/v1/me/storefront", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the user's storefront" }, { "info": { "name": "List all storefronts", "type": "http" }, "http": { "method": "GET", "url": "https://api.music.apple.com/v1/storefronts" }, "docs": "List all storefronts" }, { "info": { "name": "Get a storefront", "type": "http" }, "http": { "method": "GET", "url": "https://api.music.apple.com/v1/storefronts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a storefront" } ] } ], "bundled": true }