Skip to main content
POST
Create Invoicing Customer

Authorizations

x-api-key
string
header
required

Your Meow API key, sent in the x-api-key header for authentication.

Headers

x-entity-id
string<uuid>

Optional entity_id to scope requests to a specific entity.

Body

application/json
nickname
string
required

Display name for the customer.

Minimum string length: 1
email
string<email>
required

Address invoices are sent to.

address
AddressRequest · object | null

Billing address shown on the invoice.

Response

Successful Response

id
string<uuid>
required

The unique identifier for the customer.

nickname
string
required

The customer's nickname.

created_time
string<date-time>
required

The timestamp when the customer was created.

email
string<email> | null

The customer's email address.

address
AddressResponse · object | null

The customer's address details.

updated_time
string<date-time> | null

The timestamp when the customer was last updated.