Parameters
No parameters.
GET/products/v1/listings/{{listing_id}}/schedules_per_day
bash
curl https://api.tradly.app/products/v1/listings/{{listing_id}}/schedules_per_day \
-H "Authorization: Bearer YOUR_PUBLISHABLE_OR_SECRET_KEY" \
-H "Content-Type: application/json" \
-d '{}'RESPONSE
json
{
"status": true,
"data": {
"results": []
}
}