Exports Logs
Production
https://api.salla.dev/admin/v2
Production
https://api.salla.dev/admin/v2
GET
https://api.salla.dev/admin/v2
Exports
Last modified:2025-02-04 11:02:03
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.salla.dev/admin/v2/exports/logs?event=&from=&to&employee'
Response Response Example
200 - Success
{
"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"
}
]
}
Request
Query Params
event
enum<string>
optional
Allowed values:
product.createdproduct.updatedproduct.deletedproduct.status.changed.hiddenproduct.status.changed.salecustomer.createdcustomer.updatedcustomer.bannedcustomer.unbannedcustomer.add.to.groupcustomer.group.createdcustomer.group.updated
from
string
optional
to
string
optional
employee
integer
optional
Responses
Modified at 2025-02-04 11:02:03