Get user favorite artists

Retrieve the list of favorite artists of the authenticated user.

Name

get_user_favorite_artists

Schema

Type
object

Properties

Name Description Example
limit Maximum number of results (default 100, max 100).
offset Number of items to skip before starting to return results. Used for offset-based pagination.

Required

Name