Skip to content

Instantly share code, notes, and snippets.

@tomayac
Last active March 30, 2024 04:32
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomayac/754284dd79e20147f482d932ed89f2a1 to your computer and use it in GitHub Desktop.
Save tomayac/754284dd79e20147f482d932ed89f2a1 to your computer and use it in GitHub Desktop.
Reverse-engineering the Enel X Way API

Reverse-engineering the Enel X Way API

These API endpoints were extracted from decompiling the Enel X Way Android app.

Authentication

https://emobility.enelx.com/api/authentication/v2/oauth/refreshToken

Status

https://emobility.enelx.com/api/emobility/v2/status

Charging

Home

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

Public

https://emobility.enelx.com/api/emobility/v2/charging/station/{stationId}
https://emobility.enelx.com/api/emobility/v2/charging/station/carplay

Reservation

https://emobility.enelx.com/api/emobility/v2/reservation
https://emobility.enelx.com/api/emobility/v2/reservation/{reservationId}

User

https://emobility.enelx.com/api/user/v2/profile/

Utility

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment