action beanstream_get_profiles_profile_id_cards { label: "Get cards" description: "Get all of the cards on the profile." provider: beanstream method: GET path: "/profiles/{profileId}/cards" encoding: json input: { type: "object" properties: { profileId: { type: "string" } } required: ["profileId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }