Login With Email

API that lets you authenticate your users without passwords because the best password is no password. All free accounts are limited to 300 emails per month. Premium pay-as-you-go accounts coming soon. All accounts are limited to 10 emails/logins per hour to a singular email address.

Email
ApiKey
Logins
Quota
Account

How it Works

How it Works

Check out the web client

Admin Endpoints

POST /admin

Request admin access via email.

GET /admin/{admin-id}/{signed-token}

Retrieve admin details.

PATCH /admin/keys

Rotate admin keys.

 

User Endpoints

POST /login

Request user verification via email.

GET /login/{admin-id}/{signed-token}

Verify the user and redirect to the requested URL.