• Welcome
  • Docs
Information
Core Resources
    Account Management
      Get All AccountsgetTrack AccountpostStop Tracking AccountdeleteBulk Track AccountspostBulk Stop Tracking AccountsdeleteGet Account HistorygetGet Specific AccountgetStop Tracking Account By IDdelete
    Video Management
      Get All VideosgetTrack VideopostStop Tracking VideodeleteBulk Track VideospostBulk Stop Tracking VideosdeleteGet Specific VideogetStop Tracking Video By IDdeleteGet Video HistorygetGet All Videos Linked To Accountget
    Collection Management
      Get All CollectionsgetCreate CollectionpostGet CollectiongetDelete CollectiondeleteUpdate CollectionpatchGet Collection VideosgetAdd Videos to CollectionpostRemove Videos from CollectiondeleteGet Collection AccountsgetAdd Accounts to CollectionpostRemove Accounts from Collectiondelete
    Organisation Management
      Get Organisation Historyget
Analytics
    Statistics
      Total VideosgetTotal Accountsget
    Data Operations
      Refresh Account DatapostRefresh Video Datapost
System
    Authentication
      Authenticateget
    Integration
      Shortimize MCP Serverpost
powered by Zudoku
Shortimize API
Shortimize API

Statistics

Get aggregated statistics and counts


Total Videos

GET
/total/videos

Retrieves the total count of videos being tracked by your organization in Shortimize.

This endpoint provides a quick snapshot of your video monitoring volume across all tracked accounts and platforms. Use this to monitor your video tracking usage, manage quotas, and understand the scale of your video performance tracking operations.

Rate Limit: 5 (limited) / 15 (basic) / 30 (premium) requests per minute

Total Videos › Headers

Authorization
​string · required

Bearer token for authentication

Total Videos › Responses

Successful operation

video_count
​integer · required

Total number of videos being tracked

GET/total/videos
curl --request GET \ --url /total/videos \ --header 'Authorization: <string>'
shell
Example Responses
{ "video_count": 150 }
json
application/json

Total Accounts

GET
/total/accounts

Retrieves the total number of accounts currently being tracked by your organization in Shortimize.

This provides a quick overview of your account monitoring scope and helps manage your tracking capacity. Use this to track your account monitoring usage, plan capacity, and make informed decisions about account tracking allocation across your campaigns.

Rate Limit: 5 (limited) / 15 (basic) / 30 (premium) requests per minute

Total Accounts › Headers

Authorization
​string · required

Bearer token for authentication

Total Accounts › Responses

Successful operation

account_count
​integer · required

Total number of accounts being tracked

GET/total/accounts
curl --request GET \ --url /total/accounts \ --header 'Authorization: <string>'
shell
Example Responses
{ "account_count": 25 }
json
application/json

Organisation ManagementData Operations