Volumes
Get a volume
get/volumes/{volumeId}
Path parameters
volumeIdstring required
24-char hex id of the volume.
Response
Volume detail
Example response
{
"message": "Volume fetched",
"data": {
"region": {
"id": "6a06df21cc6bef51342e199e",
"name": "eu-west",
"country": "France",
"continent": "Europe"
}
}
}