Authorizations
The API key for the App (e.g. sk_eczMHVBY9fV6GYFhvs53qcnxq7yptlXL3ABKOZtn6dQ)
Path Parameters
Response
200 - 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"
}
]