Discussions
Retreving open position stopped working
almost 2 years ago by Darko Petreski
Hello,
We have integrated Personio system with our system. For that we are fetching the positions with the api as specified here https://developer.personio.de/reference/get_xml
The code used to work for a long time, but few days ago (do not know the exact moment) suddenly stopped working.
The url that we are using is "https://squeaker-net.jobs.personio.de/xml?language=de"
Also by headers the following is provided:
'X-Company-ID: ' . self::COMPANYID,
"Authorization: Bearer " . self::ACCESS_TOKEN
But suddenly the http code 301 is returned by the Personio.
Any idea what seems to be changed from personio side ? Is there any way I can contact Personio technical support to find out the problem ?