Skip to main content
GET
/
api
/
v1
/
organization
/
usage
/
daily-limits
Get daily limits usage for one social account on a given day
curl --request GET \
  --url https://api.bundle.social/api/v1/organization/usage/daily-limits \
  --header 'x-api-key: <api-key>'
{
  "date": "<string>",
  "socialAccountId": "<string>",
  "posts": {
    "used": 123,
    "limit": 123,
    "remaining": 123
  },
  "comments": {
    "used": 123,
    "limit": 123,
    "remaining": 123
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

socialAccountId
string
required
date
string<date-time> | null

Response

200

date
string
required
socialAccountId
string
required
type
enum<string>
required
Available options:
TIKTOK,
YOUTUBE,
INSTAGRAM,
FACEBOOK,
TWITTER,
THREADS,
LINKEDIN,
PINTEREST,
REDDIT,
MASTODON,
DISCORD,
SLACK,
BLUESKY,
GOOGLE_BUSINESS
posts
object
required
comments
object
required