organizations
Find an organization by ID
GET
/
organizations
/
{organizationId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
organizationId
string
requiredID of organization
Response
200 - application/json
id
string
requiredname
string
requireddescription
string
websiteUrl
string
role
enum<string>
Available options:
owner
, admin
, developer
, viewer