Skip to main content
POST
Create customer

Authorizations

Authorization
string
header
default:<api_key>
required

API key (sk_live_…). Send as Authorization: Bearer <api_key>.

Body

application/json

Customer name and optional external_customer_id.

name
string
required
Required string length: 1 - 200
external_customer_id
string | null

Optional integration id. Unique per account owner when set. Empty string clears to null.

Maximum string length: 200

Response

Success

The response is of type object.