Routing
(none)
Matched route
Route Matching Logs
Path to match:
/api/v1/auth/verify
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_v1_public_app_version_check | /api/v1/public/app_version/check/{version} | Path does not match |
| 2 | api_v1_public_create_complaint_public | /api/v1/public/complaint | Path does not match |
| 3 | api_v1_public_get_complaint_topic | /api/v1/public/complaint-topic | Path does not match |
| 4 | api_v1_public_contact_app_api_v1_publicapi_contact_getcontact | /api/v1/public/contact/ | Path does not match |
| 5 | api_v1_public_get_contents | /api/v1/public/content | Path does not match |
| 6 | api_v1_public_news_category_pagination | /api/v1/public/news_category | Path does not match |
| 7 | api_v1_public_news_category_get_one | /api/v1/public/news_category/{id} | Path does not match |
| 8 | api_v1_public_news_category_pagination_news | /api/v1/public/news_category/{ids}/news | Path does not match |
| 9 | api_v1_public_ping_ping | /api/v1/public/ping | Path does not match |
| 10 | api_v1_public_qa_list | /api/v1/public/qa | Path does not match |
| 11 | api_v1_public_get_all_towns | /api/v1/public/town | Path does not match |
| 12 | api_v1_public_get_validate_towns | /api/v1/public/town/validate | Path does not match |
| 13 | api_v1_public_sib_marketing_unsubscribe | /api/v1/public/webhooks/sib/marketing-unsubscribe | Path does not match |
| 14 | api_v1_auth_login | /api/v1/auth/login | Path does not match |
| 15 | api_v1_auth_register | /api/v1/auth/register | Path does not match |
| 16 | api_v1_auth_forgot_password | /api/v1/auth/forgot_password | Path does not match |
| 17 | api_v1_auth_check_validity | /api/v1/auth/check_validity/{token} | Path does not match |
| 18 | api_v1_auth_reset_password | /api/v1/auth/reset_password/{token} | Path does not match |
| 19 | api_v1_auth_reset_password_ | /api/v1/auth/reset_password | Path does not match |
| 20 | api_v1_auth_verify | /api/v1/auth/verify/{token} | Path does not match |
| 21 | api_v1_auth_verify_ | /api/v1/auth/verify | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.