v1

latestOpenAPI 3.0.32026-07-131670112.4 KB
Auth

Verify short login code

Verify the 6-digit email code inside the web app or PWA and issue a dashboard session cookie for the current browser context.

post/v1/auth/verify-code

Request body

emailstring email required
codestring required
nextstring

Response

Default Response

okboolean
destinationstring

Example response

{
  "ok": true,
  "destination": "/dashboard"
}