List supported availability tiers
GET/api/v1/availability/tiers
Lists all supported availability tiers
Request
Header Parameters
X-API-KEY stringrequired
APIKey
Responses
- 200
- 404
- 500
An array of supported tiers
- application/json
- Schema
- Example (from schema)
Schema
data string[]
id string
message string
status string
{
"data": [
"string"
],
"id": "string",
"message": "string",
"status": "string"
}
no supported tiers found
- application/json
- Schema
- Example (from schema)
Schema
error string
error_code string
{
"error": "string",
"error_code": "string"
}
internal server error
- application/json
- Schema
- Example (from schema)
Schema
error string
error_code string
{
"error": "string",
"error_code": "string"
}
Loading...