🔐
w3auth
  • Welcome!
  • Installing
  • CORS
  • Authentication Flow
  • Integration Example
  • KYC
  • External Backend
  • API Reference
    • Active Chains
    • Nonce
    • Verify nonce
    • Link Wallet
    • Unlink Wallet
    • Profile & Custom fields
    • Logout
  • Package
    • React JS
  • Connect API
    • Enable API
    • User details
    • Allowlist Address
    • Blocklist Address
    • Get Settings
    • NFT Gating
    • Token Gating
Powered by GitBook
On this page
  1. Connect API

Get Settings

GET /api/console/connect/get_settings

Query Parameters

Name
Type
Description

api_key*

String

Your API Key

{
   "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"
    }
}
{
    "error": "Invalid API Key"
}
PreviousBlocklist AddressNextNFT Gating

Last updated 2 years ago