Skip to main content
Version: latest

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

Body

required

Request payload to get CoxEdge organizations

    apiBaseUrlstring

    CoxEdge baseUrl - for api calls

    apiKeystring

    CoxEdge ApiKey - secret for api calls

Responses

List of CoxEdge organizations

Schema

    organizations

    object[]

    required

  • Array [

  • idstring

    CoxEdge organization id

    isDeletedboolean

    CoxEdge organization state

    namestring

    CoxEdge organization name

  • ]

Loading...