Skip to main content

Retrieves a list of organizations for baseUrl and apiKey

POST 

https://api.spectrocloud.com/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

  • ]

curl -L -X POST 'https://api.spectrocloud.com/v1/clouds/coxedge/organizations' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"apiBaseUrl": "string",
"apiKey": "string"
}'
Request Collapse all
Base URL
https://api.spectrocloud.com
Body required
{
"apiBaseUrl": "string",
"apiKey": "string"
}