action soundcloud_get_users_user_id_followings_following_id { label: "Returns a user's following. (use /users/{user_id} instead, to fetch the user details)" description: "Returns (following_id) that is followed by (user_id)." provider: soundcloud method: GET path: "/users/{user_id}/followings/{following_id}" encoding: json output: { type: "object" additionalProperties: true } }