Get Storage Left
GET/api/user/storage
Returns how much storage you have left to use (bytes)
Request
Header Parameters
Authorization string
Example: Bearer {YOUR_AUTH_KEY}
Content-Type string
Example: application/json
Accept string
Example: application/json
Responses
- 200
success
- application/json
- Schema
- Example (from schema)
Schema
storage_left integer
{
"storage_left": 107374182400
}
Loading...