...
During the transition there are 2 major work blocks: changing the authentication and switching to the renewed GIPOD API.
The renewed GIPOD API ( gipod.api.vlaanderen.be ) will work with both Geosecure and ACM authentication, but the existing GIPOD API ( private-api.gipod.vlaanderen.be ) will only work with Geosecure authentication.
...
To connect to the GIPOD API you need a signed JWT token. To do this, work with a Client credentials grant .
More information about server-server authentication can be found here and about creating a signed JWT token here .
Adjustments of the GIPOD API endpoint
...