Current usage
Retrieve usage information for the current organization, including social account limits and post usage for the current billing period.
Retrieve comprehensive usage information for the current organization including social media account limits and post usage for the current billing period. This endpoint requires an active subscription and returns detailed information about account utilization.
fetch("https://api.outstand.so/v1/account/usage", { method: "GET"}){
"usage": {
"socialAccounts": {
"current": 0,
"limit": 0,
"remaining": 0
},
"posts": {
"current": 0,
"limit": 0
},
"billingPeriod": {
"start": "string",
"end": "string"
}
}
}{
"success": true,
"error": "string"
}{
"success": true,
"error": "string"
}