action isendpro_get_liste_noire { label: "Retourne le liste noire" description: "Retourne un fichier csv zippé contenant la liste noire" provider: isendpro method: POST path: "/getlistenoire" encoding: json input: { type: "object" properties: { getListeNoire: { type: "string" enum: ["1"] } keyid: { type: "string" format: "string" } } required: ["getListeNoire", "keyid"] additionalProperties: false } output: { type: "string" format: "binary" } }