Hanzo
OpenapiCommerce

List what one unit of each metered thing costs

Returns the rate authority's rows — the prices every metered charge resolves against.

GET /v1/commerce/rates/entries

Addresshttps://api.hanzo.ai/v1/commerce/rates/entries
MethodGET
Operationget_commerce_rates_entries
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the rate authority's rows — the prices every metered charge resolves against. Narrow with ?product= to show one surface at a time rather than every rate at once. SuperAdmin only: a rate is cross-tenant money, so the handler asks for the reserved admin org's owner claim itself rather than trusting the bundle's token gate.

Request

GET /v1/commerce/rates/entries takes no parameters and no body — the credential is the whole request.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — 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.


Commerce API · All Hanzo APIs · Interactive reference

How is this guide?

On this page