← Website settings
External linking
Restrict or allow outbound link hosts used by the site. The PUT body is a list of domain strings.
Operations
GET
Read allowed external domains.
GET /api/v1/en/{websiteId}/external-linkingPUT
Replace the allow list (website superadmin).
PUT /api/v1/en/{websiteId}/external-linkingUse the following request body shape:
{
"domains": ["example.com", "cdn.example.com"]
}MCP
MCP: get_external_linking, update_external_linking.