Routing
api_v3_auth_get_jwt
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api_v3/auth/getJwt
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _wdt | /_wdt/{token} | Path does not match |
| 2 | _profiler_home | /_profiler/ | Path does not match |
| 3 | _profiler_search | /_profiler/search | Path does not match |
| 4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 7 | _profiler_open_file | /_profiler/open | Path does not match |
| 8 | _profiler | /_profiler/{token} | Path does not match |
| 9 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 12 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 13 | api_v3_aicoach_external_user_upsert | /api_v3/aicoach-course/external-users/{externalId} | Path does not match |
| 14 | api_v3_aicoach_master_data_department | /api_v3/aicoach-course/master-data/departments/{sourceId} | Path does not match |
| 15 | api_v3_aicoach_master_data_position_group | /api_v3/aicoach-course/master-data/position-groups/{sourceId} | Path does not match |
| 16 | api_v3_aicoach_master_data_position | /api_v3/aicoach-course/master-data/positions/{sourceId} | Path does not match |
| 17 | api_v3_aicoach_user_projection | /api_v3/aicoach-course/external-users/{externalId}/projection | Path does not match |
| 18 | api_v3_aicoach_sync_status | /api_v3/aicoach-sync/status | Path does not match |
| 19 | api_v3_aicoach_sync_sso_ticket | /api_v3/aicoach-sync/sso-ticket | Path does not match |
| 20 | api_v3_aicoach_sync_learner_tasks_exists | /api_v3/aicoach-sync/learner-tasks-exists | Path does not match |
| 21 | api_v3_aicoach_sync_learner_sso_redirect | /api_v3/aicoach-sync/learner-sso-redirect | Path does not match |
| 22 | api_v3_aicoach_sync_learner_frame | /api_v3/aicoach-sync/learner-frame | Path does not match |
| 23 | api_v3_aicoach_sync_orgs | /api_v3/aicoach-sync/orgs | Path does not match |
| 24 | api_v3_aicoach_sync_position_groups | /api_v3/aicoach-sync/position-groups | Path does not match |
| 25 | api_v3_aicoach_sync_positions | /api_v3/aicoach-sync/positions | Path does not match |
| 26 | api_v3_aicoach_sync_users | /api_v3/aicoach-sync/users | Path does not match |
| 27 | api_v3_aicoach_course_list | /api_v3/aicoach-course/courses | Path does not match |
| 28 | api_v3_aicoach_course_records | /api_v3/aicoach-course/course-records | Path does not match |
| 29 | api_v3_aicoach_course_detail | /api_v3/aicoach-course/courses/{courseId} | Path does not match |
| 30 | api_v3_aicoach_course_add_student | /api_v3/aicoach-course/courses/{courseId}/students/{userId} | Path does not match |
| 31 | api_v3_aicoach_course_remove_student | /api_v3/aicoach-course/courses/{courseId}/students/{userId} | Path does not match |
| 32 | api_v3_aicoach_course_current_task | /api_v3/aicoach-course/courses/{courseId}/current-task | Path does not match |
| 33 | api_v3_aicoach_course_learner_ticket | /api_v3/aicoach-course/learner-tickets | Path does not match |
| 34 | api_v3_aicoach_course_admin_sso_ticket | /api_v3/aicoach-course/admin-sso-tickets | Path does not match |
| 35 | api_v3_app_user_login | /api_v3/user/login | Path does not match |
| 36 | api_v3_auth_get_jwt | /api_v3/auth/getJwt | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.