Skip to main content
GET
Get an organization by id (SuperAdmin only)

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

Organization returned

Full organization document (Mongo-shaped) with populated credentials and a resolved logoUrl. Shape is intentionally permissive because the document is returned as-is from Mongo.

_id
string
name
string
phoneNumber
string
address
string
logoUrl
string | null
credentials
object