{
	"name": "Intercom",
	"desc": "Intercom is the customer communication platform.",
	"url": "https://app.intercom.io",
	"oauth2": {
		"authorize": "/oauth",
		"access_token": "/auth/eagle/token",
		"refresh": "/auth/eagle/token",
		"request": {
			"url": "https://api.intercom.io",
			"format": "json",
			"headers": {
				"Authorization": "Bearer {{token}}",
				"Accept": "application/json"
			}
		}
	},
	"href": {
		"keys": "https://app.intercom.io",
		"docs": "https://developers.intercom.io/",
		"apps": "https://app.intercom.io",
		"provider": "https://intercom.io/"
	}
}
