{
    "name": "Ebay Connector (OAuth 2.0)",
    "connector_type": "ebay_oauth2",
    "base_url": "https://api.ebay.com",
    "auth_type": "11",
    "auth_url": "",
    "config": {
        "client_id": "",
        "client_secret": "",
        "redirect_url": "",
        "scope": "",
        "token_secret": "",
        "send_credentials_via": "5",
        "send_token_via": "8",
        "auth_endpoint": "https://auth.ebay.com/oauth2/authorize",
        "access_token_url": "https://api.ebay.com/identity/v1/oauth2/token",
        "revoke_token_url": "",
        "resource_url": "",
        "valid_domains": "",
        "headers": [
            {
                "key": "Content-Type",
                "value": "application/x-www-form-urlencoded"
            },
            {
                "key": "Accept",
                "value": "application/json"
            }
        ],
        "requestBody": [
            {
                "key": "grant_type",
                "value": "client_credentials"
            },
            {
                "key": "scope",
                "value": ""
            }
        ],
        "consumer_key": "",
        "consumer_secret": "",
        "access_token": "",
        "signature_method": "",
        "realm": "",
        "include_body_hash": "",
        "add_empty_params": "",
        "encode_params": ""
    },
    "throttle_max_requests": 20,
    "throttle_per_seconds": 60,
    "media_type": "14",
    "grant_type": "1",
    "auth_scope": "",
    "application": "21"
}
