GET
/
organizations
/
{organizationId}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

organizationId
string
required

ID of organization

Response

200 - application/json
id
string
required

ID of organization

name
string
required
description
string
websiteUrl
string
role
enum<string>
Available options:
owner,
admin,
developer,
viewer