Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

API token obtained from the Tokens endpoint. Include as Authorization: Bearer <token>.

Path Parameters

domainId
string<uuid>
required

Domain id.

userId
string<uuid>
required

Test user id.

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.

id
string<uuid>
required
status
enum<string>
required
Available options:
pending,
running,
succeeded,
failed
created_at
string<date-time>
required
test_user_id
string<uuid> | null
failure_code
enum<string> | null

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
detail
string | null

Human-readable explanation of the outcome. Never contains credentials or email contents.

started_at
string<date-time> | null
finished_at
string<date-time> | null