Skip to main content
POST
Rescan Video Content Source

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string<uuid>
required

Body

application/json
source_id
string<uuid>
required
limit
integer | null
Required range: 1 <= x <= 100

Response

Successful Response

source_url
string
required
source_type
enum<string>
required
Available options:
rss,
html,
youtube,
unknown
limit
integer
default:30
total_items
integer
default:0
Required range: x >= 0
candidates
VideoContentPageCandidate · object[]
error
string | null