These docs are for v1. Click to read the latest docs for v3.

Change Password

Use this API to reset your account password. This API requires your username and old password. The old password will be retained if the update fails, else it will invalidated.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

Sample Request

https://api.azuga.com/azuga-ws/v1/accountpassword/update.json?oldPassword=p@ssw0rd1&newPassword=P@ssW0rd2

API Response explanation

FieldDescription
codeAPI Status Code
messageAPI Message
reasonReason for failure
generatedAtInMillisAPI generation timestamp in milliseconds
🚧

Disclaimer

This API provides information only for a driver and does not provide aggregated information for a group of vehicles. Admins should not use these APIs, but should look at other sections of the documentation.

Body Params
string
required

Username of the account

string
required

Old password of the account

string
required

New password for the account

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json