ApiGateway settings
Get gateway settings
Get current user's gateway settings. Creates default settings (mode=auto, threshold=20) if none exist.
Authorization
User API Key AuthorizationBearer <token>
User API key (mgw_usr_live_* or mgw_usr_test_*)
In: header
Cookie Parameters
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"
}
]
}