Routing

(none) Matched route

Route Matching Logs

Path to match: /api/webhooks_logs
# Route name Path Log
1 app_login /login Path does not match
2 app_logout /logout Path does not match
3 price /checkout/price/{id} Path does not match
4 subscription /subscription Path does not match
5 homepage / Path does not match
6 sellsy_get_client /api/sellsy/get-client Path does not match
7 sellsy_get_clients /api/sellsy/get-clients Path does not match
8 sellsy_get_contact /api/sellsy/get-contact Path does not match
9 sellsy_get_contacts /api/sellsy/get-contacts Path does not match
10 sellsy_post_client /api/sellsy/post-client Path does not match
11 sellsy_post_contact /api/sellsy/post-contact Path does not match
12 sellsy_link_contact /api/sellsy/link-contact Path does not match
13 stripe-products /api/stripe/products Path does not match
14 stripe-product /api/stripe/products/{id} Path does not match
15 stripe-products-post /api/stripe/products Path does not match
16 stripe-product-prices /api/stripe/products/{id}/prices Path does not match
17 stripe-price-post /api/stripe/prices Path does not match
18 stripe-subscription-post /api/stripe/subscription Path does not match
19 stripe-subscription-patch /api/stripe/subscription/{id} Path does not match
20 stripe-setup-intent-post /api/stripe/setupIntent Path does not match
21 stripe-create-payment /public/stripe/webhook Path does not match
22 api_entrypoint /api/{index}.{_format} Path almost matches, but Requirement for "index" does not match (index)
23 api_doc /api/docs.{_format} Path does not match
24 api_jsonld_context /api/contexts/{shortName}.{_format} Path does not match
25 api_prices_get_collection /api/prices.{_format} Path does not match
26 api_prices_post_collection /api/prices.{_format} Path does not match
27 api_prices_get_item /api/prices/{id}.{_format} Path does not match
28 api_prices_patch_item /api/prices/{id}.{_format} Path does not match
29 api_prices_delete_item /api/prices/{id}.{_format} Path does not match
30 api_permissions_get_collection /api/permissions.{_format} Path does not match
31 api_permissions_post_collection /api/permissions.{_format} Path does not match
32 api_permissions_get_item /api/permissions/{id}.{_format} Path does not match
33 api_permissions_delete_item /api/permissions/{id}.{_format} Path does not match
34 api_permissions_put_item /api/permissions/{id}.{_format} Path does not match
35 api_permissions_patch_item /api/permissions/{id}.{_format} Path does not match
36 api_webhooks_logs_get_collection /api/webhooks_logs.{_format} Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.