Skip to main content
GET
List bookkeeping businesses
Returns businesses enrolled in bookkeeping for your client. Businesses with NOT_PURCHASED status are excluded. Results are paginated. The cursor for the next page is returned in meta.pagination.cursor, alongside has_more and (when requested with show_total_count) total_count. For full cursor and limit behavior, see Pagination.

Authorizations

Authorization
string
header
required

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

Query Parameters

cursor
string

Pagination cursor for fetching the next page of results.

limit
integer
default:100

Maximum number of results to return. Must be at least 1. Defaults to 100.

Required range: x >= 1
show_total_count
boolean
default:false

When true, include total_count in pagination metadata.

Response

Paginated list of enrolled bookkeeping businesses.

data
object[]
required
meta
object

Request metadata. Present on paginated list responses.