Authorization: Bearer ********************
curl --location --request GET '/devices/dav?page_size=50&next_page_token'
0
- Success.{
"code": 0,
"data": {
"accounts": [
{
"id": "4ycW",
"created_at": "2025-06-13T13:37:27+08:00",
"name": "my files",
"uri": "cloudreve://my",
"password": "f6zxgh7j4yo3vuvtdpcxd6na89efvmpo",
"options": ""
},
{
"id": "WNuO",
"created_at": "2023-12-04T18:51:42+08:00",
"name": "test",
"uri": "cloudreve://Y8bCn@share",
"password": "ery99robfkr7oxhwqp6hbshpus782l5k",
"options": "AA=="
}
],
"pagination": {
"page": 0,
"page_size": 50,
"is_cursor": true
}
},
"msg": ""
}