POST
/
v1
/
businesses
/
{businessId}
/
quickbooks
/
authorize
curl --request POST \
  --url https://sandbox.layerfi.com/v1/businesses/{businessId}/quickbooks/authorize \
  --header 'Authorization: Bearer <token>'
{
  "redirect_url": "<string>"
}

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 authorize Quickbooks for.

Response

200
application/json

The response is of type object.

POST
/
v1
/
businesses
/
{businessId}
/
quickbooks
/
authorize
curl --request POST \
  --url https://sandbox.layerfi.com/v1/businesses/{businessId}/quickbooks/authorize \
  --header 'Authorization: Bearer <token>'
{
  "redirect_url": "<string>"
}

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 authorize Quickbooks for.

Response

200
application/json

The response is of type object.