Account Endpoints
/account/optional-features
An endpoint for the current account's history of optional feature activations.
Optional features history
GET /account/optional-features
Returns a records list of the current accounts optional features history.
{
"success": true,
"message": "",
"data": {
"list": [
{
"title": "Premium Support",
"id": "premium-support",
"timestamp": 1734879551,
"active": true
},
...
],
...
}
}
Filters available:
allor empty - Defaultactivated- Events where the feature was activateddeactivated- Events where the feature was deactivated
Sorts available:
date_desc(9-0) - Defaultdate_asc(0-9)title_asc(A-Z) - Defaulttitle_desc(Z-A)