Hanzo

Referral

Package referrals is referral ATTRIBUTION: who referred whom, and whether that referee ever became a real customer.

Package referrals is referral ATTRIBUTION: who referred whom, and whether that referee ever became a real customer.

Base URLhttps://api.hanzo.ai
Operations2
AuthAuthorization: Bearer $HANZO_API_KEY

Specification

Specification pending — no HIP in hanzoai/hips declares capability: referral yet. What this capability serves is below, from the API document; what it is — the store it owns, how it meters, what it publishes — is written as a HIP under HIP-0139.

Four surfaces

SurfaceReaches this capability asCoverage
RESTreferral at its own prefix2 operations
CLIhanzo referrals …2 of 2
SDKno published client declares one yet — regenerating the clients is what adds them
MCPtool referrals on https://api.hanzo.ai/v1/mcp4 operations, 0 under the document's own id — ask describe for the rest

Quickstart

export HANZO_API_KEY=sk-...   # console.hanzo.ai → API keys

Then the first call — a read that needs nothing but the key. GET /v1/referral, operation get_referral:

hanzo referrals get

Answers 200 with object — ok.

Endpoints

EndpointWhat it does
POST /v1/referral/claimRecords that the caller's org signed up through a referral code.
GET /v1/referralReturns the caller's referral code, share link and the referrals they have made.

All Hanzo APIs · Interactive reference

How is this guide?

On this page