V3 > Channel
List channels.
Retrieves a paginated list of channels associated with the provided account.
get/2/vod/accounts/{account}/channels
Path parameters
accountinteger required
The Account unique identifier
Query parameters
return'total'
Optional : If you pass this parameter with the value total, then the response will be the number of items in the collection, instead of the items themselves.<br /> Part of the total capacity
pageinteger
Optional parameter that define the page number<br /> Part of the pagination capacity
per_pageinteger
Optional parameter that define the number of items per page<br /> Part of the pagination capacity
Response
OK
Example response
{
"result": "success",
"data": [
{
"id": 1,
"unique_id": "1jhvl2upzafkt",
"name": "my product",
"pack": "Demo",
"pack_description": "Pour démarrer avec toutes les fonctionnalités",
"media_count": 5,
"expired_at": "2022-12-06T010:00:00+0200",
"real_expired_at": "2022-12-06T010:00:00+0200",
"tags": [
{
"id": 1234,
"name": "My tag name",
"color": 4,
"product_count": 2
}
]
}
],
"total": 221,
"page": 2,
"pages": 15,
"items_per_page": 15
}Changes
No recorded changes to this endpoint across all 1 revision of this API.