Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api-staging.unbridaled.ai/api/v2/diamonds/{sku}/is_in_stock \ --header 'Authorization: Bearer <token>'
{ "available": true }
Verify if a diamond sku is in stock
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
SKU to check if currently in stock.
OK