Hanzo
OpenapiProjects

The site's browser tag set for the hosted tag — which pixels to inject, by…

Returns the client-side pixels the SITE has connected (GA4, Google Ads, LinkedIn, Meta, Pinterest, Reddit, TikTok, X) with their NON-SECRET ids, so the…

GET /v1/projects/tags

Addresshttps://api.hanzo.ai/v1/projects/tags
MethodGET
Operationget_projects_tags
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the client-side pixels the SITE has connected (GA4, Google Ads, LinkedIn, Meta, Pinterest, Reddit, TikTok, X) with their NON-SECRET ids, so the hosted tag injects them first-party and stamps each browser event with the same event_id the server-side Conversions API uses — deduping the two. Resolved per site: by the publishable key on ?key= when it names a project, else by the request host, so hanzo.ai and hanzo.chat carry different tags under one org. WITHOUT a resolvable site it answers an empty set at 200 — a page never breaks on its tag config.

Request

GET /v1/projects/tags takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
2XXtagConfigSuccess

2XX body — 4 fields.

FieldInTypeAlwaysDescription
tagsbodybrowserTagOut[]
tags[].idbodystring
tags[].platformbodystring
tags[].typebodystring

Failure carries the platform error shape — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Projects API · All Hanzo APIs · Interactive reference

How is this guide?

On this page