{
    "name": "NetSuite Connector (OAuth 1.0)",
    "connector_type": "netsuite_oauth1",
    "base_url": "https://{{account_name}}.suitetalk.api.netsuite.com",
    "auth_type": "27",
    "auth_url": "",
    "config": {
        "consumer_key": "",
        "consumer_secret": "",
        "access_token": "",
        "token_secret": "",
        "signature_method": "HMAC-SHA256",
        "realm": "{{account_name}}",
        "redirect_url": "",
        "version": "1.0",
        "timestamp": "",
        "nonce": "",
        "include_body_hash": false,
        "add_empty_params": false,
        "encode_params": false,
        "headers": [
            {
                "key": "Content-Type",
                "value": "application/json"
            }
        ],
        "requestBody": [],
        "username": "",
        "password": "",
        "client_id": "",
        "client_secret": ""
    },
    "throttle_max_requests": 20,
    "throttle_per_seconds": 60,
    "media_type": "14",
    "application": "28"
}
