Skip to main content
POST
Create a new customer account

Authorizations

x-api-key
string
header
required

Body

application/json
firstName
string
required
lastName
string
required
emailAddress
string<email>
required
mobileNumber
string
required
dateOfBirth
string<date>
required
address
string
required
city
string
required
country
string
required
type
enum<string>
required
Available options:
individual
middleName
string
metadata
object

Response

Customer created successfully

status
enum<string>
required
Available options:
success,
error
statusCode
integer
required
message
string
required
data
object
required