Current usage
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.
curl -X GET "https://api.outstand.so/v1/account/usage"{
"usage": {
"socialAccounts": {
"current": 0,
"limit": 0,
"remaining": 0
},
"posts": {
"current": 0,
"limit": 0
},
"billingPeriod": {
"start": "string",
"end": "string"
},
"currentUsage": 0
}
}{
"success": true,
"error": "string"
}{
"success": true,
"error": "string"
}