Routing
service_center_api_authentication
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/service_center/authentication-token
# | Route name | Path | Log |
---|---|---|---|
1 | api_doc | /api/docs | Path does not match |
2 | admin_api_get_products | /api/admin/products | Path does not match |
3 | admin_api_create_product | /api/admin/product | Path does not match |
4 | admin_api_create_products | /api/admin/products | Path does not match |
5 | admin_api_update_product | /api/admin/product/{code} | Path does not match |
6 | admin_api_get_taxons | /api/admin/taxons | Path does not match |
7 | admin_api_create_taxon | /api/admin/taxon | Path does not match |
8 | admin_api_update_taxon | /api/admin/taxon/{code} | Path does not match |
9 | admin_api_update_stock | /api/admin/stock | Path does not match |
10 | admin_api_authentication | /api/admin/authentication-token | Path does not match |
11 | admin_api_cleanup | /api/admin/cleanup | Path does not match |
12 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
13 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
14 | monsieurbiz_sylius_settings_admin_index | /admin/settings | Path does not match |
15 | monsieurbiz_sylius_settings_admin_edit | /admin/settings/edit/{alias} | Path does not match |
16 | monsieurbiz_sylius_settings_admin_edit_post | /admin/settings/edit/{alias} | Path does not match |
17 | monsieurbiz_cms_page_admin_page_index | /admin/pages/ | Path does not match |
18 | monsieurbiz_cms_page_admin_page_create | /admin/pages/new | Path does not match |
19 | monsieurbiz_cms_page_admin_page_bulk_delete | /admin/pages/bulk-delete | Path does not match |
20 | monsieurbiz_cms_page_admin_page_delete | /admin/pages/{id} | Path does not match |
21 | monsieurbiz_sylius_cms_page_ajax_generate_page_slug | /admin/page/generate-slug | Path does not match |
22 | monsieurbiz_cms_page_admin_page_update | /admin/pages/{id}/edit | Path does not match |
23 | monsieurbiz_cms_page_admin_page_preview | /admin/page/preview/{id} | Path does not match |
24 | monsieurbiz_cms_page_show | /{_locale}/{slug} | Path almost matches, but Condition "not(context.getPathInfo() matches '`^/api/v2`') and context.checkPageSlug(request)" does not evaluate to "true" |
25 | monsieurbiz_homepage_admin_homepage_index | /admin/homepages/ | Path does not match |
26 | monsieurbiz_homepage_admin_homepage_create | /admin/homepages/new | Path does not match |
27 | monsieurbiz_homepage_admin_homepage_update | /admin/homepages/{id}/edit | Path does not match |
28 | monsieurbiz_homepage_admin_homepage_bulk_delete | /admin/homepages/bulk-delete | Path does not match |
29 | monsieurbiz_homepage_admin_homepage_delete | /admin/homepages/{id} | Path does not match |
30 | monsieurbiz_menu_admin_menu_index | /admin/menus/ | Path does not match |
31 | monsieurbiz_menu_admin_menu_create | /admin/menus/new | Path does not match |
32 | monsieurbiz_menu_admin_menu_update | /admin/menus/{id}/edit | Path does not match |
33 | monsieurbiz_menu_admin_menu_delete | /admin/menus/{id} | Path does not match |
34 | monsieurbiz_menu_admin_menu_item_create_for_menu | /admin/menus/{menuId}/new-item | Path does not match |
35 | monsieurbiz_menu_admin_menu_item_create_for_parent | /admin/menus/{menuId}/item/{parentId}/new-item | Path does not match |
36 | monsieurbiz_menu_admin_menu_item_update | /admin/menus/{menuId}/update-item/{id} | Path does not match |
37 | monsieurbiz_menu_admin_menu_item_delete | /admin/menus/{menuId}/delete-item/{id} | Path does not match |
38 | monsieurbiz_menu_admin_menu_item_move_up | /admin/menus/{menuId}/move-item/{id}/up | Path does not match |
39 | monsieurbiz_menu_admin_menu_item_move_down | /admin/menus/{menuId}/move-item/{id}/down | Path does not match |
40 | monsieurbiz_richeditor_admin_form_create | /admin/monsieurbiz_richeditor/form/{code} | Path does not match |
41 | monsieurbiz_richeditor_admin_form_edit | /admin/monsieurbiz_richeditor/form/{code} | Path does not match |
42 | monsieurbiz_richeditor_admin_form_submit | /admin/monsieurbiz_richeditor/submit/{code}/{isEdition} | Path does not match |
43 | monsieurbiz_richeditor_admin_form_render_elements | /admin/monsieurbiz_richeditor/render_elements | Path does not match |
44 | service_center_api_get_orders | /api/service_center/{service_center_id}/orders | Path does not match |
45 | service_center_api_get_order | /api/service_center/{service_center_id}/order/{order_id} | Path does not match |
46 | service_center_api_update_order | /api/service_center/{service_center_id}/order/{order_id} | Path does not match |
47 | service_center_api_update_prices | /api/service_center/{service_center_id}/prices | Path does not match |
48 | service_center_api_update_terms | /api/service_center/{service_center_id}/terms | Path does not match |
49 | service_center_api_get_terms | /api/service_center/{service_center_id}/terms | Path does not match |
50 | service_center_api_get_prices | /api/service_center/{service_center_id}/prices | Path does not match |
51 | service_center_api_get_product_stock | /api/service_center/product/{product_ref} | Path does not match |
52 | service_center_api_get_products_stock | /api/service_center/products_stock | Path does not match |
53 | service_center_api_get_orders_stats | /api/service_center/{service_center_id}/orders/stats | Path does not match |
54 | service_center_api_authentication | /api/service_center/authentication-token | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.