Skip to main content
POST
Create customer

Authorizations

Authorization
string
header
required

API key authentication via Bearer token

Body

application/json
businessId
string<uuid>
required
type
string
required
contactId
string<uuid> | null
name
string | null
email
string | null
phone
string | null
notes
string | null
status
string | null
customerSince
string<date-time> | null
data
object | null

Response

Customer created successfully

data
object
required
meta
object
Last modified on August 9, 2026