Sync Quickbooks
Authorize Quickbooks OAuth flow
This API call begins an OAuth flow to connect a Quickbooks account to a business. It will manage the CSRF token state internally and this API call will return the redirect URL for the OAuth flow.
POST
Authorize Quickbooks OAuth flow
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The UUID of the business to authorize Quickbooks for.
Response
200
application/json
The response is of type object
.
Authorize Quickbooks OAuth flow