Getting started with QuickBooks API
      
      
      
      
      GET STARTED
 
      
      
        - 
          Create a developer account 
- 
          Create an app 
- 
          Generate OAuth tokens using playround 
- 
          Make the API call - click to see the curl request 
            curl -X GET 'https://sandbox-quickbooks.api.intuit.com/v3/company/company id/companyinfo/company id/?minorversion=12' -H 'accept: application/json' -H 'authorization: Bearer accesstoken' -H 'content-type: application/json' 
           
DEVELOPER TOOLS
 
      
      
        - 
          Explore API using API explorer 
- 
          Download samples 
- 
          Use SDK to code faster - DotNet - Java - PHP - Other 
- 
          Download postman collection 
- 
          Use sandbox for testing