Storages

Get all storages

Retrieve a list of all storage configurations for the current project.

GET
/api/storages

Authorization

Authorization
header
string
required

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

Responses

application/json
data
object[]
required

Data contains the storage items

status
"success"
string
required

Status indicates the response status "success"

OK