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