GET/social-media/{socialMediaId}/youtube-playlists
Retrieves all YouTube playlists for a connected YouTube account. Use the playlistId field when setting youtubePlaylistId on a YouTube post.
pf-api-keyRate limit: 90 requests per hourUsage
Use the playlistId field when setting youtubePlaylistId in the controls object when creating YouTube posts.
Syncing new playlists
If you create new playlists on YouTube, they will not appear automatically. Visit the Accounts page in your PostFast dashboard, find your YouTube account, and click Sync Playlists to refresh the list.
Path parameters
socialMediaIdstring (UUID)requiredThe id of the connected YouTube social media account (UUID format).
Response
200 OK An array of objects, each representing a YouTube playlist.
idstringoptionalInternal PostFast playlist id.
playlistIdstringoptionalYouTube's native playlist id (use this for youtubePlaylistId).
titlestringoptionalPlaylist title.
descriptionstring | nulloptionalPlaylist description.
thumbnailUrlstring | nulloptionalPlaylist thumbnail image URL.