cURL
curl --request GET \ --url https://api.sandbox.teal.dev/v0/quickbooks/sources \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "instance_id": "<string>" } ]
Get a platform’s QB sources
The access token received from the authorization server in the OAuth 2.0 flow.
The Instance ID
Successful Response
The id of the Quickbooks source.
The instance ID.