Get Settings

GET /api/console/connect/get_settings

Query Parameters

{
   "data":{    
   "nft_access_only": false,
    "token_gated_access_only": false,
    "block_chainabuse_address": false,
    "log_user_logins": false,
    "blockpass_clientid": "",
    "blockpass_apikey": "",
    "enable_dot": false,
    "enable_flow": false,
    "country_blocklist": "AF",
    "custom_jwt_claim": "{\n  \"user-id\": \"[USER_ID]\",\n  \"email\": \"[USER_EMAIL]\"\n}",
    "enable_nft_gating": false,
    "access_allowlist_only": false,
    "accept_custom_fields_on_registeration": false,
    "enable_token_gating": false,
    "unlink_wallet": false,
    "enable_eth": false,
    "enable_glmr": false,
    "enable_bnb": false,
    "enable_avax": false,
    "enable_matic": false,
    "enable_sol": false,
    "enable_ftm": false,
    "enable_movr": false,
    "token_gating_contract_address": "",
    "token_gating_amount_required": "",
    "enable_api": true,
    "api_ip_whitelist": false,
    "api_key": "API_KEY"
    }
}

Last updated