These API endpoints were extracted from decompiling the Enel X Way Android app.
https://emobility.enelx.com/api/authentication/v2/oauth/refreshToken
https://emobility.enelx.com/api/emobility/v2/status
https://emobility.enelx.com/api/emobility/v2/charging/process/start
https://emobility.enelx.com/api/emobility/v2/charging/process/{sessionId}/stop
https://emobility.enelx.com/api/emobility/v2/charging/process/{sessionId}/status
https://emobility.enelx.com/api/emobility/v2/charging/station/{stationId}
https://emobility.enelx.com/api/emobility/v2/charging/station/carplay
https://emobility.enelx.com/api/emobility/v2/reservation
https://emobility.enelx.com/api/emobility/v2/reservation/{reservationId}
https://emobility.enelx.com/api/user/v2/profile/
https://emobility.enelx.com/api/utils/v1/functionality/
https://emobility.enelx.com/api/utils/v1/labels
https://emobility.enelx.com/api/utils/v1/callback/payment-ok
https://emobility-qa.enelx.com/api/utils/v1/callback/payment-ok
Just checking if you have made further progress on this. I tried to use Postman to look at the calls being sent to/from the server and it doesn't seem to be using a Rest API protocol. I do see an occasional post to this URL: https://dynatrace-saas.enel.com/mbeacon/, but believe this is more a synch function than any commands. For instance, when I log into the app on the iphone, I see no authentication steps done via a rest API.