Service online
RedflagAPI — customer reports & paid orders
Shopify apps call RedflagAPI instead of upstream APIs directly. Keys and proxies stay on the server; every request is logged for monitoring and store analytics.
https://nekorekten-api-v2-gray.vercel.appCustomer profile
Look up nekorekten reports and paid orders for a phone number
Traffic by hour
Logged API requests from the database
In period
—
Peak hour
—
Avg / hour
—
Top stores
Click a store to filter the chart
API endpoints
Public routes for Shopify apps and integrations. Send X-Store-Name for analytics.
GET
/api/check/phoneCheck phone
Look up nekorekten reports for a phone number. Also returns linked paid orders.
POST
/api/reportsSubmit report
Create a new customer report via the nekorekten proxy.
GET
/api/check/paid-ordersPaid orders lookup
Check whether a phone has recorded paid Shopify orders.
POST
/api/orders/paidRecord paid order
Store a paid order (phone, store, order id) when checkout completes.
Full integration docs: see EXTERNAL_API.md in the repo.