Routing
website_pages_api
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "email-validation" |
Route Matching Logs
Path to match:
/api/email-validation
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_apis_create | /admin/apis/create | Path does not match |
| 2 | admin_apis_endpoints_create | /admin/apis/{api_uuid}/endpoints/create | Path does not match |
| 3 | admin_apis_usagetypes_create | /admin/apis/{api_uuid}/usage-types/create | Path does not match |
| 4 | admin_apis_usagetypes_tiers_create | /admin/apis/{api_uuid}/usage-types/{usage_type_uuid}/tiers/create | Path does not match |
| 5 | admin_organisations_create | /admin/organisations/create | Path does not match |
| 6 | admin_users_create | /admin/users/create | Path does not match |
| 7 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 8 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 9 | _wdt | /_wdt/{token} | Path does not match |
| 10 | _profiler_home | /_profiler/ | Path does not match |
| 11 | _profiler_search | /_profiler/search | Path does not match |
| 12 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 13 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 14 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 15 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 16 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 17 | _profiler_open_file | /_profiler/open | Path does not match |
| 18 | _profiler | /_profiler/{token} | Path does not match |
| 19 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 20 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 21 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 22 | admin_apis_index | /admin/apis | Path does not match |
| 23 | admin_apis_view | /admin/apis/{api_uuid} | Path does not match |
| 24 | admin_apis_edit | /admin/apis/{api_uuid}/edit | Path does not match |
| 25 | admin_apis_delete | /admin/apis/{api_uuid}/delete | Path does not match |
| 26 | admin_apis_endpoints_edit | /admin/apis/{api_uuid}/endpoints/{endpoint_uuid}/edit | Path does not match |
| 27 | admin_apis_endpoints_delete | /admin/apis/{api_uuid}/endpoints/{endpoint_uuid}/delete | Path does not match |
| 28 | admin_apis_usagetypes_edit | /admin/apis/{api_uuid}/usage-types/{usage_type_uuid}/edit | Path does not match |
| 29 | admin_apis_usagetypes_delete | /admin/apis/{api_uuid}/usage-types/{usage_type_uuid}/delete | Path does not match |
| 30 | admin_apis_usagetypes_tiers_edit | /admin/apis/{api_uuid}/usage-types/{usage_type_uuid}/tiers/{tier_uuid}/edit | Path does not match |
| 31 | admin_apis_usagetypes_tiers_delete | /admin/apis/{api_uuid}/usage-types/{usage_type_uuid}/tiers/{tier_uuid}/delete | Path does not match |
| 32 | admin_index | /admin | Path does not match |
| 33 | admin_dashboard_index | /admin/dashboard | Path does not match |
| 34 | admin_organisations_index | /admin/organisations | Path does not match |
| 35 | admin_organisations_view | /admin/organisations/{organisation_uuid} | Path does not match |
| 36 | admin_organisations_edit | /admin/organisations/{organisation_uuid}/edit | Path does not match |
| 37 | admin_organisations_delete | /admin/organisations/{organisation_uuid}/delete | Path does not match |
| 38 | admin_users_index | /admin/users | Path does not match |
| 39 | admin_users_view | /admin/users/{user_uuid} | Path does not match |
| 40 | admin_users_edit | /admin/users/{user_uuid}/edit | Path does not match |
| 41 | admin_users_delete | /admin/users/{user_uuid}/delete | Path does not match |
| 42 | api_gateway_handle | /api/{api_slug}/{endpoint_slug} | Path does not match |
| 43 | mock_quotes_get_single | /mock/quotes/get-single | Path does not match |
| 44 | mock_quotes_get_multiple | /mock/quotes/get-multiple | Path does not match |
| 45 | mock_quotes_categories | /mock/quotes/categories | Path does not match |
| 46 | app_apis_index | /app/apis | Path does not match |
| 47 | app_apis_view | /app/apis/{api_uuid} | Path does not match |
| 48 | app_apis_enroll | /app/apis/{api_uuid}/enroll | Path does not match |
| 49 | app_apis_unenroll | /app/apis/{api_uuid}/unenroll | Path does not match |
| 50 | app_credentials_index | /app/credentials | Path does not match |
| 51 | app_credentials_create | /app/credentials/create | Path does not match |
| 52 | app_credentials_edit | /app/credentials/{credential_uuid}/edit | Path does not match |
| 53 | app_credentials_regenerate | /app/credentials/{credential_uuid}/regenerate | Path does not match |
| 54 | app_credentials_revoke | /app/credentials/{credential_uuid}/revoke | Path does not match |
| 55 | app_dashboard_index | /app/dashboard | Path does not match |
| 56 | app_settings_index | /app/settings | Path does not match |
| 57 | app_settings_organisation | /app/settings/organisation | Path does not match |
| 58 | app_settings_profile | /app/settings/profile | Path does not match |
| 59 | app_settings_password | /app/settings/password | Path does not match |
| 60 | app_settings_notifications | /app/settings/notifications | Path does not match |
| 61 | app_settings_billing | /app/settings/billing | Path does not match |
| 62 | app_settings_billing_transactions | /app/settings/billing/transactions | Path does not match |
| 63 | app_settings_billing_prepaid | /app/settings/billing/prepaid | Path does not match |
| 64 | app_settings_billing_addfunds | /app/settings/billing/add-funds | Path does not match |
| 65 | app_settings_team | /app/settings/team | Path does not match |
| 66 | app_settings_team_changerole | /app/settings/team/member/{organisationuser_uuid}/role | Path does not match |
| 67 | app_settings_team_removemember | /app/settings/team/member/{organisationuser_uuid}/remove | Path does not match |
| 68 | app_settings_team_resendinvitation | /app/settings/team/invitation/{invitation_uuid}/resend | Path does not match |
| 69 | app_settings_team_revokeinvitation | /app/settings/team/invitation/{invitation_uuid}/revoke | Path does not match |
| 70 | website_auth_login | /login | Path does not match |
| 71 | website_auth_register | /register | Path does not match |
| 72 | website_auth_logout | /logout | Path does not match |
| 73 | website_invitation_accept | /invitation/{token} | Path does not match |
| 74 | website_pages_index | / | Path does not match |
| 75 | website_pages_api | /api/{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.