We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad4e11 commit 2bd3a07Copy full SHA for 2bd3a07
config.ini
@@ -0,0 +1,14 @@
1
+[Tokens]
2
+consumer_key = EnterYourConsumerKeyHere
3
+consumer_sec = EnterYourConsuemrSecretHere
4
+
5
+[OAuth URLs]
6
+base_url = https://oauth.intuit.com
7
+request_token_url = https://oauth.intuit.com/oauth/v1/get_request_token
8
+access_token_url = https://oauth.intuit.com/oauth/v1/get_access_token
9
+authorize_url = https://appcenter.intuit.com/Connect/Begin
10
11
+[API URL]
12
+base_url = https://sandbox-quickbooks.api.intuit.com/v3/company/
13
14
0 commit comments