{
	"name": "MYOB",
    "desc": "The AccountRight Live API (Application Programming Interface) is an interface which makes it easy for any app running on any device or operating system to connect to AccountRight Live company files.",
	"url": "https://secure.myob.com/oauth2",
	"oauth2": {
		"authorize": "/account/authorize",
		"access_token": {
			"url": "/v1/authorize",
			"query": {
				"client_id": "{client_id}",
				"client_secret": "{client_secret}",
				"scope": "{scope}",
				"grant_type": "authorization_code",
				"code": "{{code}}",
				"redirect_uri": "{{callback}}",
				"state": "{{state}}"
			}
		},
		"refresh": "/v1/authorize",
		"parameters": {
			"client_id": "string",
			"client_secret": "string",
			"scope": {
				"values": {
					"CompanyFile": "Access to MYOB AccountRight CompanyFile(s)."
				}
			}
		}
	},
	"href": {
		"keys": "https://developer.myob.com",
		"docs": "https://developer.myob.com",
		"apps": "https://myob.com.au/addons/",
		"provider": "https://myob.com.au"
	}
}
