GET
/
features
TypeScript
const features = await autumn.features.list();
{
  "list": [
    {
      "id": "messages",
      "name": "Messages",
      "type": "single_use",
      "display": {
        "singular": "message",
        "plural": "messages"
      },
      "archived": false
    }
  ]
}
const features = await autumn.features.list();
{
  "list": [
    {
      "id": "messages",
      "name": "Messages",
      "type": "single_use",
      "display": {
        "singular": "message",
        "plural": "messages"
      },
      "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

Features retrieved successfully

The response is of type object.