| Parameter | Type | Description |
|---|---|---|
| api_key | string | Your API-key |
| marketplace_user_id | number | Your marketplace user id |
{
"api_key" : {{apikey}} ,
"marketplace_user_id" : 510001
}curl --location 'https://api.yelo.red/open/businessCategory/getCategoryDashboard' \
--header 'Content-Type: application/json' \
--data '{
"api_key" : {{apikey}} ,
"marketplace_user_id" : 510001
}'{}