Skip to main content
GET
/
v0
/
quickbooks
/
sources
Get QuickBooks sources
curl --request GET \
  --url https://api.sandbox.teal.dev/v0/quickbooks/sources \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "instance_id": "<string>"
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

instance_id
string | null

The Instance ID

Response

Successful Response

id
string
required

The id of the Quickbooks source.

instance_id
string
required

The instance ID.