Get a CloudConnection resource to connect which connects to Cloud Storage Providers in order to import assets into Dash
Security
bearerToken
The unique ID of the CloudConnection
- Productionhttps://api-v2.dash.app/cloud-connections/{id}
- Staginghttps://api-v2.dashstaging.app/cloud-connections/{id}
curl -i -X GET \
'https://api-v2.dash.app/cloud-connections/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
- DROPBOX
{ "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": [ { … } ] }