Skip to content

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.

GET/v1/account/usage

Response Body

200application/json

404application/json

500application/json

JavaScript

Go

Java

C#

cURL

TypeScript

Python

Swift

fetch(" {
  method: "GET"
})

200404500

{
  "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"
}

Get account metrics GET\ \ Previous Page MCP Server\ \ Next Page