The MyGuichet.lu FO Main API
The MyGuichet.lu Front Office Main API is the sole point of entry for all MyGuichet.lu FO APIs. In particular, it allows you to:
- check the availability of MyGuichet.lu FO APIs;
- obtain the access tokens required for the actions of other MyGuichet.lu FO APIs;
- send temporary files that can be reused in other MyGuichet.lu FO APIs.
The FO Main API is the central entry point for all MyGuichet.lu Front Office APIs.
Main features
- Service status check
- Allows you to verify that the server and necessary components (database, proxy, etc.) are operational via the ping and health endpoints.
- Access management
- Allows you to obtain a GuFoApiAccessToken, which is essential for using certain APIs and performing specific actions. This check ensures that the client is authorised to carry out the requested operation.
- Temporary document management
- Allows temporary files to be sent so that they can be integrated by other APIs (e.g. MyGuichet.lu FO Procedure API).
Role in the MyGuichet.lu FO ecosystem
The FO Main API must always be called before other FO APIs, because:
- it issues the tokens required for subsequent actions;
- it validates access rights;
- it temporarily stores files intended for procedures.
It therefore constitutes the fundamental building block for all Front Office integrations.
Last update