Get a list of all videos
| Code | Description |
|---|---|
| 400 | Bad Request: body has wrong syntax or unable to handle request |
| 401 | Unauthorized: auth_token omitted or authentication failed |
| 404 | Not Found: The requested resource could not be found |
| 406 | Not Acceptable: Accept or Content-Type headers must be application/json, text/csv or application/vnd.openxmlformats-officedocument.spreadsheetml.sheet |
| 403 | Channel not linked to account or video already pushed to channel |
| 422 | Unprocessable Entity: body has wrong attributes |
REQUEST
Content-Type: application/json
{
"channel_id": "GGh3dAgDwNXR1whyLT1a5MfA",
"scheduled_timestamp": "1374178204",
"category_id": 2,
"privacy_setting": "private",
"embeddable_setting": true
}
RESPONSE
200 (OK)
| Param name | Description |
|---|---|
|
auth_token optional |
API token needed to authorize requests Validations:
|
|
id required |
Validations:
|
|
channel_id required |
YouTube channel id Validations:
|
|
privacy_setting optional |
YouTube privacy setting Validations:
|
|
embeddable_setting optional |
Whether the youtube video created can be embedded in iframes Validations:
|
|
category_id optional |
Category id to assign to the video Validations:
|
|
scheduled_timestamp optional |
Timestamp (Unix Time) Validations:
|