Name | Type | Description | |
---|
api_key | string(requireed) | Your Api Key | |
domain_name | string(optional) | domain name | |
language | string(optional | language selected by customer | |
marketplace user id | string(required) | marketplace user id |
|
| | | |
Request
Body Params application/json
{
"api_key" : "{{api key}}",
"domain_name" : "mbeta-betaweb.red",
"language" : "en",
"marketplace_user_id" : 1234199
}
Request Code Samples
curl --location --request POST 'https://api.yelo.red/open/getAccountTranslations' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : "{{api key}}",
"domain_name" : "mbeta-betaweb.red",
"language" : "en",
"marketplace_user_id" : 1234199
}'
Responses
application/json Modified at 2025-05-20 06:54:35