Skip to main content
GET
/
organizations
/
{orgId}
/
details
Get organization details
curl --request GET \
  --url https://nimbussuite.com/api/v1/organizations/{orgId}/details \
  --header 'Authorization: Bearer <token>'
{
  "organization": {
    "id": "<string>",
    "name": "<string>",
    "logo_url": "<string>",
    "workos_id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

orgId
string
required

Response

Organization details retrieved

organization
object