Skip to main content
GET
Management API 主机(api.scanova.io)上按 slug 或 id 获取单个主题,使用您的原始 Management API 密钥进行身份验证。
string
必填
主题的 slug(数字 id 在同样的路径形式下也可使用)。
此处不进行所有权检查——任何活跃主题,包括其他账户的主题,都可以通过 slug 或 id 获取,因为主题是页面构建器的共享只读资源。写入您不拥有的主题仍然会被阻止——参见更新主题
如果 slug 不匹配任何活跃主题,则返回 404

相关内容

授权

Authorization
string
header
必填

Send your Management API key as the raw value of the Authorization header — no "Bearer " or "Token " prefix, and no other characters. Example: Authorization: 401f7ac837da42b97f613d789819ff93537bee6a. A header containing more than one space-separated part is rejected outright. Requests also require the request's Host header to be the management API host (e.g. api.scanova.io) — the same key sent to the regular API host will not authenticate.

路径参数

slug
string
必填

响应

One theme.