The MyGuichet.lu FO Procedure API
The MyGuichet.lu Front Office Procedure API allows users to:
- launch procedures on MyGuichet.lu that require authentication;
- save those procedures in a personal eSpace selected by the authenticated user on MyGuichet.lu.
The FO Procedure API allows client applications to launch procedures on MyGuichet.lu that require authentication and generate a URL for users to continue or finalise their procedure via their personal eSpace.
Not all procedures requiring authentication are automatically eligible for this use case.
Check with MyGuichet.lu first to determine whether your procedure is eligible.
Main features
- Launching procedures requiring authentication
- The API generates a personalised URL that allows signed-in users to launch a new procedure in the selected eSpace.
- Integration of data pre-population
- It can accept XML files containing pre-population data that was previously saved using the MyGuichet.lu FO Main API.
- Attachment management
- When launching a procedure, it is possible to add a list of documents, each of which is referenced via the temporary files sent by the MyGuichet.lu FO Main API.
Role in the MyGuichet.Lu FO ecosystem
The FO Procedure API is used when the partner application wishes to:
- prepare the ground for a procedure in advance (e.g. pre‑populating the form);
- integrate MyGuichet.lu with an existing application stream;
- redirect the end user straight to the procedure that is to be launched.
It depends on the MyGuichet.lu FO Main API to:
- check access rights (check-action-access);
- obtain access tokens;
- manage temporary files (data pre-population and attachments).
Last update