Skip to content

App Optional Features

Optional features provide unique functionality beyond the core app.

INFO

Features are managed through the Backstack dashboard with the API providing access to their settings.

Optional features collection

http
GET https://api.backstack.com/app/optional-features
?collection=true

Returns a collection list of optional features available for the current app version.

json
[
  {
    "id": "fea_1234567890",
    "title": "Extended Reporting", 
    "description": "Get more information out of the standard reports.",
    "more_info": "Detailed transactions|Visual graphs|Extended metrics",
    "image": "<svg>...</svg>",
    "fee": 1234, // cents
    "active": true
  },
  ...
]

Resources