v1

latestOpenAPI 3.1.02026-07-24770322.0 KB

Retrieve Product

This API endpoint retrieves a specific product.

get/v1/products/{id}

Path parameters

idstring required

The unique ID of the product you want to retrieve.

Response

200

createdAtstring
idstring
imageUrlsstring[]
namestring
objectstring
descriptionstring
statusstring
updatedAtstring

Example response

{
  "createdAt": "2024-04-12T17:26:52.759700459Z",
  "id": "6851543f-399b-43ee-b3d0-ef681ec3fd6d",
  "imageUrls": [
    "https://lightout-portal.s3-accelerate.amazonaws.com/public/Tr8pJhPzp/images/products/b064ff49-2137-49d9-b036-a3c7f6fcb2bf/babbaae9-6775-41be-9e79-d90254cb3c0d"
  ],
  "name": "Website design",
  "object": "product",
  "description": "<div><h1>Professional design</h1><p>Our design services are provided by experienced individuals with industry experience.</p></div>",
  "status": "active"
}