Account Endpoints

/account/optional-features

An endpoint for an 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": "",
  "payload": {
    "list": [
      {
        "title": "Premium Support",
        "id": "premium-support",
        "timestamp": 1734879551,
        "active": true
      },
      ...
    ],
    ...
  }
}

Filters available:

  • all or empty - Default
  • activated - Events where the feature was activated
  • deactivated - Events where the feature was deactivated

Sorts available:

  • date_desc (9-0) - Default
  • date_asc (0-9)
  • title_asc (A-Z)
  • title_desc (Z-A)

Previous
/account/networks