Get API
Back to Marketplace
🔐
Freemiumv1.6.0⭐ Featured API

AuthVault Identity API

Authentication Infrastructure

AuthVault replaces your entire auth stack. Sign users in with email magic link, SMS OTP, Google/GitHub/Apple OAuth, or passkeys. Manage sessions with JWT + refresh tokens, enforce MFA policies, detect suspicious logins, and block credential stuffing attacks.

RESTTypeScript SDKWebhooksOpenAPINode.js
https://api.authvault.dev/v1
Trust Score

4.9 / 5

211 dev notes

Live Uptime

99.99%

Guaranteed SLA

Avg Latency

88ms

Global Edge

API Traffic

3.9M

monthly average

Available Endpoints

POST/auth/magic-linkSend a magic link to email
POST/auth/otp/sendSend SMS OTP
POST/auth/otp/verifyVerify OTP and issue tokens
POST/auth/token/refreshRefresh access token
GET/sessionValidate and return current session
Implementation Example
import { AuthVault } from '@getapi/authvault';

const av = new AuthVault({ projectId: 'proj_xxx', secret: process.env.AV_SECRET });

// Send magic link
await av.auth.sendMagicLink({ email: 'user@example.com', redirectUrl: '/dashboard' });

// Server-side session validation
const session = await av.session.verify(req.cookies['av_session']);
console.log(session.userId);

API Access

✓ FREE TIER ACTIVE

First 5,000 calls are free every month.

Personal$25/mo
Team$75/mo
Enterprise$299/mo
Technical Docs

API Provider

Omar Hassan

Omar Hassan

Cloud infra engineer. Auth, storage, and infra APIs.