Authorizations
The API key for the App (e.g. sk_eczMHVBY9fV6GYFhvs53qcnxq7yptlXL3ABKOZtn6dQ)
Path Parameters
Query Parameters
If true, skips validation of the route, such as pathname format. This is useful for testing or when the route is known to be valid.
Available options:
true, false Body
application/json
Request body for creating a new site route.
Pathname of the route, e.g., "/about".
Example:
"/furniture"
List of localized variants for the route. If not provided, defaults to an empty array.
Example:
[
{
"locale": "es-ES",
"pathname": "/sobre-nosotros"
},
{
"locale": "fr-FR",
"pathname": "/a-propos"
}
]Response
201 - application/json
Site route with its localized variants.
Pathname of the route, e.g., "/about".
Example:
"/furniture"
List of localized variants for the route. Each variant has a locale and a pathname.
Example:
[
{
"locale": "es-ES",
"pathname": "/sobre-nosotros"
},
{
"locale": "fr-FR",
"pathname": "/a-propos"
}
]