Skip to main content
GET
/
billing
/
products
/
{product_id}
Get Product by ID
curl --request GET \
  --url https://api.meow.com/v1/billing/products/{product_id} \
  --header 'x-api-key: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "default_price": "<string>",
  "description": "<string>"
}

Authorizations

x-api-key
string
header
required

Your Meow API key for authentication

Headers

x-entity-id
string<uuid>

Optional entity ID for scoped access to entity-specific data

Path Parameters

product_id
string<uuid>
required

Response

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