Create Customer

View as Markdown
Creates a customer profile.

Authentication

AuthorizationBearer

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

identitystring
The identity for the active project.

Request

This endpoint expects an object.
typestringRequired
emailstringRequiredformat: "email"
phonestringRequired
last_namestringRequired
first_namestringRequired
display_namestringRequired
currency_codestringRequired
billing_addressobjectRequired
shipping_addressobjectRequired

Response

Created
dataobject
statusboolean
messagestring