Follow a list of actors (PeerTube instance, channel or account)
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
POST
/server/following
Instance Follows
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://peertube2.cpy.re/api/v1/server/following' \
--header 'Content-Type: application/json' \
--data-raw '{
"handles": [
"string"
],
"hosts": [
"example.com"
]
}'
Response Response Example
204 - Example 1
{}
Request
Body Params application/json
Responses
Modified at 2022-09-10 22:29:49