Typescript
import { Autumn } from 'autumn-js'; const autumn = new Autumn(); const { data, error } = await autumn.features.list();
{ "list": [ { "id": "tokens", "name": "Tokens", "type": "single_use", "display": { "singular": "token", "plural": "tokens" }, "credit_schema": null, "archived": false } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes