Verify if a diamond 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 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object