Get WebDAV Accounts
- Print
- DarkLight
- PDF
Get WebDAV Accounts
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get
/api/v1/webdav.getMyAccounts
Header parameters
X-Auth-Token
stringRequired
The authorization token of the user.
Example9HqLlyZOugD_0YdwAJF8V47U3QHXSq
X-User-Id
stringRequired
The user ID of the user.
ExampleaobEdbYhXfu5hkeqG
Responses
200
Success Example
{
"accounts": [
{
"_id": "P3Gru7ocFCd4vpKEs",
"server_url": "http://localhost:8080/remote.php/webdav/",
"username": "admin",
"name": "Webdav account"
}
],
"success": true
}
object
accounts
Array of object
object
_id
string
server_url
string
username
string
name
string
success
boolean
401
Unauthorized
Authorization Error
{
"status": "error",
"message": "You must be logged in to do this."
}
object
status
string
message
string
Was this article helpful?