Password

Reset dealer password

post

Reset dealer's password.

Authorizations
Path parameters
idall ofrequired

The unique ID of dealer.

The unique ID of the resource.

Body
passwordstringoptional

The password of dealer.

Responses
curl -L \
  --request POST \
  --url 'https://HOSTNAME:8887/api/dealers/{id}/password' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
  --header 'Content-Type: application/json' \
  --data '{
    "password": "text"
  }'

No body

Was this helpful?