MCP Gateway
ApiGateway settings

Get gateway settings

Get current user's gateway settings. Creates default settings (mode=auto, threshold=20) if none exist.

GET
/api/v1/settings/gateway

Authorization

User API Key
AuthorizationBearer <token>

User API key (mgw_usr_live_* or mgw_usr_test_*)

In: header

access_token?|

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/settings/gateway"
{
  "default_mode": "string",
  "auto_threshold": 0,
  "search_results_limit": 0
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}