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 } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes