action openfintech_get_organizations { label: "List of organizations" description: "This endpoint retrievs the list of organizations present in the system. The data displays general, public information, without reference to the type of activity (for example - name, address, contacts, etc.).\n" provider: openfintech method: GET path: "/organizations" encoding: json input: { type: "object" properties: { "filter[industries]": { type: "string" } "filter[search]": { type: "string" } sort: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }