User
Retrieve information about your user account
GET
https://clevver.org/api/user
```json
{
"data": {
"id": 1,
"email_address": "[email protected]",
"max_file_size": 104857600
}
}
```
Retrieve information about your account's quota
GET
https://clevver.org/api/userr/quota
{
"status": "sucess",
"data": {
"total": 2097152,
"used": 429380,
"available": 1667772,
"percentage_used": 20.47443389892578
}
}
Last updated