dazoapp has 390 API routes in routes/api.php and 192 web routes in routes/web.php. This page maps the main route groups.
Key points (see Indonesian version for full table):
- Auth: JWT (
auth:api), Sanctum (majority), session (auth), no-auth (webhooks with signature verification) - 8 webhook endpoints (DOKU, Duitku, Aspire, Engine Bot) — all verify signature, no auth middleware
- Route conflicts:
POST /order/change_payment_statusregistered 2x,/checkoutprefix 2x,/settingsvs/setting - For endpoint details, read
routes/api.phpdirectly — it is the source of truth - Auth flow: login →
access_tokenin localStorage →Authorization: Bearer→ refresh on 401