Quickbooks
Create a QuickBooks Auth link
Creates a URL for connecting an Instance to a QuickBooks Company file.
POST
/
v0
/
quickbooks
/
auth-link
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Headers
teal-instance-id
string
requiredThe Teal instance ID
Body
application/json
redirect_url
string
permission_level
enum<string>
default: readDetermines the permission granted by the
customer to your app. Use read
if you only want to display information
from QuickBooks in Teal. Use write
if you intend to create transactions
for the Instance.
Available options:
read
, write
Response
201 - application/json
url
string
requiredThe URL the user will be redirected to in order to complete the authorization flow.