Skip to main content
POST
Create a customer

Authorizations

Authorization
string
header
required

Body

application/json
email
string
required
Example:

"john@example.com"

phone
string
Example:

237600000000

name
string
Example:

"John Doe"

company_name
string
Example:

"ACME Inc"

metadata
object
address
object
billing
object

Response

Customer created

code
integer
required
Example:

201

status
string
required
Example:

"Created"

message
string
required
Example:

"Customer created successfully"

customer
any
required