Skip to main content
GET
/
features
TypeScript
import { Autumn } from 'autumn-js';

const autumn = new Autumn();

const features = await autumn.features.list();

console.log(features.list);
{
  "list": [
    {
      "id": "tokens",
      "name": "Tokens",
      "type": "single_use",
      "display": {
        "singular": "token",
        "plural": "tokens"
      },
      "credit_schema": null,
      "archived": false
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
list
object[]
required