action lyft_get_ride_types { label: "Types of rides" description: "The ride types endpoint returns information about what kinds of Lyft rides you can request at a given location.\n" provider: lyft method: GET path: "/ridetypes" encoding: json output: { type: "object" additionalProperties: true } }