Back to catalog
🔐

Stytch

API Key

User infrastructure for modern applications

🔐Authentication & AuthorizationHTTPS

Stytch

Authenticated session via magic link

User IdUser-live-abc123
Session TokenMZAYn5aLEqKUlZ_Ad9U_fWr38GaAQ1oFAhT8ds245v7Q
MethodMagic_link
EmailAlex@startup.io
Created At2026-02-25T08:30:00Z
Expires At2026-02-25T20:30:00Z
StatusActive

Sample Response

response.json
1{
2 "user_id": "user-live-abc123",
3 "session_token": "mZAYn5aLEqKUlZ_Ad9U_fWr38GaAQ1oFAhT8ds245v7Q",
4 "method": "magic_link",
5 "email": "alex@startup.io",
6 "created_at": "2026-02-25T08: 30: 00Z",
7 "expires_at": "2026-02-25T20: 30: 00Z",
8 "status": "active"
9}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://stytch.com/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs