GET
/
api
/
v2
/
diamonds
/
{sku}
/
is_in_stock
curl --request GET \
  --url https://api-staging.unbridaled.ai/api/v2/diamonds/{sku}/is_in_stock \
  --header 'Authorization: Bearer <token>'
{
  "available": true
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

sku
string
required

Response

200 - application/json

The response is of type object.