marketing.read- Marketing Read OnlyAuthorization: Bearer ********************curl --location --request GET 'https://api.salla.dev/admin/v2/affiliates' \
--header 'Authorization: Bearer <token>'{
"status": 200,
"success": true,
"data": [
{
"id": 611208326,
"title": "Affiliate Test",
"type": "public",
"apply_to": "first-second-order",
"commission": {
"type": "percent",
"value": 50,
"minimum_apply": 0
},
"discount": {
"type": "percent",
"value": 50
},
"scopes": [
{
"id": 1234567,
"name": "salla-store",
"type": "store",
"link": "https://salla.sa/intend/1234567",
"operation": "include",
"thumbnail": "https://cdn.salla.sa/oEGE/03m2U2cnDGZck7WZNEDJgzMrrtH3MsBmMKXhoIV1.png"
}
],
"start_date": "",
"end_date": "",
"status": "active"
}
],
"pagination": {
"count": 1,
"total": 1,
"perPage": 15,
"currentPage": 1,
"totalPages": 1,
"links": []
}
}