Parameters
No parameters.
GET/products/v1/variant_types/{{variant_type_id}}/values/{{variant_type_value_id}}
bash
curl https://api.tradly.app/products/v1/variant_types/{{variant_type_id}}/values/{{variant_type_value_id}} \
-H "Authorization: Bearer YOUR_PUBLISHABLE_OR_SECRET_KEY" \
-H "Content-Type: application/json" \
-d '{}'RESPONSE
json
{
"status": true,
"data": {
"variant_type": {
"id": 1,
"name": "Size"
}
}
}