cURL
curl --request GET \ --url https://api.togai.com/features \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "feature.1zYnCiM9Bpg.lv25y", "name": "DiscountCredits", "displayName": "DiscountCredits", "schemaCount": 2, "createdAt": "2020-01-01T00:00:00Z", "updatedAt": "2020-01-01T00:00:00Z" } ], "nextToken": "eyJsYXN0SXRlbUlkIjogInN0cmluZyIsICJwYWdlU2l6ZSI6IDEwMCwgInNvcnRPcmRlciI6ICJhc2MifQ==", "context": { "pageSize": 10 } }
Get a list of features along with its associations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"eyJsYXN0SXRlbUlkIjogInN0cmluZyIsICJwYWdlU2l6ZSI6IDEwMCwgInNvcnRPcmRlciI6ICJhc2MifQ=="
10
Response for list Feature request
Show child attributes
Display name of feature. This is an auto-generated field which contains billableName of feature. If billableName is not provided, name will be used as display name.
255
ASC
DESC