Skip to main content

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

success

Schema
    storage_left integer
Loading...