action illumidesk_billing_cards_list { label: "Get credit cards" provider: illumidesk method: GET path: "/v1/{namespace}/billing/cards/" encoding: json input: { type: "object" properties: { limit: { type: "string" } namespace: { type: "string" } offset: { type: "string" } ordering: { type: "string" } } required: ["namespace"] additionalProperties: false } output: { type: "object" additionalProperties: true } }