action soundcloud_get_tracks_track_id_favoriters { label: "Returns a list of users who have favorited or liked the track." provider: soundcloud method: GET path: "/tracks/{track_id}/favoriters" encoding: json output: { type: "object" additionalProperties: true } }