getCurrentUsersPlaylists

suspend fun getCurrentUsersPlaylists(pagingOptions: PagingOptions = PagingOptions()): SpotifyApiResponse<CurrentUsersPlaylists>

Gets playlists owned or followed by the current user.

Return

Wrapped Spotify API response with status code and parsed Spotify payload.

Parameters

pagingOptions

Paging options (limit, offset) used for paged endpoints.