Skip to content

Get a cloud connection

Request

Get a CloudConnection resource to connect which connects to Cloud Storage Providers in order to import assets into Dash

Security
bearerToken
Path
idstringrequired

The unique ID of the CloudConnection

curl -i -X GET \
  'https://api-v2.dash.app/cloud-connections/{id}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
resultanyrequired
permittedActionsArray of objectsrequired
Response
{ "result": { "type": "GOOGLE", "id": "e2b03444-8c5d-44ed-bd9f-7eee882bdf81", "accountId": "cfb665ca-ce35-4418-b9d5-70ee815db4bd", "creatorId": "google-oauth2|110955770826801837334", "email": "john.smith@gmail.com", "name": "John Smith", "picture": "https://example.com/john-smith-picture.jpg" }, "permittedActions": [ {} ] }