GET
/
org
/
organization
/
{organizationId}

Authorizations

Authorization
string
header
required

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

Headers

userId
string | null

The anon user id of the user making the request

orgId
string | null

The anon org id of the user making the request

Path Parameters

organizationId
string
required

ID of the Organization

Response

200 - application/json
id
string
required
name
string
required
members
object[]
required
logoUrl
string | null

Was this page helpful?