Get organisation details

GEThttps://app.speybooks.com/api/v1/admin/orgs/{id}

A full view of one organisation: details, all linked users with their roles, usage statistics (invoices, contacts, transactions), and the twenty most recent audit-log entries scoped to that organisation.

Path parameters

idstringrequired
Organisation ID.

Response

200360-degree org view: subscription, users, usage stats, and recent audit activity.
Show response fields
organisationobject
Show child attributes
idstring
namestring
planstring
slugstring
stripeCustomerIdstring
stripeSubscriptionIdstring
subscriptionStatusstring
recentActivityarray<object>
statsobject
Show child attributes
contactsinteger
invoicesinteger
transactionsinteger
usersarray<object>
Show child attributes
emailstring
fullNamestring
idinteger
isActiveboolean
rolestring
totpEnabledboolean

Error codes

404Organisation not found.