Hanzo
API Reference

Hanzo CRM API

Per-org CRM for Hanzo Cloud — the `/v1/crm/*` surface served by the cloud

Per-org CRM for Hanzo Cloud — the /v1/crm/* surface served by the cloud

Hanzo CRM API · All API references →

Base URLhttps://api.hanzo.ai
Version1.0.0
Operations16

Authentication

  • bearerAuth — HTTP bearer

All Hanzo APIs share one bearer credential and common error and pagination conventions. See API conventions.

curl -H "Authorization: Bearer $HANZO_API_KEY" https://api.hanzo.ai

Endpoints

Companies

MethodEndpointDescription
GET/v1/crm/companiesList companies
POST/v1/crm/companiesCreate a company
GET/v1/crm/companies/{id}Company detail
PUT/v1/crm/companies/{id}Update a company
DELETE/v1/crm/companies/{id}Delete a company (clears dangling contact/opportunity refs)

Contacts

MethodEndpointDescription
GET/v1/crm/contactsList contacts
POST/v1/crm/contactsCreate a contact
GET/v1/crm/contacts/{id}Contact detail
PUT/v1/crm/contacts/{id}Update a contact
DELETE/v1/crm/contacts/{id}Delete a contact (clears opportunity point-of-contact refs)

Opportunities

MethodEndpointDescription
GET/v1/crm/opportunitiesList opportunities
POST/v1/crm/opportunitiesCreate an opportunity
GET/v1/crm/opportunities/{id}Opportunity detail
PUT/v1/crm/opportunities/{id}Update an opportunity
DELETE/v1/crm/opportunities/{id}Delete an opportunity

Summary

MethodEndpointDescription
GET/v1/crm/summaryPer-org row counts (companies / contacts / opportunities)

All Hanzo APIs · OpenAPI spec

How is this guide?

On this page