Create a user's password, confirm their account
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
token
string
required
user confirmation token
password
string
required
password must include at least one lowercase letter, one uppercase letter, and one digit
204
No Content
# ``401 Unauthorized
# ``403 Forbidden
# ``404 Not found
# ``406 Not Acceptable
# ``415 Unsupported Media Type
# ``422 Unprocessable Content
Updated3 months ago
ShellNodeRubyPHPPython
Bearer
Base URL
https://api.dealerware.com/admin/users/confirmations
xxxxxxxxxx
curl --request POST \
--url https://api.dealerware.com/admin/users/confirmations \
--header 'accept: application/json' \
--header 'content-type: application/json'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
401403404406415422
Updated3 months ago