action mist_get_msp_licenses { label: "getMspLicenses" description: "Get Msp Licenses" provider: mist method: GET path: "/api/v1/msps/{msp_id}/licenses" encoding: json output: { type: "object" additionalProperties: true } }