GET
/
v1
/
businesses
/
{businessId}
/
quickbooks
/
connection-status
curl --request GET \
  --url https://sandbox.layerfi.com/v1/businesses/{businessId}/quickbooks/connection-status \
  --header 'Authorization: Bearer <token>'
{
  "is_connected": true,
  "last_synced_at": "2023-11-07T05:31:56Z",
  "last_sync_status": "SYNC_SUCCESS",
  "is_syncing": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

businessId
string
required

The UUID of the business to get Quickbooks connection status for.

Response

200
application/json

The response is of type object.