Retrieve all settings for the application
cURL
curl --request GET \ --url https://api.fluxend.app/admin/settings \ --header 'Authorization: <authorization>'
{ "content": [ { "createdAt": "<string>", "defaultValue": "<string>", "id": 123, "name": "<string>", "updatedAt": "<string>", "value": "<string>" } ], "errors": [ "<string>" ], "metadata": "<any>", "success": true }
Bearer Token
List of indexes
The response is of type object.
object