Fetch the current platform Quickbooks configuration.
curl --request GET \ --url https://sandbox.layerfi.com/v1/configure/quickbooks \ --header 'Authorization: Bearer <token>'
{ "client_id": "ABCD1234FAKECLIENTID", "secret_last_4": "**************CRET", "environment": "PRODUCTION", "redirect_url": "https://yourplatform.com/link-quickbooks" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Content-Type must be set to application/json
The response is of type object.
object