GET v2/editorial/videos/licenses
Summary: List editorial video licenses
Operation ID: getEditorialVideoLicenseList
Auth: unknown
Operation ID: getEditorialVideoLicenseList
Auth: unknown
Description
This endpoint lists existing editorial video licenses.
Parameters (10)
download_availability
(string, query, optional, default: all)
Filter licenses by download availability
Constraints: {'enum': ['all', 'downloadable', 'non_downloadable']}
end_date
(string, query, optional)
Show licenses created before the specified date
license
(string, query, optional)
Show editorial videos that are available with the specified license name
page
(integer, query, optional, default: 1)
Page number
Constraints: {'minimum': 1}
per_page
(integer, query, optional, default: 20)
Number of results per page
Constraints: {'minimum': 0, 'maximum': 200}
sort
(string, query, optional, default: newest)
Sort order
Constraints: {'enum': ['newest', 'oldest']}
start_date
(string, query, optional)
Show licenses created on or after the specified date
team_history
(boolean, query, optional, default: False)
Set to true to see license history for all members of your team.
username
(string, query, optional)
Filter licenses by username of licensee
video_id
(string, query, optional)
Show licenses for the specified editorial video ID
No probe data for this endpoint yet.