Skip to main content
GET
List channel videos

Authorizations

Authorization
string
header
required

Permanent personal API key created in the dashboard. Example: curl -H "Authorization: Bearer aty_…" https://your-host/v1/projects

Path Parameters

provider
enum<string>
required

External video provider.

Available options:
youtube
Example:

"youtube"

id
string
required

Provider channel ID or handle.

Minimum string length: 1
Example:

"@YouTube"

Query Parameters

sort
enum<string>
default:latest

YouTube Videos-tab ordering.

Available options:
latest,
popular,
oldest
continuation
string

Opaque token returned by the previous channel videos response.

Response

A page of channel videos.

channelId
string
required
sort
enum<string>
required
Available options:
latest,
popular,
oldest
videos
object[]
required
meta
object
required
continuation
string