Test Users
Get the latest login verification
Returns the latest login verification for a saved test user, or null if it has never been verified. Poll this while a verification is pending / running.
GET
Error
Authorizations
API token obtained from the Tokens endpoint. Include as Authorization: Bearer <token>.
Response
object | null
Latest login verification. If the test user has no verification, the value is null.
Outcome of a pre-scan login verification run for a saved test user.
Available options:
pending, running, succeeded, failed Category of the failure when status is failed.
Available options:
invalid_credentials, login_page_not_found, mfa_required_not_configured, mfa_code_unavailable, account_locked, target_unreachable, bot_protection, launch_failed, other, null Human-readable explanation of the outcome. Never contains credentials or email contents.
Error