Admin login endpoint
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
string
password
string
length ≥ 8
(?=.*\d)(?=.*[a-z])(?=.*[A-Z])
``200 Success
object
auth_token
string
``401 Unauthorized
``403 Forbidden
``406 Not Acceptable
``415 Unsupported Media Type
Updated3 months ago
ShellNodeRubyPHPPython
Bearer
Base URL
https://api.dealerware.com/admin/login
xxxxxxxxxx
curl --request POST \
--url https://api.dealerware.com/admin/login \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"auth_token": "1234abcd"
}