Skip to main content

States (Read-only)

Endpoints to read the current state of bundles, accounts, and videos.

  • Bundle: GET /bundles-state?bundle_id=<uuid>
  • Account by ID: GET /state-account?id=<uuid>
  • Account by username: GET /state-account-by-username?bundle_id=<uuid>&username=<name>
  • Video by ID: GET /state-video?id=<uuid>
  • Video by position: GET /state-video-by-position?bundle_id=<uuid>&position=<n>
  • Video by external ref: GET /state-video-by-ref?bundle_id=<uuid>&external_ref=<ref>

Optional query param fields lets you whitelist specific fields (comma-separated).