Parameters
JSON body
Request body
application/jsonidstringRequiredRoute ID to mark as canonical.
Example
123Marks a route as the canonical URL for its entity and locale. All other routes for the same entity, type, and locale are automatically unmarked. Canonical routes are used for link generation and SEO (rel=canonical).
JSON body
idstringRequiredRoute ID to mark as canonical.
1231 status code documented
success"true"Required{
"success": true
}POST /bff/routing/set-canonical
curl -X POST "https://api.bizkithub.com/bff/routing/set-canonical" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"id": "123"
}'All BizKitHub public API endpoints require authentication via API key.