Name | Type | Description | |
---|
|
marketplace_user_id | number | marketplace user id | |
api_key | string | Your API-key | |
user_id | number | user id | |
user_type | number | 2 : for admin, 3 : for merchant | |
menu_id | number | menu id | |
start | numbe | start | |
length | number | menu length | |
Request
Body Params application/json
{
"marketplace_user_id" : 510001,
"api_key" : {{apikey}},
"user_id" : 510001,
"user_type" : 2,
"menu_id" : 123,
"start" : 1,
"length" : 10
}
Request Code Samples
curl --location --request POST 'https://api.yelo.red/open/menu/get' \
--header 'Content-Type: application/json' \
--data-raw '{
"marketplace_user_id" : 510001,
"api_key" : {{apikey}},
"user_id" : 510001,
"user_type" : 2,
"menu_id" : 123,
"start" : 1,
"length" : 10
}'
Responses
application/json Modified at 2024-04-17 07:11:33