---
title: "List linked clouds"
method: GET
path: "/api/v1/clouds"
tags: ["Clouds"]
---

# List linked clouds

`GET /api/v1/clouds`

## Response `200`

successful operation

- object
  - `cloudId` LinkedClouds
    - `cloud` LinkedCloud
      - `id` string, uuid
      - `name` string
      - `oauth` object
        - `clientId` string
        - `clientSecret` string
        - `scopes` string[]
        - `authUrl` string
        - `tokenUrl` string
        - `authStyle` 'autoDetect' | 'inParams' | 'inHeader'
        - `audience` string
        - `redirectUrl` string
        - `accessType` string
        - `responseType` string
        - `responseMode` string
      - `supportedSubscriptionEvents` object
        - `devices` string[]
        - `device` string[]
        - `resource` string[]
        - `staticDeviceEvents` boolean
      - `endpoint` object
        - `url` string
        - `rootCas` string[]
        - `insecureSkipVerify` boolean
        - `useSystemCas` boolean

## Changes

- **2021-12-18** `29603f9af253` — 5 warning, 5 info
  - removed the optional property `cloudId/cloud/Endpoint` from the response with the `200` status
  - removed the optional property `cloudId/cloud/Id` from the response with the `200` status
  - removed the optional property `cloudId/cloud/Name` from the response with the `200` status
  - removed the optional property `cloudId/cloud/OAuth` from the response with the `200` status
  - …6 more
- **2020-10-27** `ec7285a7a143` — 5 warning, 5 info
  - removed the optional property `cloudId/cloud/endpoint` from the response with the `200` status
  - removed the optional property `cloudId/cloud/id` from the response with the `200` status
  - removed the optional property `cloudId/cloud/name` from the response with the `200` status
  - removed the optional property `cloudId/cloud/oauth` from the response with the `200` status
  - …6 more

[Change history](https://skmtc.dev/plgd-dev/apis/cloud2cloud-connector-api/changes/api/v1/clouds/get.md)

---

[API](https://skmtc.dev/plgd-dev/apis/cloud2cloud-connector-api.md) · [All operations](https://skmtc.dev/plgd-dev/apis/cloud2cloud-connector-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/plgd-dev/cloud2cloud-connector-api/revisions/86e242574062/schema)
