v1

latestOpenAPI 3.0.0AGPLv3.02026-07-14186117194.3 KB
Video Channels
Channels Sync
Accounts

List the synchronizations of video channels of an account

get/api/v1/accounts/{name}/video-channel-syncs

Path parameters

namestring required
Example:chocobozzz | chocobozzz@example.org

The username or handle of the account

Query parameters

startinteger

Offset used to paginate results

countinteger

Number of items to return

sortstring
Example:-createdAt

Sort column

Response

successful operation

totalinteger

Example response

{
  "data": [
    {
      "channel": {
        "id": 42,
        "name": "chocobozzz",
        "description": "Videos made with <3 by Framasoft",
        "displayName": "Videos of Framasoft",
        "ownerAccount": {
          "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d"
        },
        "support": "Please support our work on https://soutenir.framasoft.org/en/ <3"
      },
      "externalChannelUrl": "https://youtube.com/c/UC_myfancychannel",
      "id": 42,
      "state": {
        "id": 2,
        "label": "PROCESSING"
      }
    }
  ],
  "total": 1
}