action billingo_get_organization_data { label: "Retrieve a organization data." description: "Retrieves the data of organization." provider: billingo method: GET path: "/organization" encoding: json output: { type: "object" properties: { tax_code: { type: "string" } } } }