{
	"name": "Oracle Marketing Cloud",
	"desc": "Oracle Marketing Cloud personalizes customer experiences with marketing software including content marketing, social marketing, and data management.",
	"url": "https://login.eloqua.com/auth/oauth2",
	"oauth2": {
		"authorize": "/authorize",
		"access_token": {
			"url": "/token",
			"headers": {
				"Authorization": "Basic !BASE64{client_id}:{client_secret}!BASE64"
			}
		},
		"refresh": {
			"url": "/token",
			"query": {
				"scope": "full",
				"grant_type": "refresh_token",
				"refresh_token": "{{refresh_token}}",
				"access_token": "{{token}}"
			},
			"headers": {
				"Authorization": "Basic !BASE64{client_id}:{client_secret}!BASE64"
			}
		},
		"request": {
			"headers": {
				"Authorization": "Bearer {{token}}"
			}
		}
	},
	"href": {
		"docs": "https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/",
		"apps": "https://YOUR_BASESITE./apps/Cloud/Developer/App",
		"provider": "https://login.eloqua.com/"
	}
}
