action billingo_get_partner { label: "Retrieve a partner" description: "Retrieves the details of an existing partner." provider: billingo method: GET path: "/partners/{id}" encoding: json input: { type: "object" properties: { id: { type: "integer" } } required: ["id"] additionalProperties: false } output: { type: "object" } }