Routing
oauth_authorize
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://backend-symfony-dev-artech.srv715024.hstgr.cloud/login
Route Matching Logs
Path to match:
/oauth/authorize
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | list_quote_statuses | /api/quotes/statuses | Path does not match |
| 2 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 3 | app.swagger | /api/doc.json | Path does not match |
| 4 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 5 | _wdt | /_wdt/{token} | Path does not match |
| 6 | _profiler_home | /_profiler/ | Path does not match |
| 7 | _profiler_search | /_profiler/search | Path does not match |
| 8 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 9 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 10 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 11 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 12 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 13 | _profiler_open_file | /_profiler/open | Path does not match |
| 14 | _profiler | /_profiler/{token} | Path does not match |
| 15 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 16 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 17 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 18 | account_deletion_login | /delete | Path does not match |
| 19 | account_deletion_authenticate | /delete/authenticate | Path does not match |
| 20 | account_deletion_confirm | /delete/confirm | Path does not match |
| 21 | create_address | /api/addresses | Path does not match |
| 22 | list_addresses | /api/addresses | Path does not match |
| 23 | update_address | /api/addresses/{uuid} | Path does not match |
| 24 | delete_address | /api/addresses/{uuid} | Path does not match |
| 25 | list_user_alerts | /api/alerts | Path does not match |
| 26 | app_releases_list | /api/app-releases | Path does not match |
| 27 | app_releases_get | /api/app-releases/{id} | Path does not match |
| 28 | app_version | /api/app-version | Path does not match |
| 29 | api_logout | /api/logout | Path does not match |
| 30 | create_contact | /api/contacts | Path does not match |
| 31 | list_contacts | /api/contacts | Path does not match |
| 32 | update_contact | /api/contacts/{uuid} | Path does not match |
| 33 | delete_contact | /api/contacts/{uuid} | Path does not match |
| 34 | create_feedback | /api/feedbacks | Path does not match |
| 35 | list_feedbacks | /api/feedbacks | Path does not match |
| 36 | get_feedback | /api/feedbacks/{uuid} | Path does not match |
| 37 | update_feedback | /api/feedbacks/{uuid} | Path does not match |
| 38 | status | /api/status | Path does not match |
| 39 | internal_settings_current | /api/internal/settings | Path does not match |
| 40 | internal_settings_profile | /api/internal/settings/profile | Path does not match |
| 41 | internal_settings_password | /api/internal/settings/password | Path does not match |
| 42 | internal_settings_email_request | /api/internal/settings/email | Path does not match |
| 43 | internal_settings_email_confirm | /api/internal/settings/email/confirm | Path does not match |
| 44 | internal_settings_email_confirm_link | /api/internal/settings/email/confirm | Path does not match |
| 45 | internal_settings_quote_customization | /api/internal/settings/quote-customization | Path does not match |
| 46 | internal_settings_update_quote_customization | /api/internal/settings/quote-customization | Path does not match |
| 47 | internal_settings_delete_quote_logo | /api/internal/settings/quote-customization/logo | Path does not match |
| 48 | create_intervention | /api/interventions | Path does not match |
| 49 | list_interventions | /api/interventions | Path does not match |
| 50 | update_intervention | /api/interventions/{uuid} | Path does not match |
| 51 | delete_intervention | /api/interventions/{uuid} | Path does not match |
| 52 | list_invoice_statuses | /api/invoices/statuses | Path does not match |
| 53 | list_invoices | /api/invoices | Path does not match |
| 54 | create_invoice | /api/invoices | Path does not match |
| 55 | update_invoice | /api/invoices/{uuid} | Path does not match |
| 56 | delete_invoice | /api/invoices/{uuid} | Path does not match |
| 57 | send_invoice | /api/invoices/{uuid}/send | Path does not match |
| 58 | media_serve | /api/media/{path} | Path does not match |
| 59 | create_notification | /api/notifications | Path does not match |
| 60 | list_user_notifications | /api/notifications | Path does not match |
| 61 | notifications_unread_count | /api/notifications/unread-count | Path does not match |
| 62 | mark_notification_read | /api/notifications/read/{notificationUuid} | Path does not match |
| 63 | mark_all_notifications_read | /api/notifications/read-all | Path does not match |
| 64 | mark_all_notifications_read_post | /api/notifications/mark-all-read | Path does not match |
| 65 | mark_notification_read_alias | /api/notifications/{notificationUuid}/read | Path does not match |
| 66 | mark_notification_unread | /api/notifications/unread/{notificationUuid} | Path does not match |
| 67 | mark_all_notifications_unread | /api/notifications/unread-all | Path does not match |
| 68 | register_fcm_token | /api/notifications/fcm-token | Path does not match |
| 69 | unregister_fcm_token | /api/notifications/fcm-token | Path does not match |
| 70 | create_payment_intent | /api/quotes/{uuid}/payment-intent | Path does not match |
| 71 | get_payment_status | /api/quotes/{uuid}/payment-status | Path does not match |
| 72 | get_stripe_config | /api/stripe/config | Path does not match |
| 73 | stripe_webhook | /api/stripe/webhook | Path does not match |
| 74 | list_payments | /api/payments | Path does not match |
| 75 | capture_payment | /api/payments/{paymentIntentId}/capture | Path does not match |
| 76 | cancel_payment | /api/payments/{paymentIntentId}/cancel | Path does not match |
| 77 | get_payment | /api/payments/{uuid} | Path does not match |
| 78 | payments_create_intent | /api/payments/create-intent | Path does not match |
| 79 | payments_webhook | /api/payments/webhook | Path does not match |
| 80 | list_providers | /api/providers | Path does not match |
| 81 | get_provider | /api/providers/{id} | Path does not match |
| 82 | create_provider | /api/providers | Path does not match |
| 83 | update_provider | /api/providers/{id} | Path does not match |
| 84 | delete_provider | /api/providers/{id} | Path does not match |
| 85 | set_default_provider | /api/providers/{id}/set-default | Path does not match |
| 86 | unset_default_provider | /api/providers/{id}/unset-default | Path does not match |
| 87 | public_auth_register | /api/v1/public/auth/register | Path does not match |
| 88 | public_auth_register_technician | /api/v1/public/auth/register-technician | Path does not match |
| 89 | public_auth_verify_email | /api/v1/public/auth/verify-email | Path does not match |
| 90 | public_auth_verify_email_token | /api/v1/public/auth/verify-email/{token} | Path does not match |
| 91 | public_auth_resend_verification | /api/v1/public/auth/resend-verification | Path does not match |
| 92 | public_auth_password_forgot | /api/v1/public/auth/password/forgot | Path does not match |
| 93 | public_auth_password_verify_code | /api/v1/public/auth/password/verify-code | Path does not match |
| 94 | public_auth_password_reset | /api/v1/public/auth/password/reset | Path does not match |
| 95 | register_push_device | /api/push/devices | Path does not match |
| 96 | unregister_push_device | /api/push/devices | Path does not match |
| 97 | test_push_notification | /api/push/test | Path does not match |
| 98 | mock_push_notification | /api/push/mock | Path does not match |
| 99 | list_quotes_by_user | /api/quotes | Path does not match |
| 100 | create_quote | /api/quotes | Path does not match |
| 101 | create_quote_from_request | /api/quotes/from-request | Path does not match |
| 102 | create_quote_from_demande | /api/quotes/from-demande | Path does not match |
| 103 | update_quote | /api/quotes/{uuid} | Path does not match |
| 104 | delete_quote | /api/quotes/{uuid} | Path does not match |
| 105 | add_quote_line | /api/quotes/{uuid}/lignes | Path does not match |
| 106 | update_quote_line | /api/quotes/lignes/{lineUuid} | Path does not match |
| 107 | delete_quote_line | /api/quotes/lignes/{lineUuid} | Path does not match |
| 108 | get_quote_by_id | /api/quotes/{uuid} | Path does not match |
| 109 | accept_quote | /api/quotes/{uuid}/accept | Path does not match |
| 110 | refuse_quote | /api/quotes/{uuid}/refuse | Path does not match |
| 111 | simulate_quote_payment | /api/quotes/{uuid}/pay-simulation | Path does not match |
| 112 | update_quote_status | /api/quotes/status | Path does not match |
| 113 | generate_quote_pdf | /api/quotes/{uuid}/pdf/generate | Path does not match |
| 114 | download_quote_pdf | /api/quotes/{uuid}/pdf/download | Path does not match |
| 115 | list_requests_by_user | /api/requests | Path does not match |
| 116 | get_request_by_uuid | /api/requests/{uuid} | Path does not match |
| 117 | upload_request_media | /api/requests/{uuid}/media | Path does not match |
| 118 | create_request | /api/requests | Path does not match |
| 119 | update_request | /api/requests/{uuid} | Path does not match |
| 120 | update_request_status | /api/requests/status | Path does not match |
| 121 | list_request_interventions | /api/requests/{uuid}/interventions | Path does not match |
| 122 | get_request_quote | /api/requests/{uuid}/quote | Path does not match |
| 123 | list_request_media | /api/requests/{uuid}/media | Path does not match |
| 124 | list_request_availability_slots | /api/requests/{uuid}/availability-slots | Path does not match |
| 125 | update_availability_slot | /api/requests/{requestUuid}/availability-slots/{slotUuid} | Path does not match |
| 126 | list_services | /api/services | Path does not match |
| 127 | create_service | /api/services | Path does not match |
| 128 | update_service | /api/services/{uuid} | Path does not match |
| 129 | upload_service_image | /api/services/{uuid}/image | Path does not match |
| 130 | list_service_groups | /api/services/group | Path does not match |
| 131 | update_service_group | /api/services/group/{uuid} | Path does not match |
| 132 | get_slot_negotiation | /api/requests/{requestUuid}/slots/negotiation | Path does not match |
| 133 | propose_slots | /api/requests/{requestUuid}/slots/propose | Path does not match |
| 134 | accept_slot | /api/requests/{requestUuid}/slots/accept | Path does not match |
| 135 | refuse_slots | /api/requests/{requestUuid}/slots/refuse | Path does not match |
| 136 | counter_propose_slots | /api/requests/{requestUuid}/slots/counter-propose | Path does not match |
| 137 | admin_accept_slot | /api/requests/{requestUuid}/slots/admin-accept | Path does not match |
| 138 | modify_proposal | /api/requests/{requestUuid}/slots/modify | Path does not match |
| 139 | cancel_proposal | /api/requests/{requestUuid}/slots/cancel | Path does not match |
| 140 | technician_positions_list | /api/technicians/positions | Path does not match |
| 141 | technician_position_single | /api/technicians/positions/{uuid} | Path does not match |
| 142 | technician_position_update | /api/technicians/position | Path does not match |
| 143 | technician_position_tracking | /api/technicians/position/tracking | Path does not match |
| 144 | technician_registrations_pending | /api/users/technicians/pending | Path does not match |
| 145 | technician_registration_approve | /api/users/technicians/{uuid}/approve | Path does not match |
| 146 | technician_registration_reject | /api/users/technicians/{uuid}/reject | Path does not match |
| 147 | user_update | /api/users/{uuid} | Path does not match |
| 148 | user_delete | /api/users/{uuid} | Path does not match |
| 149 | user_feedback_permission | /api/users/{uuid}/feedback-permission | Path does not match |
| 150 | admin_list | /api/users/admins | Path does not match |
| 151 | admin_create | /api/users/admins | Path does not match |
| 152 | user_list | /api/users/clients | Path does not match |
| 153 | user_create | /api/users/clients | Path does not match |
| 154 | get_user_by_uuid | /api/users/me | Path does not match |
| 155 | update_user_profile | /api/users/me | Path does not match |
| 156 | technician_list | /api/users/technicians | Path does not match |
| 157 | technician_create | /api/users/technicians | Path does not match |
| 158 | technician_update | /api/users/technicians/{uuid} | Path does not match |
| 159 | technician_activate | /api/users/technicians/{uuid}/activate | Path does not match |
| 160 | technician_deactivate | /api/users/technicians/{uuid}/deactivate | Path does not match |
| 161 | frontend_login | /login | Path does not match |
| 162 | frontend_register | /register | Path does not match |
| 163 | frontend_register_technician | /register/technician | Path does not match |
| 164 | frontend_password_forgot | /forgot-password | Path does not match |
| 165 | frontend_password_verify_code | /reset-password/verify-code | Path does not match |
| 166 | frontend_password_reset | /reset-password | Path does not match |
| 167 | frontend_verify_email | /verify-email | Path does not match |
| 168 | frontend_logout | /logout | Path does not match |
| 169 | frontend_dashboard | / | Path does not match |
| 170 | frontend_demo | /demo | Path does not match |
| 171 | backend_login | /admin/login | Path does not match |
| 172 | backend_dashboard | /admin/ | Path does not match |
| 173 | backend_logout | /admin/logout | Path does not match |
| 174 | technician_login | /technician/login | Path does not match |
| 175 | oauth_authorize | /oauth/authorize | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.