cURL
curl --request GET \ --url https://api.togai.com/settings \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "TogaiSetting", "value": "INR", "entityType": "ORGANIZATION", "entityId": "XlK5h64gND", "namespace": "togai", "name": "Settings Name", "dataType": "STRING" } ], "nextToken": "eyJsYXN0SXRlbUlkIjogInN0cmluZyIsICJwYWdlU2l6ZSI6IDEwMCwgInNvcnRPcmRlciI6ICJhc2MifQ==", "context": { "pageSize": 10 } }
List settings
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"eyJsYXN0SXRlbUlkIjogInN0cmluZyIsICJwYWdlU2l6ZSI6IDEwMCwgInNvcnRPcmRlciI6ICJhc2MifQ=="
10
"ACCOUNT"
"acc_X1Df3sRf3"
"USER"
Response for list setting request
Show child attributes
STRING
NUMERIC
JSON
JSON_LOGIC
ASC
DESC