Routing
api_entrypoint
Matched route
Route Parameters
| Name | Value |
|---|---|
| _api_respond | "true" |
| _format | "jsonld" |
| index | "index" |
Route Matching Logs
Path to match:
/api/index.jsonld
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | products_batch | /products/batch | Path does not match |
| 2 | app_category_addproduct | /api/categories/products | Path does not match |
| 3 | app_category_removeproduct | /api/categories/categories/{id}/products/{productId} | Path does not match |
| 4 | app_createmediaobjectaction_addproduct | /resize_img | Path does not match |
| 5 | app_createmediaobjectaction_search_dublicate_img | /search-dublicate-img | Path does not match |
| 6 | export_form_form | /api/forms/export_csv | Path does not match |
| 7 | app_login | /login | Path does not match |
| 8 | api_send_mail | /api/send-mail | Path does not match |
| 9 | synced_order | /orders/synced | Path does not match |
| 10 | no_register | /api/orders/create_no_register | Path does not match |
| 11 | order_in_pdf | /api/orders/pdf | Path does not match |
| 12 | payment_orders | /api/orders/payment | Path does not match |
| 13 | payment_orders_callback | /api/orders/payment-callback | Path does not match |
| 14 | product_filter | /api/products/filter | Path does not match |
| 15 | get_wp_product_cat | /wp-get-cat | Path does not match |
| 16 | get_wp_product | /wp-get-product | Path does not match |
| 17 | set_show_products | /set-show-products | Path does not match |
| 18 | set_site_product_img | /set-site-product-img | Path does not match |
| 19 | get_product | /get-product | Path does not match |
| 20 | export_form | /api/export_csv | Path does not match |
| 21 | setMainImage | /set-main-mage | Path does not match |
| 22 | getPrices | /get-prices | Path does not match |
| 23 | addAttrCategory | /add-attr-category | Path does not match |
| 24 | get_wp_product_img | /wp-get-product-img | Path does not match |
| 25 | getDublicate | /get-dublicate | Path does not match |
| 26 | importProductFromExcel | /product/import-from-excel | Path does not match |
| 27 | importProductImg | /product/import-img | Path does not match |
| 28 | export_xml | /products/export-xml | Path does not match |
| 29 | app_register | /register | Path does not match |
| 30 | api_send_mail_reset_password | /api/send-mail-reset-password | Path does not match |
| 31 | api_reset_password | /api/reset-password | Path does not match |
| 32 | send_code | /api/send-code | Path does not match |
| 33 | code_auth | /api/code-auth | Path does not match |
| 34 | app_logout | /logout | Path does not match |
| 35 | getNpAdressesWarehouses | /shipping-method/get-np-address-warehouses | Path does not match |
| 36 | getNpAdressesSettlements | /shipping-method/get-np-address-settlements | Path does not match |
| 37 | app_site | /site/footer | Path does not match |
| 38 | send_mail | /send-mail | Path does not match |
| 39 | update_balances | /api/products/product-balances-clear | Path does not match |
| 40 | update-balances-count | /api/product_balance_in_storages/product-balances-clear | Path does not match |
| 41 | users_me | /users/me | Path does not match |
| 42 | app_user_sendemail | Path does not match | |
| 43 | search_user | /api/user/search | Path does not match |
| 44 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 45 | api_entrypoint | /api/{index}.{_format} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.