Skip to main content
POST
NodeJs

Autorisations

Authorization
string
header
requis

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

Corps

application/json
email
string<email>
requis

Customer's email address.

phone_number
object

Customer's phone number.

firstname
string

Customer's first name.

lastname
string

Customer's last name.

Réponse

Customer created successfully.

id
integer

Customer ID.

firstname
string

Customer's first name.

lastname
string

Customer's last name.

full_name
string

Customer's full name.

email
string<email>

Customer's email address.

account_id
integer

ID of the customer's account.

phone_number_id
integer

ID of the customer's phone number.

created_at
string<date-time>

Date and time of customer creation.

updated_at
string<date-time>

Date and time of last customer update.

deleted_at
string<date-time>

Date and time of customer deletion (if applicable).