Skip to main content
POST
Verify a sign-in session

Path Parameters

session_id
string<uuid>
required

Body

application/json
verification_code
string
required

The 6-digit code the dashboard displayed to the user.

Pattern: ^[0-9]{6}$

Response

Verification succeeded. The response contains encrypted sign-in data.

dashboard_public_key
string
required

Temporary public key from the approval request.

ciphertext
string
required

Encrypted sign-in data.

nonce
string
required

Random 12-byte value used for this encrypted message.