Routing
mobile_customers
Matched route
Route Parameters
| Name | Value |
|---|---|
| mode | "all" |
Route Matching Logs
Path to match:
/v1/mobile/customers/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | mybiz_components_kpi_progress | /{_locale}/components/kpi/progress/{type} | Path does not match |
| 2 | mobile_components_kpi_progress | /v2/mobile/components/kpi/progress/{type} | Path does not match |
| 3 | api_actualities | /v1/actualities | Path does not match |
| 4 | api_documents_by_space | /v1/documents | Path does not match |
| 5 | api_external_features_auth | /v1/external-features/auth | Path does not match |
| 6 | api_external_features_status | /v1/external-features/status | Path does not match |
| 7 | api_ikigai_product_informations | /v1/product/ikigai-link/{productName} | Path does not match |
| 8 | api_order_create | /v1/order/create | Path does not match |
| 9 | api_order_delete | /v1/order/delete/{orderId} | Path does not match |
| 10 | api_order_refund | /v1/order/refund | Path does not match |
| 11 | api_member_create | /v1/member/create | Path does not match |
| 12 | api_member_login | /v1/member/login | Path does not match |
| 13 | api_member_jwt_token | /v1/member/jwt-auth | Path does not match |
| 14 | api_member_update | /v1/member/update | Path does not match |
| 15 | api_member_update_password | /v1/member/update-password | Path does not match |
| 16 | api_member_informations | /v1/member/informations | Path does not match |
| 17 | api_member_remove_old_account | /v1/member/remove-old-account | Path does not match |
| 18 | api_member_check_email | /v1/member/check/{email} | Path does not match |
| 19 | api_mobile_jwt_valid | /v1/mobile/jwt/valid | Path does not match |
| 20 | api_member_reset_password | /v1/member/reset-password | Path does not match |
| 21 | api_sponsor_check | /v1/sponsor/check/{sponsorId} | Path does not match |
| 22 | mobile_commissions | /v1/mobile/commissions/ | Path does not match |
| 23 | toogle_moneybag_locking | /v1/mobile/commissions/toogle_moneybag_locking/{action}/ | Path does not match |
| 24 | mobile_customer_detail | /v1/mobile/customer/details/{id} | Path does not match |
| 25 | mobile_customers | /v1/mobile/customers/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.