PINGen
Secure 4-digit generation & API Playground
-
-
-
-
Recent History
No PINs generated yet.
API Playground
Static Mockexample.js
const response = await fetch('/api/generate');
const data = await response.json();
// { "pin": "1234", "timestamp": "..." }
Response (JSON)
{ "status": "waiting" }