action soundcloud_get_me_followings { label: "Returns a list of users who are followed by the authenticated user." provider: soundcloud method: GET path: "/me/followings" encoding: json output: { type: "object" additionalProperties: true } }