List organisations
GET
https://app.speybooks.com/api/v1/admin/orgsRetrieve a paginated list of all organisations with subscription details and usage counts.
Filters
search— partial match on name or slugplan—all(default),trial,sole_trader,limited_companystatus—all(default),trialing,active,past_due,canceled
Each organisation includes userCount and invoiceCount computed via LEFT JOIN aggregation.
Response
200 Paginated organisation list with Stripe details, user/invoice counts, and trial status.
Show response fields
organisations array<object>Show child attributes
createdAt string date-timeid stringinvoiceCount integername stringplan stringslug stringstripeCustomerId stringsubscriptionStatus stringtrialEndsAt string date-timeuserCount integer