List all Businesses
Businesses
- Business
- Financial Accounts
- Documents
- Scoped Authentication
- Configuration
- Tasks & Notifications
Financial Activity
- Accounts Receivable
- Accounts Payable
- Bank Transactions
- General Ledger
Accounting Reports
- Profit and Loss
- Balance Sheet
- Cash Flow Statement
Platform Configuration
- Plaid
- SMS
Activity Metrics
- Platform wide activity
- Business Activity
List all Businesses
This endpoint lists all businesses that have been registered in Layer.
GET
/
v1
/
businesses
curl https://sandbox.layerfi.com/v1/businesses \
-H "Authorization: Bearer <access_token>"
{
"data": [
{
"id": "863ed926-e30d-40f4-8e7e-b0d5387ce4fb",
"type": "Business",
"external_id": "test-acme-id",
"legal_name": "ACME LLC",
"tin": null,
"business_activity_code": null,
"us_state": "CA",
"entity_type": "LLC",
"phone_number": "+16504651359",
"sms_enabled": true,
"sms_stopped": false,
"naics_code": null,
"imported_at": "2023-06-15T22:12:05.467940Z",
"updated_at": "2023-06-15T22:12:05.467940Z",
"archived_at": null,
"unit_accounts": [
{
"id": "111111",
"imported_at": "2023-06-15T22:12:05.467940Z"
}
]
}
],
"meta": {}
}
Response
Returns a list of all Business Objects
curl https://sandbox.layerfi.com/v1/businesses \
-H "Authorization: Bearer <access_token>"
{
"data": [
{
"id": "863ed926-e30d-40f4-8e7e-b0d5387ce4fb",
"type": "Business",
"external_id": "test-acme-id",
"legal_name": "ACME LLC",
"tin": null,
"business_activity_code": null,
"us_state": "CA",
"entity_type": "LLC",
"phone_number": "+16504651359",
"sms_enabled": true,
"sms_stopped": false,
"naics_code": null,
"imported_at": "2023-06-15T22:12:05.467940Z",
"updated_at": "2023-06-15T22:12:05.467940Z",
"archived_at": null,
"unit_accounts": [
{
"id": "111111",
"imported_at": "2023-06-15T22:12:05.467940Z"
}
]
}
],
"meta": {}
}
curl https://sandbox.layerfi.com/v1/businesses \
-H "Authorization: Bearer <access_token>"
{
"data": [
{
"id": "863ed926-e30d-40f4-8e7e-b0d5387ce4fb",
"type": "Business",
"external_id": "test-acme-id",
"legal_name": "ACME LLC",
"tin": null,
"business_activity_code": null,
"us_state": "CA",
"entity_type": "LLC",
"phone_number": "+16504651359",
"sms_enabled": true,
"sms_stopped": false,
"naics_code": null,
"imported_at": "2023-06-15T22:12:05.467940Z",
"updated_at": "2023-06-15T22:12:05.467940Z",
"archived_at": null,
"unit_accounts": [
{
"id": "111111",
"imported_at": "2023-06-15T22:12:05.467940Z"
}
]
}
],
"meta": {}
}