cURL
curl --request GET \ --url https://api.bundle.social/api/v1/organization/usage/uploads \ --header 'x-api-key: <api-key>'
{ "used": 123, "limit": 123, "remaining": 123 }
200
Was this page helpful?