Current Usage
Get your current usage inside getafile
Fetch the current usage for the specified team
GET https://{region}.getafile.io/api/v1/auth/teams/:team_id/currentusage
This endpoint allows you to get your current usage for a team inside getafile.
Path Parameters
Name
Type
Description
team_id*
Number
The ID of the team
{
"files": [
{
"id": 93,
"name": "test",
"url": "https://test.getafile.online/test/test",
"serves": 5
}
],
"domains": 1
}Last updated
Was this helpful?