client-reports

GET /v1/public/client-reports/{token}

A shared report, as a web page. Unauthenticated.

All client-reports endpoints

All developer docs →

Authentication

This endpoint is public. It takes no credential and no organisation — it is what our own marketing site and AI answer engines read.

This endpoint takes no organisation id. Your key already identifies the organisation it belongs to, and the response is scoped to it.

Try it

Replace anything in angle brackets with your own values, and the key placeholder with a key from your dashboard.

curl -X GET https://api.zinndigital.com/v1/public/client-reports/{token}

Signed in? The API console in your dashboard fills in your real organisation id and your own key, and runs the request against the live API so you can see the actual response. Open this endpoint in the API console

Details

⛔ No authentication. The reader is the agency's client and has no account; the token is the whole authorisation and reaches one report. Revoked, expired and unknown tokens all answer 404, so the endpoint confirms nothing about which tokens exist. noindex, no script, nothing fetched.

Parameters

NameTypeRequiredWhat it is
token (path)stringYes—
locale (query)stringNo—

Errors this endpoint can return

404 · 429