action spotify_get_audiobook_chapters { label: "Get Audiobook Chapters\n" description: "Get Spotify catalog information about an audiobook's chapters.
\n**Note: Audiobooks are only available for the US, UK, Ireland, New Zealand and Australia markets.**\n" provider: spotify method: GET path: "/audiobooks/{id}/chapters" encoding: json output: { type: "object" additionalProperties: true } }