action soundcloud_get_users_user_id_followings { label: "Returns a list of user’s followings." description: "Returns list of users that (user_id) follows." provider: soundcloud method: GET path: "/users/{user_id}/followings" encoding: json output: { type: "object" additionalProperties: true } }