List the hold's available tiers with storage quotas (no pricing info).
Output
Encoding
application/jsontiers
array
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"tiers"
],
"properties": {
"tiers": {
"type": "array",
"items": {
"ref": "#defs/tierInfo",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"description": "List the hold's available tiers with storage quotas (no pricing info)."
}