Name | Type | Description | |
---|
api_key | string | Your API-key | |
limit | number(optional) | limit | |
page_size | number(optional) | page size | |
job_id | number(optional) | job id | |
Request
Body Params application/json
{
"api_key" : {{apikey}},
"limit" : 10,
"page_size" : 10,
"job_id" : 123
}
Request Code Samples
curl --location --request POST 'https://api.yelo.red/open/orders/getDetails' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}},
"limit" : 10,
"page_size" : 10,
"job_id" : 123
}'
Responses
application/json Modified at 2024-04-17 07:11:33