Skip to main content
GET
/
v1
/
businesses
/
{businessId}
/
bookkeeping
/
status
Fetch bookkeeping status
curl --request GET \
  --url https://sandbox.layerfi.com/v1/businesses/{businessId}/bookkeeping/status \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "type": "com.layerfi.routers.ApiBookkeepingStatus"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

businessId
string<uuid>
required

The UUID of the business to fetch the bookkeeping status for.

Response

200 - application/json

Success.

data
object
required