Routing
app_api
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | stripe_webhooks | /stripe/webhooks | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | app_account | /mon-compte | Path does not match |
| 17 | app_account_unverified | /mon-compte/en-attente | Path does not match |
| 18 | app_administration_support | /backoffice/support | Path does not match |
| 19 | app_administration_api_support_stats | /administration/api/support/stats | Path does not match |
| 20 | app_administration_support_show | /backoffice/support/{id} | Path does not match |
| 21 | app_administration_support_close | /backoffice/support/{id}/close | Path does not match |
| 22 | app_administration_support_reopen | /backoffice/support/{id}/reopen | Path does not match |
| 23 | app_impersonate | /impersonate | Path does not match |
| 24 | app_administration | /administration | Path does not match |
| 25 | app_administration_logs | /administration/logs | Path does not match |
| 26 | api_administration_logs | /administration/api/logs | Path does not match |
| 27 | api_administration_licence_logs | /administration/api/licence-logs | Path does not match |
| 28 | api_administration_logs_heatmap | /administration/api/logs/heatmap | Path does not match |
| 29 | app_administration_plugin_versions | /administration/plugin-versions | Path does not match |
| 30 | app_administration_plugin_versions_new | /administration/plugin-versions/new | Path does not match |
| 31 | app_administration_plugin_versions_edit | /administration/plugin-versions/{id}/edit | Path does not match |
| 32 | app_download_installers | /download | Path does not match |
| 33 | api_administration_plugin_versions | /administration/api/plugin-versions | Path does not match |
| 34 | administration_plugin_versions_new | /administration/plugin-versions/new-2 | Path does not match |
| 35 | api_administration_plugin_versions_create | /administration/api/plugin-versions | Path does not match |
| 36 | api_administration_plugin_versions_update | /administration/api/plugin-versions/{id} | Path does not match |
| 37 | api_administration_plugin_versions_delete | /administration/api/plugin-versions/{id} | Path does not match |
| 38 | app_administration_licence_invite | /administration/licence/inviter | Path does not match |
| 39 | api_administration_licence_add | /administration/api/licence/add | Path does not match |
| 40 | app_administration_faq | /administration/faq | Path does not match |
| 41 | api_administration_faq | /administration/api/faq | Path does not match |
| 42 | api_administration_faq_create | /administration/api/faq | Path does not match |
| 43 | api_administration_faq_update | /administration/api/faq/{id} | Path does not match |
| 44 | api_administration_faq_delete | /administration/api/faq/{id} | Path does not match |
| 45 | api_administration_users_autocomplete | /administration/api/users/autocomplete | Path does not match |
| 46 | app_api | /api | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.