List All Organizations
GET/orgs
List All Organizations
Responses
- 200
- 401
- 503
Success.
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id string
name string
created number
updated number
[
{
"id": "string",
"name": "string",
"created": 0,
"updated": 0
}
]
This error will occur if calling user does not have access right for the API.
This error will occur if Design Center APIs are not enabled.
Loading...