Secure 4-digit generation & API Playground

-
-
-
-

Recent History

No PINs generated yet.

API Playground

Static Mock
example.js
const response = await fetch('/api/generate');
const data = await response.json();
// { "pin": "1234", "timestamp": "..." }
Response (JSON)
{ "status": "waiting" }
Copied to clipboard!