Skip to content
HOC Site Docs
English
Esc
navigateopen⌘Jpreview

External linking

Restrict or allow outbound link hosts used by the site. The PUT body is a list of domain strings.

Read allowed external domains.

GET /api/v1/{locale}/{websiteId}/external-linking

Replace the allow list (website superadmin).

PUT /api/v1/{locale}/{websiteId}/external-linking
{
  "domains": ["example.com", "cdn.example.com"]
}

MCP: get_external_linking, update_external_linking.

Was this page helpful?