Name | Type | Description | |
---|
api_key | string | Your API-key | |
marketplace_user_id | number | ID of the user in the marketplace | |
Request
Body Params application/json
marketplace_user_id
integerÂ
required{
"api_key": "{{api_key}}",
"marketplace_user_id": 12345
}
Request samples
curl --location --request POST 'https://api.yelo.red/open/marketplace/getCancellationReason/dashboard' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key": "eagagg3467sadkjhfi",
"marketplace_user_id": 12345
}'
Responses
application/json Modified at 2025-05-20 06:53:19