Name | Type | Description | |
---|
api_key | string | Your API-key | |
marketplace_user_id | number(optional) | Your marketplace user id | |
user_id | number | Your user_id | |
user_type | number | For admin enter 2, For merchant enter 3 | |
start | number(optional) | enter the start number | |
length | number(optional) | records limit | |
created_by | number | created by which user | |
Request
Body Params application/json
{
"api_key" : "{{apikey}}",
"marketplace_user_id" : 510001,
"user_id" : 510001,
"user_type" : 2,
"start" : 1,
"length" : 10,
"created_by" : 0
}
Request Code Samples
curl --location --request POST 'https://api.yelo.red/open/acl/getRole' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : "{{apikey}}",
"marketplace_user_id" : 510001,
"user_id" : 510001,
"user_type" : 2,
"start" : 1,
"length" : 10,
"created_by" : 0
}'
Responses
application/json Modified at 2025-05-20 06:55:59