Retrieves a list of organizations for baseUrl and apiKey
POST/v1/clouds/coxedge/organizations
Retrieves a list of organizations for baseUrl and apiKey
Request
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
required
Request payload to get CoxEdge organizations
apiBaseUrlstring
CoxEdge baseUrl - for api calls
apiKeystring
CoxEdge ApiKey - secret for api calls
Responses
- 200
List of CoxEdge organizations
- application/json
- Schema
- Example (from schema)
Schema
- Array [ 
- ] 
organizations
object[]
required
idstring
CoxEdge organization id
isDeletedboolean
CoxEdge organization state
namestring
CoxEdge organization name
{
  "organizations": [
    {
      "id": "string",
      "isDeleted": true,
      "name": "string"
    }
  ]
}
Loading...