{"name":"DavShop-Api","slug":"greatdaveo/DavShop-Api","errors":{"codes":[{"code":"MISSING_FIELD","hint":"Ask user for the missing field and retry","recoverable":true},{"code":"PAYMENT_REQUIRED","hint":"Complete the 402 challenge with npx mppx","recoverable":true},{"code":"RATE_LIMITED","hint":"Back off and retry after Retry-After seconds","recoverable":true},{"code":"INVALID_INPUT","hint":"Check field types and retry","recoverable":true},{"code":"UPSTREAM_ERROR","hint":"Deployed app returned 5xx — not retryable","recoverable":false},{"code":"SESSION_EXPIRED","hint":"Start a new session","recoverable":true}]},"limits":{"requests_per_minute":60,"max_session_duration_seconds":1800},"schema":"chekk.agent/v1","actions":[{"id":"get_test","file":"server.js","path":"/test","inputs":[{"hint":"Value for `credentials`","name":"credentials","type":"true,","required":true},{"hint":"Value for `credential`","name":"credential","type":"firebaseAdmin","required":true}],"method":"GET","description":"GET /test","side_effect":"read"},{"id":"post_transfer_fund","file":"routes/transactionRoute.js","path":"/transfer-fund","inputs":[{"hint":"Payment method ID or Stripe pm_ token","name":"payment_method","type":"string","required":true}],"method":"POST","description":"POST /transfer-fund","side_effect":"mutate"},{"id":"post_verify_account","file":"routes/transactionRoute.js","path":"/verify-account","inputs":[{"hint":"Payment method ID or Stripe pm_ token","name":"payment_method","type":"string","required":true}],"method":"POST","description":"POST /verify-account","side_effect":"mutate"},{"id":"get_get_user_transactions","file":"routes/transactionRoute.js","path":"/get-user-transactions","inputs":[{"hint":"Payment method ID or Stripe pm_ token","name":"payment_method","type":"string","required":true}],"method":"GET","description":"GET /get-user-transactions","side_effect":"read"},{"id":"post_deposit_fund_stripe","file":"routes/transactionRoute.js","path":"/deposit-fund-stripe","inputs":[{"hint":"Payment method ID or Stripe pm_ token","name":"payment_method","type":"string","required":true}],"method":"POST","description":"POST /deposit-fund-stripe","side_effect":"mutate"},{"id":"post_stripe_webhook","file":"routes/transactionRoute.js","path":"/stripe-webhook","inputs":[{"hint":"Payment method ID or Stripe pm_ token","name":"payment_method","type":"string","required":true}],"method":"POST","description":"POST /stripe-webhook","side_effect":"mutate"},{"id":"post_google_auth","file":"routes/userRoute.js","path":"/google-auth","inputs":[],"method":"POST","description":"POST /google-auth","side_effect":"mutate"},{"id":"post_register","file":"routes/userRoute.js","path":"/register","inputs":[],"method":"POST","description":"POST /register","side_effect":"mutate"},{"id":"post_login","file":"routes/userRoute.js","path":"/login","inputs":[],"method":"POST","description":"POST /login","side_effect":"mutate"},{"id":"get_logout","file":"routes/userRoute.js","path":"/logout","inputs":[],"method":"GET","description":"GET /logout","side_effect":"read"},{"id":"get_get_user","file":"routes/userRoute.js","path":"/get-user","inputs":[],"method":"GET","description":"GET /get-user","side_effect":"read"},{"id":"get_login_status","file":"routes/userRoute.js","path":"/login-status","inputs":[],"method":"GET","description":"GET /login-status","side_effect":"read"},{"id":"patch_update_profile","file":"routes/userRoute.js","path":"/update-profile","inputs":[],"method":"PATCH","description":"PATCH /update-profile","side_effect":"mutate"},{"id":"patch_update_photo","file":"routes/userRoute.js","path":"/update-photo","inputs":[],"method":"PATCH","description":"PATCH /update-photo","side_effect":"mutate"},{"id":"patch_save_cart","file":"routes/userRoute.js","path":"/save-cart","inputs":[],"method":"PATCH","description":"PATCH /save-cart","side_effect":"mutate"},{"id":"get_get_cart","file":"routes/userRoute.js","path":"/get-cart","inputs":[],"method":"GET","description":"GET /get-cart","side_effect":"read"},{"id":"post_create_order","file":"routes/orderRoute.js","path":"/create-order","inputs":[{"hint":"Payment method ID or Stripe pm_ token","name":"payment_method","type":"string","required":true}],"method":"POST","description":"POST /create-order","side_effect":"transact"},{"id":"get_all_orders","file":"routes/orderRoute.js","path":"/all-orders","inputs":[{"hint":"Payment method ID or Stripe pm_ token","name":"payment_method","type":"string","required":true}],"method":"GET","description":"GET /all-orders","side_effect":"transact"},{"id":"get_:id","file":"routes/orderRoute.js","path":"/:id","inputs":[{"hint":"Payment method ID or Stripe pm_ token","name":"payment_method","type":"string","required":true}],"method":"GET","description":"GET /:id","side_effect":"read"},{"id":"patch_update_status_:id","file":"routes/orderRoute.js","path":"/update-status/:id","inputs":[{"hint":"Payment method ID or Stripe pm_ token","name":"payment_method","type":"string","required":true}],"method":"PATCH","description":"PATCH /update-status/:id","side_effect":"mutate"},{"id":"post_create_payment_intent","file":"routes/orderRoute.js","path":"/create-payment-intent","inputs":[{"hint":"Payment method ID or Stripe pm_ token","name":"payment_method","type":"string","required":true}],"method":"POST","description":"POST /create-payment-intent","side_effect":"transact"},{"id":"get_flutterwave_payment_response","file":"routes/orderRoute.js","path":"/flutterwave-payment-response","inputs":[{"hint":"Payment method ID or Stripe pm_ token","name":"payment_method","type":"string","required":true}],"method":"GET","description":"GET /flutterwave-payment-response","side_effect":"transact"},{"id":"post_create_category","file":"routes/categoryRoute.js","path":"/create-category","inputs":[],"method":"POST","description":"POST /create-category","side_effect":"mutate"},{"id":"get_all_categories","file":"routes/categoryRoute.js","path":"/all-categories","inputs":[],"method":"GET","description":"GET /all-categories","side_effect":"read"},{"id":"delete_delete_category_:slug","file":"routes/categoryRoute.js","path":"/delete-category/:slug","inputs":[],"method":"DELETE","description":"DELETE /delete-category/:slug","side_effect":"mutate"},{"id":"post_create_coupon","file":"routes/couponRoute.js","path":"/create-coupon","inputs":[],"method":"POST","description":"POST /create-coupon","side_effect":"mutate"},{"id":"get_all_coupons","file":"routes/couponRoute.js","path":"/all-coupons","inputs":[],"method":"GET","description":"GET /all-coupons","side_effect":"read"},{"id":"get_:couponName","file":"routes/couponRoute.js","path":"/:couponName","inputs":[],"method":"GET","description":"GET /:couponName","side_effect":"read"},{"id":"delete_:id","file":"routes/couponRoute.js","path":"/:id","inputs":[],"method":"DELETE","description":"DELETE /:id","side_effect":"mutate"},{"id":"post_root","file":"routes/ProductRoute.js","path":"/","inputs":[],"method":"POST","description":"POST /","side_effect":"mutate"},{"id":"get_root","file":"routes/ProductRoute.js","path":"/","inputs":[],"method":"GET","description":"GET /","side_effect":"read"},{"id":"patch_:id","file":"routes/ProductRoute.js","path":"/:id","inputs":[],"method":"PATCH","description":"PATCH /:id","side_effect":"mutate"},{"id":"patch_review_:id","file":"routes/ProductRoute.js","path":"/review/:id","inputs":[],"method":"PATCH","description":"PATCH /review/:id","side_effect":"mutate"},{"id":"patch_delete_review_:id","file":"routes/ProductRoute.js","path":"/delete-review/:id","inputs":[],"method":"PATCH","description":"PATCH /delete-review/:id","side_effect":"mutate"},{"id":"patch_update_review_:id","file":"routes/ProductRoute.js","path":"/update-review/:id","inputs":[],"method":"PATCH","description":"PATCH /update-review/:id","side_effect":"mutate"},{"id":"post_create_brand","file":"routes/brandRoute.js","path":"/create-brand","inputs":[],"method":"POST","description":"POST /create-brand","side_effect":"mutate"},{"id":"get_all_brands","file":"routes/brandRoute.js","path":"/all-brands","inputs":[],"method":"GET","description":"GET /all-brands","side_effect":"read"},{"id":"delete_delete_brand_:slug","file":"routes/brandRoute.js","path":"/delete-brand/:slug","inputs":[],"method":"DELETE","description":"DELETE /delete-brand/:slug","side_effect":"mutate"}],"payment":{"protocol":null,"supported":false,"paid_routes":[],"challenge_status":402},"session":{"supported":true,"ttl_seconds":3600,"start_endpoint":"https://chekk.dev/api/v1/agent/greatdaveo/DavShop-Api/chat"},"requires":{"auth":true,"payment":false},"framework":"express","source_url":"https://github.com/greatdaveo/DavShop-Api","description":"Chekk-deployed express application at https://davshop-api-production-7dd8.up.railway.app","entrypoints":{"chat":"https://chekk.dev/api/v1/agent/greatdaveo/DavShop-Api/chat","llms_txt":"https://chekk.dev/api/v1/llms/greatdaveo/DavShop-Api","manifest":"https://chekk.dev/api/v1/agent/greatdaveo/DavShop-Api/manifest","rest_base":"https://davshop-api-production-7dd8.up.railway.app"},"deployed_url":"https://davshop-api-production-7dd8.up.railway.app","confirmations":{"field":"confirmation_code","format":"order_id"}}