Skip to main content
GET
/
api
/
v3
/
diamonds
/
{sku}
/
is_in_stock
Is Diamond In Stock
curl --request GET \
  --url https://api-staging.unbridaled.ai/api/v3/diamonds/{sku}/is_in_stock
{
  "available": true
}

Path Parameters

sku
string
required

SKU of the diamond to check.

Response

OK

available
boolean

Whether the diamond is currently in stock.