Skip to main content
POST
/
admins
/
login-with-password
Login with password
curl --request POST \
  --url https://api.zochil.io/v3/monitoring/admins/login-with-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "username": "admin-username",
  "password": "admin-password"
}
'
{
  "access_token": "<string>"
}

Body

application/json
username
string
required

Admin username

password
string
required

Admin password

Response

Successful authentication

access_token
string

Access token for authenticated requests