Loyalty
Use X-Cookie header instead of Cookie header in "try out" section. Use Cookie header while testing in postman or other tools. Some commerce applications may support 'sesionid' instead of 'osessionid'.
osessionid=abc123Language preference (for multilingual content). Supported languages: tr, en, ar, ru, de, fr
trExample: trPossible values: Successful response
Loyalty balance response
Total loyalty balance (in active currency). If balance is 0: either no account in this currency or fully consumed.
1499826.68Authentication credentials were not provided.
GET /account/loyalty-account-balance/ HTTP/1.1
Host: sandbox.akinon.com
X-Cookie: osessionid=abc123
Accept: */*
{
"balance": 1499826.68
}Page number (starts from 1)
1Example: 1Number of records per page
10Example: 10Use X-Cookie header instead of Cookie header in "try out" section. Use Cookie header while testing in postman or other tools. Some commerce applications may support 'sesionid' instead of 'osessionid'.
osessionid=abc123Language preference (for multilingual content). Supported languages: tr, en, ar, ru, de, fr
trExample: trPossible values: Successful response
Paginated loyalty transfer list
Total record count
150Next page URL (if any)
https://sandbox.akinon.com/account/loyalty/?page=2Previous page URL (if any)
Authentication credentials were not provided.
GET /account/loyalty/ HTTP/1.1
Host: sandbox.akinon.com
X-Cookie: osessionid=abc123
Accept: */*
{
"count": 150,
"next": "https://sandbox.akinon.com/account/loyalty/?page=2",
"previous": null,
"results": [
{
"amount": "250.50",
"currency": {
"value": "try",
"label": "TRY"
},
"created_date": "2025-11-01T14:30:00Z",
"transaction": {
"order": "ORD-2025-001234",
"created_date": "2025-11-01T14:30:00Z"
}
},
{
"amount": "-100.00",
"currency": {
"value": "try",
"label": "TRY"
},
"created_date": "2025-10-28T10:15:00Z",
"transaction": {
"order": "ORD-2025-001200",
"created_date": "2025-10-28T10:15:00Z"
}
},
{
"amount": "180.25",
"currency": {
"value": "try",
"label": "TRY"
},
"created_date": "2025-10-25T16:45:00Z",
"transaction": {
"order": "ORD-2025-001180",
"created_date": "2025-10-25T16:45:00Z"
}
},
{
"amount": "-50.00",
"currency": {
"value": "try",
"label": "TRY"
},
"created_date": "2025-10-20T12:00:00Z",
"transaction": {
"order": "ORD-2025-001150",
"created_date": "2025-10-20T12:00:00Z"
}
}
]
}Last updated
Was this helpful?

