VU.CITY Developer Hub

List volumes

GET
/v0/volumes

Returns the VU.CITY Drive volumes the authenticated client can read. Currently always empty.

Authorization

oauth2ClientCredentials volume:read
AuthorizationBearer <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"    }  ]}