diff --git a/support/doc/api/quickstart.md b/support/doc/api/quickstart.md index 5ebcd4f47..844248a7f 100644 --- a/support/doc/api/quickstart.md +++ b/support/doc/api/quickstart.md @@ -44,4 +44,11 @@ Just use the `access_token` in the `Authorization` header: ``` $ curl -H 'Authorization: Bearer 90286a0bdf0f7315d9d3fe8dabf9e1d2be9c97d0' https://peertube.example.com/api/v1/jobs/complete +``` + + +### List videos + +``` +$ curl https://peertube.example.com/api/v1/videos ``` \ No newline at end of file