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.app

Customer 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/phone

Check phone

Look up nekorekten reports for a phone number. Also returns linked paid orders.

POST/api/reports

Submit report

Create a new customer report via the nekorekten proxy.

GET/api/check/paid-orders

Paid orders lookup

Check whether a phone has recorded paid Shopify orders.

POST/api/orders/paid

Record paid order

Store a paid order (phone, store, order id) when checkout completes.

Full integration docs: see EXTERNAL_API.md in the repo.