Routing
api_ping
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/v1/_ping
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | 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 | admin_tinymce_init_js | /tinymce/init.js | Path does not match |
| 17 | admin_dashboard | / | Path does not match |
| 18 | admin_login | /login | Path does not match |
| 19 | admin_logout | /logout | Path does not match |
| 20 | users_permissions_index | /admins/permissions | Path does not match |
| 21 | users_permissions_create | /admins/permissions/create | Path does not match |
| 22 | users_permissions_edit | /admins/permissions/{id}/edit | Path does not match |
| 23 | users_permissions_delete | /admins/permissions/{id}/delete | Path does not match |
| 24 | users_roles_index | /admins/roles | Path does not match |
| 25 | users_roles_create | /admins/roles/create | Path does not match |
| 26 | users_roles_edit | /admins/roles/{id}/edit | Path does not match |
| 27 | users_roles_delete | /admins/roles/{id}/delete | Path does not match |
| 28 | users_roles_permissions | /admins/roles/{id}/permissions | Path does not match |
| 29 | users_roles_permissions_toggle | /admins/roles/{id}/permissions/{permissionId}/{action} | Path does not match |
| 30 | users_roles_permissions_toggle_all | /admins/roles/{id}/permissions/all/{action} | Path does not match |
| 31 | users_roles_users | /admins/roles/{id}/users | Path does not match |
| 32 | users_roles_users_toggle | /admins/roles/{id}/users/{adminId}/{action} | Path does not match |
| 33 | admin_2fa_disable | /settings/2fa/disable | Path does not match |
| 34 | admin_2fa_setup | /settings/2fa/setup | Path does not match |
| 35 | admin_2fa_regenerate_backup | /settings/2fa/regenerate-backup | Path does not match |
| 36 | admin_2fa_verify | /2fa/verify | Path does not match |
| 37 | users_index | /users | Path does not match |
| 38 | users_create | /users/create | Path does not match |
| 39 | users_edit | /users/{id}/edit | Path does not match |
| 40 | users_delete | /users/{id}/delete | Path does not match |
| 41 | users_roles | /users/{id}/roles | Path does not match |
| 42 | users_roles_toggle | /users/{id}/roles/{roleId}/{action} | Path does not match |
| 43 | users_2fa_reset | /users/{id}/2fa-reset | Path does not match |
| 44 | i18n_languages_index | /i18n/languages | Path does not match |
| 45 | i18n_languages_create | /i18n/languages/create | Path does not match |
| 46 | i18n_languages_edit | /i18n/languages/{id}/edit | Path does not match |
| 47 | i18n_languages_delete | /i18n/languages/{id}/delete | Path does not match |
| 48 | i18n_tr_index | /i18n/translations | Path does not match |
| 49 | i18n_tr_create | /i18n/translations/create | Path does not match |
| 50 | i18n_tr_edit | /i18n/translations/{id}/edit | Path does not match |
| 51 | i18n_tr_delete | /i18n/translations/{id}/delete | Path does not match |
| 52 | develop_icons_index | /develop/icons | Path does not match |
| 53 | develop_log_index | /develop/log | Path does not match |
| 54 | files_browser_index | /files/browser | Path does not match |
| 55 | files_index | /files | Path does not match |
| 56 | files_upload | /files/upload | Path does not match |
| 57 | files_create_folder | /files/create-folder | Path does not match |
| 58 | files_rename | /files/rename | Path does not match |
| 59 | files_delete | /files/delete | Path does not match |
| 60 | files_rotate | /files/rotate | Path does not match |
| 61 | files_bulk_delete | /files/bulk-delete | Path does not match |
| 62 | files_tinymce_root | /files/tinymce/root | Path does not match |
| 63 | files_tinymce_directory | /files/tinymce/directory | Path does not match |
| 64 | settings_edit | /settings | Path does not match |
| 65 | admin_clients_index | /clients | Path does not match |
| 66 | admin_clients_new | /clients/new | Path does not match |
| 67 | admin_clients_show | /clients/{slug} | Path does not match |
| 68 | admin_clients_edit | /clients/{slug}/edit | Path does not match |
| 69 | admin_clients_archive | /clients/{slug}/archive | Path does not match |
| 70 | admin_clients_unarchive | /clients/{slug}/unarchive | Path does not match |
| 71 | admin_clients_environment_new | /clients/{slug}/environments/new | Path does not match |
| 72 | admin_clients_environment_show | /clients/{slug}/environments/{envName} | Path does not match |
| 73 | admin_clients_environment_rotate_hmac | /clients/{slug}/environments/{envName}/rotate-hmac | Path does not match |
| 74 | admin_clients_environment_delete | /clients/{slug}/environments/{envName}/delete | Path does not match |
| 75 | admin_audit_log_index | /audit-log | Path does not match |
| 76 | api_ping | /api/v1/_ping | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.