Zones
Get zone by ID
Get detailed information about a specific zone
get/v0/zones/{id}
Path parameters
idstring required
Zone ID
Response
Zone information
Example response
{
"available_capacity": [
{
"start_timestamp": 1738972800,
"end_timestamp": 1738972800
}
]
}