HelpWave Developer DocsHelpWave Dev DocsReference-first docs for v1 customers and tickets APIs

Customers API

The customers routes let you create a customer or fetch one by ID. Both routes require a valid API key and both are constrained to the shopDomain resolved from that key.

Create
POST /api/v1/customers

Create a customer inside the API-key shop scope, with built-in deduplication by email or phone_number.

Open reference