Skip to main content
GET
/
api
/
v1
/
products
/
{id}
Get Product
curl --request GET \
  --url https://{subdomain}.unicyfalcon.com/api/v1/products/{id}
Returns one product by UUID.

Path Parameters

  • id (string, required): Product UUID

Response

Single product object. 404 if not found.