GET
/
v1
/
catalog
/
products
curl --request GET \
  --url https://api.roastify.app/v1/catalog/products \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "clyd67824rn3f78g0f8j9",
    "title": "12oz Coffee Box",
    "description": "<string>",
    "imageUrl": "https://acme.com/12oz-coffee-bag.png",
    "productType": "12ozCoffeeBox",
    "productCategory": "Coffee",
    "dielineTemplateUrl": "https://acme.com/12oz-coffee-bag-dieline.png",
    "variants": 8,
    "plan": "pro"
  }
]

Authorizations

x-api-key
string
header
required

The API key to authenticate requests provided by Roastify. If you do not have an API key, please contact [email protected]

Response

200
application/json
Get all available products in the catalog

The response is of type object[].