visibility
PUT /v1/visibility/targets/{targetId}/review-profiles
Confirm which review profiles belong to this business.
身份验证
请将 API 密钥作为 bearer 令牌发送。此端点在规范中未指明具体的权限,因此请为您的密钥赋予所需的最小权限,并通过检查响应来确认,而不是盲目假设。
此端点不需要组织 ID。您的密钥已用于识别其所属的组织,且响应范围也仅限于该组织。
免费试用
将尖括号中的内容替换为您自己的值,并将键占位符替换为您仪表板中的一个键。
curl -X PUT https://api.zinndigital.com/v1/visibility/targets/{targetId}/review-profiles \
-H "Authorization: Bearer zdk_live_…" \
-H "Content-Type: application/json" \
-d '{ "profiles": <ReviewProfile[]> }'已登录?您仪表板中的 API 控制台会自动填入您真实的组织 ID 和您自己的密钥,并针对实时 API 运行请求,以便您查看实际的响应。 在 API 控制台中打开此端点
详细信息
A business is identified by a `place_id` at Google, a domain at Trustpilot and a `url_path` at Tripadvisor, and a search for a common trading name legitimately returns several records. The **customer confirms** which are theirs and the confirmed set is what the weekly reputation check refreshes. Nothing picks a profile automatically. Doing so would, for every chain and every shared trading name, report a stranger's reviews on a paying customer's dashboard.
参数
| 名称 | 类型 | 必填 | 内容简介 |
|---|---|---|---|
targetId (path) | Uuid | 是 | The watched domain's id. |
请求正文
| 名称 | 类型 | 必填 | 内容简介 |
|---|---|---|---|
profiles | ReviewProfile[] | 是 | — |
响应
| 名称 | 类型 | 必填 | 内容简介 |
|---|---|---|---|
id | Uuid | 是 | UUIDv7 identifier — sortable by creation time (docs/02 §8). |
domain | string | 是 | The hostname |
label | string | 否 | The customer's own label for this domain. |
brand | string | 否 | The trading name to look for in an answer engine's reply. Genuinely separate from the domain — an answer that recommends a business by name without printing its URL has still me… |
category | string | 否 | What this business sells, in the customer's own words. The questions asked of the answer engines are built from it, so it is the single field that decides whether an AI-visibili… |
market | string | 否 | Where the business sells. Used with `category` to build the questions. |
is_external | boolean | 是 | True when this is not a domain hosted with us — a competitor or a prospect. Only external targets count against the plan's allowance. |
site_id | string | 否 | The site this target corresponds to, when it is one of ours. |
kinds | VisibilityAuditKind[] | 是 | — |
cadence_days | integer | 是 | Days between scheduled audits. `0` means paused — **not** deleted. History and settings survive and it resumes with no further action. |
next_due_at | string | 否 | — |
last_audit_at | string | 否 | — |
review_profiles | ReviewProfile[] | 否 | — |
products | TrackedProduct[] | 否 | The products this organisation has asked us to price-track. |
merchant_names | string[] | 否 | How this business appears as a **seller** on the marketplaces. Confirmed by the customer and never inferred: Google Shopping publishes a seller name and no domain on its listing… |
keywords | TrackedKeyword[] | 否 | The search phrases this organisation tracks its position for. Customer-supplied and never derived: asking a vendor which phrases a domain already ranks for would return exactly… |
此端点可能返回的错误
401 · 403 · 404 · 422