Get organisation details
GET
https://app.speybooks.com/api/v1/admin/orgs/{id}Retrieve a 360-degree view of an organisation: full details, all linked users with roles, usage statistics (invoices, contacts, transactions), and the 20 most recent audit log entries scoped to that organisation.
Path parameters
id string requiredOrganisation ID.
Response
200 360-degree org view: subscription, users, usage stats, and recent audit activity.
Show response fields
organisation objectShow child attributes
id stringname stringplan stringslug stringstripeCustomerId stringstripeSubscriptionId stringsubscriptionStatus stringrecentActivity array<object>stats objectShow child attributes
contacts integerinvoices integertransactions integerusers array<object>Show child attributes
email stringfullName stringid integerisActive booleanrole stringtotpEnabled booleanError codes
404 Organisation not found.