Skip to main content
GET
/
io.pocketenv.volume.getVolume
cURL
curl --request GET \
  --url https://api.pocketenv.io/xrpc/io.pocketenv.volume.getVolume \
  --header 'Authorization: Bearer <token>'
{
  "volume": {
    "id": "<string>",
    "name": "<string>",
    "path": "<string>",
    "readOnly": true,
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
string
required

The ID of the volume for which to retrieve volumes.

Response

OK

volume
object