cURL
curl --request GET \ --url https://api.meow.com/v1/billing/products \ --header 'x-api-key: <api-key>'
[ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "default_price": "<string>", "description": "<string>" } ]
Returns a list of all products to be used with invoicing.
Your Meow API key for authentication
Optional entity ID for scoped access to entity-specific data
Successful Response
The unique identifier for the product
The name of the product
The default price of the product
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
The description of the product
Contact support