Skip to main content
GET
List Products

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 product.

name
string
required

The name of the product.

default_price
string
required

The default price of the product.

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
description
string | null

The description of the product.