Gets the feed settings for a playlist
cURL
curl --request GET \ --url https://api.beyondwords.io/v1/projects/{project_id}/playlists/{playlist_id}/settings \ --header 'X-Api-Key: <api-key>'
{ "title": "Podcast title", "enabled": true, "description": "This podcast is about...", "homepage_url": "https://example.com/my-podcast", "image_url": "https://example.com/image.jpeg", "apple_categories": { "primary_category": "Arts", "primary_subcategory": "Books", "secondary_category": "Comedy", "secondary_subcategory": "Improv" }, "google_categories": [ "Arts", "Society & Culture", "Comedy" ], "language": "en", "owner_name": "John Smith", "owner_email": "john@example.com", "author_names": [ "John Smith", "Jane Doe" ], "explicit_enabled": false, "keywords": [ "Improv Comedy" ], "feed_limit": 50 }
The numeric ID of your project
The numeric ID of your playlist
OK
The response is of type object.
object
Was this page helpful?