GET
/
api
/
v0
/
products
/
{id}
Get a product by ID
curl --request GET \
  --url https://api.devdraft.ai/api/v0/products/{id} \
  --header 'x-client-secret: <api-key>'

Authorizations

x-client-secret
string
header
required

Your secret API key. Keep this secure and never expose it in client-side code.

Path Parameters

id
string
required

Product ID

Response

200

Return the product.