Health check
Checks whether the specified QuickBooks Desktop connection is active and can process requests end-to-end. This is useful for showing a “connection status” indicator in your app. If an error occurs, the typical Conductor error response will be returned. As with any request to QuickBooks Desktop, the health check may fail if the application is not running, the wrong company file is open, or if a modal dialog is open. Timeout is 60 seconds.
Authorizations
Your Conductor secret key using Bearer auth (e.g., "Authorization: Bearer {{YOUR_SECRET_KEY}}"
).
Headers
The ID of the EndUser to receive this request (e.g., "Conductor-End-User-Id: {{END_USER_ID}}"
).
"end_usr_1234567abcdefg"
Response
The time, in milliseconds, that it took to perform the health check.
100
The status of the health check.
"ok"
"ok"