Integration
Use this endpoint to validate the current status of a product before sending a purchase request.
https://bs.hydracidx.com/api/products/{product_id}/This API is useful if you want to validate the status of a product before buying that product.
Authorization: Token YOUR_STATIC_URL_TOKENThis endpoint uses a single parameter directly in the request path.
The public product identifier for the exact product you want to validate.
curl --request GET \
--url "https://hydracidx.com/api/products/3d00a9a2-df70-4d60-9dd3-8f2dc188646a/" \
--header "Authorization: Token YOUR_STATIC_URL_TOKEN"{
"product_id": "3d00a9a2-df70-4d60-9dd3-8f2dc188646a",
"name": "Office 2024 HB Retail Phone",
"key_desc": "Office24_HomeBusiness2024R_Retail",
"stock": 1,
"unit_price": "10.00",
"wholesale_price": "7.99",
"pricing_tiers": {
"qty_1_4": "10.00",
"qty_5_9": "9.33",
"qty_10_19": "9.00",
"qty_20_plus": "7.99"
},
"warranty_days": 1,
"acts_remaining": null,
"download_url": "",
"duration_days": null
}