Skip to main content

Retrieves a list of organizations for baseUrl and apiKey

POST 

/v1/clouds/coxedge/organizations

Retrieves a list of organizations for baseUrl and apiKey

Request

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...