cURL
curl --request GET \ --url https://api.example.com/storage/info/{storage_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "storage_info": {} }
Get detailed information about a storage volume, including pricing, size, attachment state, and deletion protection.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response model for storage info endpoint.
Complete storage information object
Was this page helpful?