Auth

Verify magic link token

Verify a one-time magic link token from email. On success this issues a session cookie and redirects the browser to onboarding or dashboard.

get/v1/auth/verify

Query parameters

tokenstring

Response

Default Response

string required

Example response

"<html>Redirecting to dashboard...</html>"

Changes