Get All Organizations
get
/console/admin/api/v2/organizations
Use this endpoint to return the names of all organizations in a network. This is only available on the founder.
Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Lists all organizations, including founder and participants
Root Schema : schema
Type:
object
Example:
{
"founder":"<string>",
"participants":[
"<string>"
]
}
401 Response
Unauthorized
500 Response
Internal server error
Default Response
Unexpected error