action staging_ecotaco_get_a_ride { label: "Get a ride" description: "" provider: staging_ecotaco method: GET path: "/rides/{id}" encoding: json input: { type: "object" properties: { Accept: { type: "string" } "Accept-Language": { type: "string" } id: { type: "number" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }