Get All Organizations

get

/console/admin/api/v2/organizations

Get all the organizations in a network. This is only available on the founder.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

List of all organizations, including the founder and participants
Body ()
Root Schema : schema
Type: object
Example:
{
    "founder":"<string>",
    "participants":[
        "<string>"
    ]
}

401 Response

Unauthorized

500 Response

Internal server error
Body ()
Root Schema : 500errorModels
Type: object
Show Source

Default Response

Unexpected error
Body ()
Root Schema : errorModel
Type: object
Show Source
Back to Top