Get Storage Left
GEThttps://api.rapidpipeline.com/api/v2/user/storage
Returns how much storage you have left to use (bytes)
Request
Responses
- 200
success
- application/json
- Schema
- Example (from schema)
Schema
storage_left integer
{
"storage_left": 107374182400
}
Authorization: http
name: defaulttype: httpscheme: bearerdescription: You can create your API token <a href="https://app.rapidpipeline.com/api_tokens">here</a>. <br /> Our REST API, excluding upload related endpoints, is subject to rate limits (2000 requests per minute per User or IP)
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://api.rapidpipeline.com/api/v2/user/storage' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear