Storages

Get a single storage

Retrieve details of a specific storage configuration by its id.

GET
/api/storages/{storageId}

Authorization

Authorization
header
string
required

Enter the project access token with the Bearer prefix, e.g. "Bearer project_access_token"

Path Parameters

storageId
string
required

Storage id

Responses

application/json
data
object
required

Data contains the response object

status
"success"
string
required

Status indicates the response status "success"

OK