Skip to content

Commit

Permalink
yaml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abisalehalliprasan committed Sep 19, 2018
1 parent 4fbca4f commit 3d2f15c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 37 deletions.
37 changes: 0 additions & 37 deletions docs/getting_started.md
@@ -1,40 +1,3 @@
This guide describes how to make your first API call with QuickBooks Online app. If you want to integrate with QuickBooks Desktop, click here.
Create an Intuit Developer account
Sign up for a new Intuit Developer account or sign in with any current Intuit product account such as QuickBooks, TurboTax, Mint, or ProConnect. View Screenshot
Note: When you create an Intuit Developer account, we create a QuickBooks test company called a sandbox company. View your sandbox company here.
You can start exploring QuickBooks Online APIs right away through the API Explorer
Create an app
Creating an app generates your development keys. Use the app for yourself, your clients, or make it available to all QuickBooks users by listing it on the QuickBooks app store.
Select My apps and then Create an app. View Screenshot
Select the Keys tab to locate your Client ID and Client Secret. View Screenshot
You need your Client ID and Client Secret in the next step to generate an OAuth 2.0 access token.
Get an OAuth 2.0 access token
Your app needs an OAuth 2.0 Access Token to access QuickBooks Online data. The OAuth 2.0 playground is the easiest way to get your access token.
If you’d like to learn about OAuth 2.0 in detail, see Authentication.
Make the first API call
By now, you have your Client ID, Client Secret, and OAuth access token. Next, you can try making an API call. In the snippet below:
Replace
YOUR_ACCESS_TOKEN
with the OAuth access token generated in the previous step.
Replace
YOUR_SANDBOX_COMPANY_ID
with your
sandbox-company
Company ID
.
GET CompanyInfo
1
2
3
4
5
6
curl -X GET 'https://sandbox-quickbooks.api.intuit.com/
v3/company/REPLACE_WITH_SANDBOX_COMPANY_ID/
companyinfo/REPLACE_WITH_SANDBOX_COMPANY_ID/?minorversion=12'
-H 'accept: application/json'
-H 'authorization: Bearer REPLACE_WITH_ACCESS_TOKEN'
-H 'content-type: application/json'

# Getting Started

Expand Down
24 changes: 24 additions & 0 deletions docs/index.md
@@ -0,0 +1,24 @@
Intuit Developer FAQ ( WIP )
===============

[![Docs][docs-readthedocs-svg]][docs-readthedocs-link]

This [Intuit Developer](https://developer.intuit.com) FAQ provides answers to commonly asked questions covering our APIs and solution suite including how our APIs interact with our endpoint applications ( QBO Online, QBO Payments, QBO Desktop ).

This covers the [RingCentral Connect Platform APIs](https://developers.ringcentral.com).

You can view a formatted version of this FAQ on [Read the Docs](http://developer.intuit.com).

Current topics include:

* [Getting Started](docs/getting_started.md)

Please feel free to contribute by sending a pull request or make a request by creating an issue.

# Copyright

Copyright © 2004-2018 Intuit. See [LICENSE][] for details.

[docs-readthedocs-svg]: https://img.shields.io/badge/docs-readthedocs-blue.svg
[docs-readthedocs-link]: https://docs.readthedocs.io/en/latest/getting_started.html#import-your-docs
[license]: LICENSE.md

0 comments on commit 3d2f15c

Please sign in to comment.