Skip to main content
GET
List Invoicing Customers

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.

Response

200 - application/json

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.