action staging_ecotaco_get_a_credit_card { label: "Get a CreditCard" description: "" provider: staging_ecotaco method: GET path: "/credit_cards/{id}" encoding: json input: { type: "object" properties: { id: { type: "number" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }