Connection Management Using REST API

Learn how to manage connections using the DryvIQ REST API.


List all Connections

GET {{url}}v1/connections

List Connection Features and Limitations

List Connection Features

Ensure you have an established connection before making the following call.

GET {{url}}v1/connections/{{cloud_connection}}?include=features

List Platform Features

To list general supported features for a given platform, make the following call. No connection is required.

GET {{url}}v1/connections/platforms/{{platform_id}}?fields=all

Get Platform IDs Based on Your License

GET {{url}}v1/connections/platforms?fields=all&active=1

Set Platform Preferences

Platform preferences will control what platforms you want to see in the DryvIQ application. If you are licensed for multiple platforms but only want to view a specific set, this feature allows you to do so.

{
"value": {
       "value": [
         "box",
         "dropbox",
         "fs",
         "nfs",
         "google-drive",
         "onedrive-business",
         "dfb"
       ]
     }
}