What the reviewer sees
There is one link per workspace. Whoever holds it can see that workspace’s suggested changes: what the change is, why, where it lands, the current and proposed text, and the source links (onlyhttp and https links are shown).
For each one they can approve, or decline with a reason: wrong, not now, already done, or never touch this.
They cannot see settings, billing, analytics, tasks, outreach contacts, or any other workspace.
Creating and revoking it
Create it from the workspace’s card on Clients, under Client link.- The link is valid for 90 days.
- New link replaces it. The old link stops working immediately.
- Turn off revokes it.
What an approval does
An approval through the link is the same approval as one in the workspace, recorded as Client reviewer (shared link) so you can tell who said yes.- Approvals are refused when the org’s credits are used up.
- Declines always go through.
Over the API
Dashboard routes (signed-in session):GET,POSTandDELETE /v2/projects/{id}/reviewer-linkread, create or replace, and revoke the link. Each answers{active, token?, url?, issued_at?, expires_at?}.
GET /v1/review/{token}: the suggested changes.POST /v1/review/{token}/items/{itemId}/approvePOST /v1/review/{token}/items/{itemId}/declinewith{"reason": "wrong" | "not_now" | "already_done" | "never_touch"}.