ClickHelp User Manual

[API] Check if File or Folder Exists

Returns information on whether a file or folder exists.

HEAD storage/{file-path}

Authentication

This request requires basic authentication.

Request Parameters

Path params
file-path string
File path relative to the root, i.e., everything after ...resources/Storage/

Samples

Request sample
Bash (Unix Shell)
curl --location -g --head 'https://{portal-url}/api/v1/storage/project-deep-space-exploration/info.png'