API ReferenceVolumes
List volumes
Returns the VU.CITY Drive volumes the authenticated client can read. Currently always empty.
Authorization
oauth2ClientCredentials volume:readAuthorizationBearer <token>
Machine-to-machine only. There is no user-facing authorization step.
In: header
Scope: volume:read
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v0/volumes"{ "data": [ { "id": "vol_01hq3n8k4e2r7yfp5m6z9x0abc", "name": "My Organisation Data" } ]}