POST /api/storage/v1/exists


Check if file exists

Request

{
  "token": String,
  "path": String
}

Response

Status code: 200

{
  "type": "exists",
  "value": bool
}

Possible errors

  • invalid token
  • not verified
  • permission denied
  • external