Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string
required
name
string
required
metadata
Metadata · object

Additional metadata for the customer

phone_number
string | null

Response

business_id
string
required
created_at
string<date-time>
required
customer_id
string
required
email
string
required
name
string
required
metadata
Metadata · object

Additional metadata for the customer

phone_number
string | null
Last modified on March 25, 2026