Skip to main content
GET
/
api
/
v1
/
organization
/
usage
/
imports
Get organization imports usage per social account (paginated)
curl --request GET \
  --url https://api.bundle.social/api/v1/organization/usage/imports \
  --header 'x-api-key: <api-key>'
{
  "limitPerSocialAccount": 123,
  "socialAccounts": [
    {
      "id": "<string>",
      "type": "<string>",
      "username": "<string>",
      "displayName": "<string>",
      "used": 123,
      "limit": 123,
      "remaining": 123
    }
  ],
  "pagination": {
    "page": 123,
    "pageSize": 123,
    "total": 123,
    "totalPages": 123
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

page
number
default:1
Required range: x >= 1
pageSize
number
default:20
Required range: 1 <= x <= 100
teamId
string
socialAccountType
enum<string>
Available options:
TIKTOK,
YOUTUBE,
INSTAGRAM,
FACEBOOK,
TWITTER,
THREADS,
LINKEDIN,
PINTEREST,
REDDIT,
MASTODON,
DISCORD,
SLACK,
BLUESKY,
GOOGLE_BUSINESS
socialAccountId
string

Response

200

limitPerSocialAccount
number
required
socialAccounts
object[]
required
pagination
object
required