Hanzo
OpenapiPricing

Refreshes the third-party section of the catalog from its upstream listings and…

Refreshes the third-party section of the catalog from its upstream listings and returns the time the refreshed catalog was stamped with.

POST /v1/pricing/sync

Addresshttps://api.hanzo.ai/v1/pricing/sync
MethodPOST
Operationpost_pricing_sync
AuthAuthorization: Bearer $HANZO_API_KEY

Refreshes the third-party section of the catalog from its upstream listings and returns the time the refreshed catalog was stamped with. The fetch runs in Go and the markup transform in the pricing bundle. SuperAdmin only; every other caller is refused.

Request

The document declares no body for POST /v1/pricing/sync. The handler is typed in cloud but its shape is not yet emitted, so the fields are not listed here — ask the MCP door's describe for post_pricing_sync, which answers from the running route.

Response

StatusBodyMeaning
200pricingSyncOutok

200 body — 2 fields.

FieldInTypeAlwaysDescription
statusbodystringStatus is "ok" when the sync completed.
updatedbodystringUpdated is the RFC 3339 time the refreshed catalog was stamped with.

Failure carries the platform error shape — see Errors.

Examples

hanzo pricing sync

Pricing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page