{"ok":true,"name":"Wroko Public API","version":"v1","auth":{"login_endpoint":"POST /auth/login.php","register_endpoint":"POST /auth/register.php","complete_signup_endpoint":"POST /api/signup/complete.php","user_token_header":"Authorization: Bearer <token>","note":"Public read endpoints are available without login. Login or registration is only needed for account-specific actions such as profile, orders, and checkout. API keys are no longer intended for the mobile app."},"endpoints":["POST /auth/login.php","POST /auth/register.php","POST /api/signup/complete.php","GET /home.php","GET /businesses.php","GET /business.php?id={id}","GET /api/shop/items.php","GET /api/shop/item.php?id={id}","GET /me.php","GET /orders.php","POST /cart/checkout.php"],"public_endpoints":["POST /api/signup/complete.php","GET /home.php","GET /businesses.php","GET /business.php?id={id}","GET /api/shop/items.php","GET /api/shop/item.php?id={id}"],"authenticated_endpoints":["GET /me.php","GET /orders.php","POST /cart/checkout.php","POST /shop/create_item.php","POST /shop/update_item.php","POST /shop/delete_item.php","GET /api/me/revenue-stats.php"]}