action apacta_get_integrations_list { label: "Get integrations list" provider: apacta method: GET path: "/integrations" encoding: json output: { type: "object" properties: { status: { type: "string" } success: { type: "boolean" } } } }