List (Stream) all organizations
GET/api/v1/organizations/stream
Stream all organizations. Only super admin can list all organizations.
Request
Header Parameters
X-API-KEY stringrequired
API Key
Responses
- 200
- 403
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
data
id string
message string
status string
{
"data": {},
"id": "string",
"message": "string",
"status": "string"
}
forbidden to list all organizations. only super admin can list all organizations
- application/json
- Schema
- Example (from schema)
Schema
error string
error_code string
{
"error": "string",
"error_code": "string"
}
internal server error
- application/json
- Schema
- Example (from schema)
Schema
error string
error_code string
{
"error": "string",
"error_code": "string"
}
Loading...