GET
/
v0
/
quickbooks
/
sources
curl --request GET \
  --url https://api.sandbox.teal.dev/v0/quickbooks/sources \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "6r9B18rN8xv6eE8c1q1Aqk",
    "instance_id": "6r9B18rN8xv6eE8c1q1Aqk"
  }
]

Authorizations

Authorization
string
headerrequired

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

Query Parameters

instance_id
string | null

The Instance ID

Response

200 - application/json
id
string
required

The id of the Quickbooks source.

instance_id
string
required

The instance ID.