action gerermesaffaires_get_registration { label: "get_registration" description: "Returns the method to get the validation code or the link to register after invitation" provider: gerermesaffaires method: GET path: "/registration" encoding: json input: { type: "object" properties: { Code: { type: "string" } } required: ["Code"] additionalProperties: false } output: { type: "object" additionalProperties: true } }