Skip to main content
POST
Verify a sign-in session

Path Parameters

session_id
string
required

UUIDv7 of the login session.

Body

application/json

POST /v1/auth/sessions/{session_id}/verify — the code is presented.

verification_code
string
required

The six digits a person read out of the browser.

Response

OK

What a redeemed login hands back.

ciphertext
string
required

The sealed credential.

dashboard_public_key
string
required

The dashboard's public key.

nonce
string
required

The nonce it was sealed under.