Get Settings API Documentation

    Introduction

    The Get Settings API allows clients to retrieve global settings from the database.

    Endpoint

    Method: GET
    URL: /get-settings

    Response

    • 200 OK
    • 500 Internal Server Error: Error occurred while retrieving global settings.

    Example Response (200 OK)

    {
        "key": "value",
        "key2": "value2",
    }