Get subscription of my user
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
GET
/users/me/subscriptions/{subscriptionHandle}
My Subscriptions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://peertube2.cpy.re/api/v1/users/me/subscriptions/'
Response Response Example
{
"description": "Videos made with <3 by Framasoft",
"displayName": "Videos of Framasoft",
"id": 42,
"isLocal": true,
"ownerAccount": {
"id": 0,
"uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d"
},
"support": "Please support our work on https://soutenir.framasoft.org/en/ <3",
"updatedAt": "2019-08-24T14:15:22Z"
}
Request
Path Params
subscriptionHandle
stringÂ
required
Responses
Modified at 2022-09-10 22:29:50