cURL
curl --request GET \ --url https://api.kyren.top/v1/products/{id} \ --header 'x-api-key: <api-key>'
{ "code": 0, "message": "success", "data": { "id": "<string>", "name": "<string>", "description": "<string>", "image": "<string>", "price": 123, "currency": "<string>", "status": "ACTIVE", "metadata": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Retrieves the details of an existing product.
Your API key. Use kyren_live_* for production and kyren_test_* for testing.
kyren_live_*
kyren_test_*
The unique identifier of the resource
The product object
0
"success"
Show child attributes