Authorization: Bearer ********************
curl --location --request GET 'https://api.servebolt.io/v1/environments//usage' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
{
"data": {
"id": 1785,
"type": "environment_usage",
"attributes": {
"billing_period": {
"from": "2024-04-09T14:08:07.787292Z",
"to": "2024-05-09T14:08:07.787440Z"
},
"storage": {
"used": 0,
"left": 4096,
"available": 4096,
"percent_used": 0,
"threshold_warning": false
},
"memory_limit": {
"used": 256,
"available": 256
},
"dynamic_requests": {
"used": 0,
"left": 0,
"available": 0,
"percent_used": 0,
"threshold_warning": false
},
"peak_dynamic_requests": {
"used": 0
}
}
}
}