Create Site Route
Authentication
Path parameters
Headers
Request
The type of resource being routed to; supported types.
Depending on the resource type, this can be an ID (matching a specific item), or a ”*” wildcard (matching all items of that type).
For example, a route with a type: “product” and matching: “5” will be used for the product with the ID of 5.
The route template that will be used to generate the URL for the requested resource.
Supports several tokens:
{id}The ID of the requested item.{slug}The slug for the requested item (if available). Note: theslugvalue may contain/slash.{language}The language string that the client is using.