Name | Type | Description | |
---|---|---|---|
user_id | number | User Id | |
limit | number | Limit | |
api_key | string | Your API-key |
{
"api_key" : {{apikey}},
"user_id":511101,
"limit":3
}
curl --location --request POST 'https://api.yelo.red/open/getAllProductTags' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"user_id":511101,
"limit":3
}'
{}