Skip to main content

State: Video by External Ref

  • Method: GET
  • URL: https://api.tokportal.com/state-video-by-ref?bundle_id=<uuid>&external_ref=<ref>&fields=...
  • Auth: X-API-Key

Example:

curl -s -H "X-API-Key: $API_KEY" \
"https://api.tokportal.com/state-video-by-ref?bundle_id=$BUNDLE_ID&external_ref=ext-123"

Response:

{ "video": { /* filtered fields */ } }