Hanzo
CLIDestination

Destination

5 `hanzo` commands for Destination, each calling one operation on api.hanzo.ai.

Package destinations is your events forwarded to the ad and analytics tools you use.

5 commands · API reference →

CommandCallsWhat it does
hanzo destinations test <platform>POST /v1/destination/{platform}/testSends ONE synthetic pageview through the connected destination end to end and reports what the platform said.
hanzo destinations get <platform>GET /v1/destination/{platform}Reports one destination's card for the caller's org — its config fields, its connection state, and whether a credential…
hanzo destinations add <platform>POST /v1/destination/{platform}Connect one conversion destination for your org, or update the one you have
hanzo destinations rm <platform>DELETE /v1/destination/{platform}Forgets a destination for the caller's org: every credential held in KMS, then the stored config.
hanzo destinations listGET /v1/destinationReports every destination this deployment can forward to, each with the caller org's connection state: whether it is…

How is this guide?