We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found new paths in recent version of app, using my string extractor from dex files extracted from apk (try it here):
/myr/api/v1/accounts/{accountId}/connected-vehicles (Resource not found)
/myr/api/v1/accounts/{accountId}/vehicles/{vin}/dashboard (Resource not found)
/myr/api/v1/accounts/{accountId}/vehicles/{vin}/remotes (Resource not found)
/myr/api/v1/accounts/{accountId}/vehicles/{vin}/digital-maintenance-booklet (Resource not found)
/myr/api/v1/accounts/{personId}/vehicles/{vin}/batteries-certificates (Resource not found)
/myr/api/v1/connection
/myr/api/v1/integrity/check
/myr/api/v1/integrity/init
/myr/api/v2/accounts/{accountId}/vehicles/{vin}/maintenance-history
/myr/api/v2/accounts/{accountId}/vehicles/{vin}/upcoming-maintenance
/myrenaultservices/journey/v1.0/evsmartrouting
/myrenaultservices/journey/v1.0/reachablearea
/wired/lkcd/v1/accounts/{id}/lkcd/vss/v1/cars/{vin}/reports?startDate=2025-01-01&endDate=2025-01-31
/wired/lkcd/v1/accounts/{id}/lkcd/vss/v1/cars/{vin}/sessions?startDate=2025-01-01&endDate=2025-01-31
"Classic" path is /commerce/v1/accounts/{accountId}/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I found new paths in recent version of app, using my string extractor from dex files extracted from apk (try it here):
/myr/api/v1/accounts/{accountId}/connected-vehicles (Resource not found)
/myr/api/v1/accounts/{accountId}/vehicles/{vin}/dashboard (Resource not found)
/myr/api/v1/accounts/{accountId}/vehicles/{vin}/remotes (Resource not found)
/myr/api/v1/accounts/{accountId}/vehicles/{vin}/digital-maintenance-booklet (Resource not found)
/myr/api/v1/accounts/{personId}/vehicles/{vin}/batteries-certificates (Resource not found)
/myr/api/v1/connection
/myr/api/v1/integrity/check
/myr/api/v1/integrity/init
/myr/api/v2/accounts/{accountId}/vehicles/{vin}/maintenance-history
/myr/api/v2/accounts/{accountId}/vehicles/{vin}/upcoming-maintenance
/myrenaultservices/journey/v1.0/evsmartrouting
/myrenaultservices/journey/v1.0/reachablearea
/wired/lkcd/v1/accounts/{id}/lkcd/vss/v1/cars/{vin}/reports?startDate=2025-01-01&endDate=2025-01-31
/wired/lkcd/v1/accounts/{id}/lkcd/vss/v1/cars/{vin}/sessions?startDate=2025-01-01&endDate=2025-01-31
"Classic" path is /commerce/v1/accounts/{accountId}/
The text was updated successfully, but these errors were encountered: