Name | Type | Description | |
---|
api_key | string | Your API-key |
|
template_id | number | template_id | |
marketplace_user_id | number | marketplace user id | |
Request
Body Params application/json
{
"api_key" : {{apikey}},
"template_id" : 0,
"marketplace_user_id" : 510001
}
Request Code Samples
curl --location --request POST 'https://api.yelo.red/open/themes/getTemplate' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"template_id" : 0,
"marketplace_user_id" : 510001
}'
Responses
application/json Modified at 2024-04-17 07:11:33