exports.read
- Exports Read OnlyAuthorization: Bearer ********************
curl --location --request GET 'https://api.salla.dev/admin/v2/exports/logs?event=&from=&to&employee'
{
"status": 200,
"success": true,
"data": [
{
"type": "product-prices",
"user": {
"id": 46179442,
"name": "الامين يوسف"
},
"created_at": "2024-10-14 11:53:55",
"url": "https://zzzzzzz"
},
{
"type": "orders",
"user": {
"id": 46179442,
"name": "الامين يوسف"
},
"created_at": "2024-10-14 11:53:55",
"url": "https://zzzzzzz"
}
]
}