action clever_cloud_get_organisations_id_payments_billings_bid_pdf { label: "getOrganisationsIdPaymentsBillingsBidPdf" provider: clever_cloud method: GET path: "/organisations/{id}/payments/billings/{bid}.pdf" encoding: json input: { type: "object" properties: { token: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }