{ "opencollection": "1.0.0", "info": { "name": "Spotify Web Albums Chapters API", "version": "1.0.0" }, "items": [ { "info": { "name": "Chapters", "type": "folder" }, "items": [ { "info": { "name": "Get Audiobook Chapters\n", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotify.com/v1/audiobooks/:id/chapters", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "market", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.spotify.com/authorize", "accessTokenUrl": "https://accounts.spotify.com/api/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Spotify catalog information about an audiobook's chapters. Audiobooks are only available within the US, UK, Canada, Ireland, New Zealand and Australia markets.\n" }, { "info": { "name": "Get a Chapter\n", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotify.com/v1/chapters/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "market", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.spotify.com/authorize", "accessTokenUrl": "https://accounts.spotify.com/api/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Spotify catalog information for a single audiobook chapter. Chapters are only available within the US, UK, Canada, Ireland, New Zealand and Australia markets.\n" }, { "info": { "name": "Get Several Chapters\n", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotify.com/v1/chapters", "params": [ { "name": "ids", "value": "", "type": "query" }, { "name": "market", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.spotify.com/authorize", "accessTokenUrl": "https://accounts.spotify.com/api/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Spotify catalog information for several audiobook chapters identified by their Spotify IDs. Chapters are only available within the US, UK, Canada, Ireland, New Zealand and Australia markets.\n" } ] } ], "bundled": true }