PUT
/
v1
/
configure
/
quickbooks
curl --request PUT \
  --url https://sandbox.layerfi.com/v1/configure/quickbooks \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "client_id": "ABCD1234FAKECLIENTID",
  "secret": "abcd1234FAKESECRET",
  "environment": "PRODUCTION",
  "redirect_url": "https://yourplatform.com/link-quickbooks"
}'
{
  "client_id": "ABCD1234FAKECLIENTID",
  "secret_last_4": "**************CRET",
  "environment": "PRODUCTION",
  "redirect_url": "https://yourplatform.com/link-quickbooks"
}

Authorizations

Authorization
string
header
required

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

Headers

Content-Type
string

Content-Type must be set to application/json

Body

application/json

Response

200
application/json

The response is of type object.