GET
/
v1
/
businesses
/
{businessId}
/
bookkeeping
/
status
curl --request GET \
  --url https://sandbox.layerfi.com/v1/businesses/{businessId}/bookkeeping/status \
  --header 'Authorization: Bearer <token>'
{
  "status": "NOT_PURCHASED"
}

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 fetch the bookkeeping status for

Response

200 - application/json
Success
status
enum<string>
Available options:
NOT_PURCHASED,
BOOKKEEPING_PAUSED,
ACTIVE