Simple Voters Database
Development reference implementation of the ToraChain eligibility API.
Development use only. This app stores synthetic test data and exposes an eligibility API for local integration testing. Never connect it to a production election or use real voter data.
Registered voters
8Total checks
0Eligible
0Not eligible
0API Reference
| Endpoint | POST /api/verify |
| API key header | x-api-key |
| API key value | simple-voters-api-key |
| On success | 200 { "id": "<voter-uuid>" } |
| On failure | 400 { "message": "..." } |
Form fields to configure in the admin integration:
email—Email Addressnational-id—National IDRegistered Voters
| User ID | National ID | Created | |
|---|---|---|---|
c7302eb9-044c-40ab-90f8-97117f285fe3 | bob@example.com | NID-002-BOB | 29 Jun 2026, 17:21 |
e71af144-f751-4c2b-b20d-e5a7a7bf2298 | carol@example.com | NID-003-CAROL | 29 Jun 2026, 17:21 |
fdde9a70-8ca0-4e3e-b60a-ed3e764376e7 | david@example.com | NID-004-DAVID | 29 Jun 2026, 17:21 |
b5ed59a4-1b5b-4682-9902-6a8c49ceef93 | eve@example.com | NID-005-EVE | 29 Jun 2026, 17:21 |
5702b311-fcf3-45b5-b946-90a7630cf3fb | frank@example.com | NID-006-FRANK | 29 Jun 2026, 17:21 |
7b0113f4-fd84-4f24-ad0a-e208bd503107 | grace@example.com | NID-007-GRACE | 29 Jun 2026, 17:21 |
5b5ce7b5-247f-4459-9a2d-b398461b70aa | henry@example.com | NID-008-HENRY | 29 Jun 2026, 17:21 |
89f4ed41-80b1-42d5-8865-1ed0797e524f | alice@example.com | NID-001-ALICE | 29 Jun 2026, 17:21 |
Recent Eligibility Checks
No checks recorded yet. Configure this app as an integration in the admin frontend and trigger a check from the voting frontend.