No-database instant fulfilment
Eggy CodeVault helps sellers import legitimate owned codes, connect an API endpoint, and instantly assign one unused code to each buyer without MySQL or a complex install.
POST /api/assign-code.php
Authorization: Bearer YOUR_API_KEY
{
"product_slug": "example-product",
"order_id": "ORDER-12345",
"buyer_email": "buyer@example.com",
"code": "CODE-HIDDEN-IN-DEMO"
}Inventory writes use file locking so two orders cannot receive the same available code.
Create products, import codes, track stock, review assignments and export logs.
Connect checkout systems, webhook handlers or custom scripts through clean JSON endpoints.
Paste or upload legitimate owned codes.
Connect checkout/webhook systems securely.
The API returns one unused code.
Review order IDs, buyers, stock and usage.
Customers can check whether a code has been issued by this CodeVault install without seeing private buyer data or unsold inventory details.