Skip to main content
POST
Create a customer

Authorizations

Authorization
string
header
required

Pass your API key as a Bearer token: Authorization: Bearer ld_live_...

Body

application/json
email
string<email>
required

Customer's email address

firstName
string
required

Customer's first name

lastName
string
required

Customer's last name

type
enum<string>
default:individual

Customer type

Available options:
individual,
business
phone
string

Customer's phone number

Response

Customer created

ok
enum<boolean>
required
Available options:
true
data
object
required