Skip to main content
GET
List all Businesses

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

business_status
enum<string> | null

Filter businesses by status

Available options:
active,
inactive
name
string | null

Filter businesses by name (case-insensitive partial match)

plan
enum<string> | null

Filter businesses by plan

Available options:
diy,
managed
entity_type

Filter businesses by entity type

Available options:
c-corp,
llc,
partnership,
s-corp,
sole-prop,
household,
non-profit
page_token
string | null

The page token to for the next or previous page

page_size
integer
default:100
Required range: 1 <= x <= 100
bookkeeper_ids

Comma-separated list of bookkeeper user IDs

Response

Successful Response

data
BusinessPublic · object[]
required
pagination
PaginationResponse · object
required