Typescript
const features = await autumn.features.list();
{ "list": [ { "id": "messages", "name": "Messages", "type": "single_use", "display": { "singular": "message", "plural": "messages" }, "archived": false } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Features retrieved successfully
The response is of type object.
object