Checks a password or passwordless token for the requested account.
<Check title="Required Permissions" icon="key">The user must be an admin.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
email
The email value.
Headers
aw-internal-request
Marks this request as an internal request. Only allowed by the awork app or internally.
Request
The password value.
password
The password to validate.
Response
OK
Errors
400
Bad Request Error
401
Unauthorized Error

