Name | Type | Description | |
---|---|---|---|
api_key | string | Your API-key | |
customize_id | number | customize_id | |
product_id | number | product_id |
{
"api_key" : {{apikey}},
"customize_id" : 456548,
"product_id" : 409973
}
curl --location --request POST 'https://api.yelo.red/open/product/getCustomization' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"customize_id" : 456548,
"product_id" : 409973
}'
{}