GET /v2/videos/licenses
Operation ID: getVideoLicenseList
Auth: unknown
Description
This endpoint lists existing licenses.
Parameters (10)
(string, query, optional, default: all)
Filter licenses by download availability
Constraints: {'enum': ['all', 'downloadable', 'non_downloadable']}
(string, query, optional)
Show licenses created before the specified date
(string, query, optional)
Show videos that are available with the specified license, such as `standard` or `enhanced`; prepending a `-` sign excludes results from that license
Constraints: {'pattern': '^.+$'}
(integer, query, optional, default: 1)
Page number
Constraints: {'minimum': 1}
(integer, query, optional, default: 20)
Number of results per page
Constraints: {'minimum': 1, 'maximum': 200}
(string, query, optional, default: newest)
Sort by oldest or newest videos first
Constraints: {'enum': ['newest', 'oldest']}
(string, query, optional)
Show licenses created on or after the specified date
(boolean, query, optional, default: False)
Set to true to see license history for all members of your team.
(string, query, optional)
Filter licenses by username of licensee
(string, query, optional)
Show licenses for the specified video ID
Constraints: {'pattern': '^[1-9]\\d*$'}
No probe data for this endpoint yet.