Skip to main content
POST
Create Customer

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Body

application/json
Email
string<email>
required

Primary account email of the customer to create.

Minimum string length: 1
FirstName
string | null

Customer's first name.

LastName
string | null

Customer's last name.

Country
string | null

Customer's country.

BillingEmail
string | null

Email for receiving invoices and billing updates.

CompanyName
string | null

Customer's company name.

CompanyVatNumber
string | null

Customer's company VAT number.

InternalNotes
string | null

Internal notes about the customer, visible only to partner admins.

Response

Customer created and welcome email sent.

CustomerUserId
string | null

Id of the newly created customer user.

Last modified on August 12, 2026