GET
/
v1
/
products
/
{id}
curl --request GET \
  --url https://api.roastify.app/v1/products/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "clyd67824rn3f78g0f8j9",
  "createdAt": "2024-02-19T17:09:28.925Z",
  "title": "12oz Coffee Box",
  "description": "<string>",
  "imageUrl": "https://d13jwb0zul8vwm.cloudfront.net/design-upload/02288a8b-8644-487a-b8f9-297fe779cc97.jpeg",
  "productType": "CoffeeBox12oz"
}

Authorizations

x-api-key
string
header
required

The API key to authenticate requests provided by Roastify. A Base or Pro plan is required to use the API.

Path Parameters

id
string
required

The ID of the product

Example:

"clyd67824rn3f78g0f8j9"

Response

200
application/json

Returns a product by ID in your Roastify Merchant account

The response is of type object.