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"
}
}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"
}
}Was this page helpful?