Create a customer
Creates a new customer for the authenticated company.
Authentication
AuthorizationBearer
API key obtained from the Afternoon dashboard
Request
This endpoint expects an object.
name
Business or display name
first_name
Contact first name
last_name
Contact last name
email
Primary email address
phone
Phone number
url
Website URL
external_id
Your internal identifier for this customer
billing_address
Billing address
shipping_address
Shipping address
Response
Customer created
success
customer
request_id
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error
