Routing
api_doc
Matched route
Route Parameters
Name | Value |
---|---|
_api_respond | "true" |
_format | "jsonld" |
Route Matching Logs
Path to match:
/api/docs.jsonld
# | 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} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.