apistockdocs
API reference/Auth

Start signing in with a passkey

POST/v1/auth/passkeys/login/options

Returns the options for `navigator.credentials.get()`. No email or password: the chosen passkey names the account.

no auth

Responses

200OKapplication/json
ceremony_tokenstringrequired

Send it back with the passkey's response. It is shown once and expires after 5 minutes.

expires_atstring (date-time)required
optionsanyrequired

Pass to navigator.credentials.create() or navigator.credentials.get() (PublicKeyCredential.parseCreationOptionsFromJSON or parseRequestOptionsFromJSON reads them)

500Internal Server Errorapplication/problem+json
codestringrequired

Stable machine-readable error code

detailstring

Human-readable explanation

errorsarray of object

Field-level validation errors

request_idstring

Correlates with server logs and traces

statusinteger (int64)required

HTTP status code

titlestringrequired

Short summary of the problem type

typestring

URI identifying the problem type

503Service Unavailableapplication/problem+json
codestringrequired

Stable machine-readable error code

detailstring

Human-readable explanation

errorsarray of object

Field-level validation errors

request_idstring

Correlates with server logs and traces

statusinteger (int64)required

HTTP status code

titlestringrequired

Short summary of the problem type

typestring

URI identifying the problem type

v0.5
esc
↑↓ move↵ openesc close